> -----Original Message----- > From: avr-gcc-list-bounces+eric.weddington=atmel....@nongnu.org > [mailto:avr-gcc-list-bounces+eric.weddington=atmel....@nongnu.org] On > Behalf Of Yigit Turgut > Sent: Tuesday, July 12, 2011 4:02 AM > To: avr-gcc-list@nongnu.org > Subject: [avr-gcc-list] Compile error libm.a/libc.a > > Hi, > > I have a full Slackware 13.37 x64 install and I am trying to make > Arduino work. I am receiving the following error when I try to > compile the code ; > > /usr/lib/gcc/avr/4.4.4/../../../../avr/bin/ld: skipping incompatible
The above shows problem with your avr-gcc installation. Be sure to have the directory of your avr binutils installation in your PATH (preferably at the beginning) environment variable when you build avr-gcc. That way it can find the correct assembler/linker. _______________________________________________ AVR-GCC-list mailing list AVR-GCC-list@nongnu.org https://lists.nongnu.org/mailman/listinfo/avr-gcc-list