![]() | ![]() | ![]() |
| | |||||||
| Micro Controllers Discuss all aspects of micro controllers - building them, coding them, etc. All controllers are welcome - PIC, BASIC, Z8 Encore!, etc. |
| | LinkBack | Thread Tools | Display Modes |
| | (permalink) |
| Does anyone know what do these errors mean? Error[000] : Can't find 0x56 words for psect rdata_0 in segment BANK0 Error[000] : Can't find 0xC words for psect temp in segment COMBANK Error[000] : Can't find 0x1 words (0x1 withtotal) for psect intsave in segment BANK0 | |
| |
| | (permalink) |
| I found the problem. Bank0 just out of memory, RAM. I moved some of the variable to bank 1 and 2, then it works fine. | |
| |