I have tested this self-contained .c file successfully with the latest SDCC
(compiled from svn):
$ /media/data/local/sdcc-20141016/bin/sdcc -v
SDCC :
mcs51/z80/z180/r2k/r3ka/gbz80/tlcs90/ds390/pic16/pic14/TININative/ds400/hc08/s08/stm8
3.4.1 #9088 (Oct 16 2014) (Linux)
published under GNU General
Maybe it's time to start reading the manual. Search for the banksel
keyword to find out what it's for and if it may have been renamed as well.
> This is proving hard, the previous error is solved now i get:
> sdcc -mpic14 -p16f628a --use-non-free -L
> /usr/local/share/sdcc/lib/src/pic14Â Â Â ma
This is proving hard, the previous error is solved now i get:
sdcc -mpic14 -p16f628a --use-non-free -L /usr/local/share/sdcc/lib/src/pic14
main.c -o main
main.c:59: syntax error: token -> 'banksel' ; column 9
On 16.10.2014 09:15, Electropepper PIC wrote:
> I got the missing code, now i got the following error:
>
> sdcc -mpic14 -p16f628a --use-non-free -L
> /usr/local/share/sdcc/lib/src/pic14main.c -o main
> main.c:15: syntax error: token -> '0x20' ; column
> 22
I got the missing code, now i got the following error:
sdcc -mpic14 -p16f628a --use-non-free -L /usr/local/share/sdcc/lib/src/pic14
main.c -o main
main.c:15: syntax error: token -> '0x20' ; column 22
make: *