I'm typing to compile some 'C' for a PIC micro-controller using sdcc under Debian Linux. I've managed to build the header files and compile small programs, even run them on the PIC emulator. When I compile larger ones though:
[EMAIL PROTECTED]:~/src/pic/lcdterm$ sdcc -I/usr/share/sdcc/include -mpic14 -p16f84 lcdterm6.c Processor: 16f84 WARNING: No more RAM available for bitfield0 WARNING: No more RAM available for r0x8F WARNING: No more RAM available for r0x92 Am I really out of memory, or have I forgotten something? I don't think I have a bitfield0 variable. The code I have should fit in the PIC I'm building for, but the creator has a different compiler and I'm not sure ... Vik :v) -- Vik Olliver <[EMAIL PROTECTED]> The Olliver Family
