From: SourceForge.net <no...@so...> - 2010-06-06 23:58:07
|
Support Requests item #3012263, was opened at 2010-06-07 01:58 Message generated for change (Tracker Item Submitted) made by manfbraun You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=928232&aid=3012263&group_id=189165 Please note that this message will contain a full copy of the comment thread, including the initial issue submission, for this request, not just the latest update. Category: None Group: None Status: Open Resolution: None Priority: 5 Private: No Submitted By: mabra (manfbraun) Assigned to: Nobody/Anonymous (nobody) Summary: Adding pathes to libraries does not work Initial Comment: Hello ! I am trying to add a reference to the LUFA library in my project and I cannot make it work. Although I see it in the includes in the eclipses project directory, the compiler always complains: "Building file: ../Descriptors.c Invoking: AVR Compiler avr-gcc -Wall -g2 -gstabs -O0 -fpack-struct -fshort-enums -funsigned-char -funsigned-bitfields -mmcu=atmega16 -DF_CPU=1000000UL -MMD -MP -MF"Descriptors.d" -MT"Descriptors.d" -c -o"Descriptors.o" "../Descriptors.c" In file included from ../Descriptors.c:38: ../Descriptors.h:42:36: warning: LUFA/Drivers/USB/USB.h: No such file or directory" Astoundingly, making a clean, shows another path: "make clean rm -f ./Descriptors.o ./GenericHID.o ./LUFA/Drivers/USB/LowLevel/DevChapter9.o " [Regard the dot and ther backslash in the last line!!] I am attaching an image, how my includes looks like. I tried every permutation: - copying the LUFA lib into a subdir - put it onto the same disk - everything else ;-) Even it is not possible to get rid of the references, I had to delete an re-create the project. I tried this with adding "includes" and "source location" in different manners [not really clear, how to make them :-( ]. But nothing helps. I need help! I am using the latest updates to eclipse and the plugin. I am using "Windows Server 2008 R2" (this is always x64), en, all patches. Just mentioning:All my other [small] projects - using avr-include "standards" are working well! Thanks a lot! ++mabra ---------------------------------------------------------------------- You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=928232&aid=3012263&group_id=189165 |