Hi, I installed the IDE on opensuse 13.1 using the one click file and after that I tried to compile the Blink sketch but I get compilation error , cannot find -lm , can someone help me?
Here is the error message
This report would have more information with
"Show verbose output during compilation"
enabled in File > Preferences.
Arduino: 1.0.6 (Linux), Board: "Arduino Uno"
/usr/share/arduino-1.0.6/hardware/tools/avr/bin/../lib/gcc/avr/4.3.2/../../../avr/bin/ld: skipping incompatible /usr/share/arduino-1.0.6/hardware/tools/avr/bin/../lib/gcc/avr/4.3.2/../../../avr/lib/avr5/libm.a when searching for -lm
/usr/share/arduino-1.0.6/hardware/tools/avr/bin/../lib/gcc/avr/4.3.2/../../../avr/bin/ld: skipping incompatible /usr/share/arduino-1.0.6/hardware/tools/avr/bin/../lib/gcc/avr/4.3.2/../../../avr/lib/libm.a when searching for -lm
/usr/share/arduino-1.0.6/hardware/tools/avr/bin/../lib/gcc/avr/4.3.2/../../../avr/bin/ld: cannot find -lm
Thanks.