Re: [Sdcc-user] 12f1822 fail to compile

2014-10-15 Thread Electropepper PIC
Problem solved, the problem was indeed very old version of gputils.Thank you all. On Wednesday, October 15, 2014 1:18 PM, Raphael Neider wrote: Hi,On Oct 15, 2014 3:07 PM, "Electropepper PIC" wrote: > > Im trying to make gputils 1.4.0, im always getting. > test -f parse.c || /bin

Re: [Sdcc-user] 12f1822 fail to compile

2014-10-15 Thread Raphael Neider
Hi, On Oct 15, 2014 3:07 PM, "Electropepper PIC" wrote: > > Im trying to make gputils 1.4.0, im always getting. > test -f parse.c || /bin/bash ../ylwrap parse.y y.tab.c parse.c y.tab.h parse.h y.output parse.output -- yacc -d -vt │··· > ../ylwrap: line 109: yacc: c

Re: [Sdcc-user] 12f1822 fail to compile

2014-10-15 Thread Electropepper PIC
Im trying to make gputils 1.4.0, im always getting.test -f parse.c || /bin/bash ../ylwrap parse.y y.tab.c parse.c y.tab.h parse.h y.output parse.output -- yacc -d -vt │··· ../ylwrap: line 109: yacc: command not found On Wednesday, Octobe

Re: [Sdcc-user] 12f1822 fail to compile

2014-10-15 Thread Molnár Károly
On Wed, 15 Oct 2014 12:25:19 + (UTC) Electropepper PIC wrote: > ricardo@builder:~/projects/rf_tag_warning$ sdcc -v >   > SDCC : > mcs51/z80/z180/r2k/r3ka/gbz80/tlcs90/ds390/pic16/pic14/TININative/ds400/hc08/

Re: [Sdcc-user] 12f1822 fail to compile

2014-10-15 Thread Electropepper PIC
ricardo@builder:~/projects/rf_tag_warning$ sdcc -v       SDCC : mcs51/z80/z180/r2k/r3ka/gbz80/tlcs90/ds390/pic16/pic14/TININative/ds400/hc08/s08/stm8 3.4.0 #8981 (Apr  5 2014) (Linux) published under GNU General Publ

Re: [Sdcc-user] 12f1822 fail to compile

2014-10-15 Thread Raphael Neider
Hi, You just seem to need to update gputils, since they bail out not knowing the processor. Also make sure to uninstall previous versions to avoid header/.inc file mix up. Hope that helps, Raphael On Oct 15, 2014 1:42 PM, "Electropepper PIC" wrote: > I cannot compile a simple led on : > > rm -r

Re: [Sdcc-user] 12f1822 fail to compile

2014-10-15 Thread Molnár Károly
On Wed, 15 Oct 2014 11:38:32 + (UTC) Electropepper PIC wrote: > I cannot compile a simple led on : > rm -rf main.o main.asm main.map main.lst main.cod > sdcc  -mpic14 -p12f1822 --use-non-free -L /usr/local/share/sdcc/lib/src/pic14 > -L /usr/share/gputils/lkr main.c > main.asm:9:Error [132]

[Sdcc-user] 12f1822 fail to compile

2014-10-15 Thread Electropepper PIC
I cannot compile a simple led on : rm -rf main.o main.asm main.map main.lst main.cod sdcc  -mpic14 -p12f1822 --use-non-free -L /usr/local/share/sdcc/lib/src/pic14 -L /usr/share/gputils/lkr main.c main.asm:9:Error [132] Unknown processor. /usr/share/gputils/header/p12f1822.inc:33:Message [301] Pro