|
From: David K. <da...@em...> - 2012-05-31 15:39:01
|
That is an AVR studio project (the .aps file) although it builds with make on cygwin. Since Studio is windows only there might be a compatibility problem. On my cygwin: $ locate avr/io.h /cygdrive/c/avr-gcc47/avr/include/avr/io.h /cygdrive/c/Program Files (x86)/Atmel/AVR Studio 5.0/AVR Toolchain/avr/include/avr/io.h /cygdrive/c/WinAVR-20100110/avr/include/avr/io.h /home/dak/avr-libc-1.8.0/include/avr/io.h $ which avr-gcc /cygdrive/c/WinAVR-20100110/bin/avr-gcc -----Original Message----- From: Valentin Rouxel Sent: Thursday, May 31, 2012 11:19 AM To: Contiki developer mailing list Subject: [Contiki-developers] avr/io.h missing in avr-ravenlcd Hello, I am trying to compile in platform/avr-ravenlcd but I have some problems with the libraries which are not found by avr-gcc. When I use "avr-gcc -print-search-dirs" I have "libraries: =/usr/lib/gcc/avr/4.5.3/:/usr/lib/gcc/avr/4.5.3/../../../avr/lib/avr/4.5.3/:/usr/lib/gcc/avr/4.5.3/../../../avr/lib/". I think this path is not correct but what should be the correct path ? I have not found where is the first library "avr/io.h". |