Re: [Sdcc-user] Missing definition for symbol

2014-10-16 Thread Raphael Neider
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

Re: [Sdcc-user] Missing definition for symbol

2014-10-16 Thread Maarten Brock
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

Re: [Sdcc-user] Missing definition for symbol

2014-10-16 Thread Electropepper PIC
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      

Re: [Sdcc-user] Missing definition for symbol

2014-10-16 Thread Philipp Klaus Krause
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

Re: [Sdcc-user] Missing definition for symbol

2014-10-16 Thread Electropepper PIC
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: *