by anjocama » Tue Jan 20, 2009 1:48 am
by anjocama
Tue Jan 20, 2009 1:48 am
Hello, i have installed WinAVR and i tried to complile examle.c but output this error:
> "make.exe" all
gcc -Wall -g -std=gnu99 -Os -I../libbioloid -lm -o ../libbioloid/bioloid/trig_tables._ ../libbioloid/bioloid/make_trig_tables.c
process_begin: CreateProcess(NULL, gcc -Wall -g -std=gnu99 -Os -I../libbioloid -lm -o ../libbioloid/bioloid/trig_tables._ ../libbioloid/bioloid/make_trig_tables.c, ...) failed.
make (e=2): El sistema no puede hallar el archivo especificado.
make.exe: *** [../libbioloid/bioloid/trig_tables.c] Error 2
> Process Exit Code: 2
> Time Taken: 00:00
I am probed the option at comand line for make_trig_tables.c but obtain other error:
avr-gcc -o make_trig_tables make_trig_tables.c
c:/winavr-20081205/bin/../lib/gcc/avr/4.3.2/../../../../avr/lib/crts8515.o:(.ini
t9+0x0): undefined reference to `main'
¿How can i compile example.c?
¿can you upload the then final archive trig_tables.c?
Thanks!!
Hello, i have installed WinAVR and i tried to complile examle.c but output this error:
> "make.exe" all
gcc -Wall -g -std=gnu99 -Os -I../libbioloid -lm -o ../libbioloid/bioloid/trig_tables._ ../libbioloid/bioloid/make_trig_tables.c
process_begin: CreateProcess(NULL, gcc -Wall -g -std=gnu99 -Os -I../libbioloid -lm -o ../libbioloid/bioloid/trig_tables._ ../libbioloid/bioloid/make_trig_tables.c, ...) failed.
make (e=2): El sistema no puede hallar el archivo especificado.
make.exe: *** [../libbioloid/bioloid/trig_tables.c] Error 2
> Process Exit Code: 2
> Time Taken: 00:00
I am probed the option at comand line for make_trig_tables.c but obtain other error:
avr-gcc -o make_trig_tables make_trig_tables.c
c:/winavr-20081205/bin/../lib/gcc/avr/4.3.2/../../../../avr/lib/crts8515.o:(.ini
t9+0x0): undefined reference to `main'
¿How can i compile example.c?
¿can you upload the then final archive trig_tables.c?
Thanks!!