me-no-dev / RasPiArduino

Arduino Framework for RaspberryPI
326 stars 76 forks source link

Windows Arduino IDE compilation error: arm-linux-gnueabihf-ar: `u' modifier ignored since `D' is the default (see `U') #98

Open starter2019 opened 5 years ago

starter2019 commented 5 years ago

When compiling a simple code before generating a binary, I got an error on Arduino IDE:

C:/SysGCC/Raspberry/bin/arm-linux-gnueabihf-ar: u' modifier ignored sinceD' is the default (see `U')

Err Could you please help me ?

starter2019 commented 5 years ago

Any answer here please ?

Barabba11 commented 5 years ago

looking the time they released the last version.. I don't think they are developing it more and fixing issues. You better think to move to system like Node Red, for example. After loosing 2-3 weeks here and try to make all my project work I moved out

powhound4 commented 5 years ago

I too am getting the same error, when I go to compile a simple arduino sketch after I have installed the gnu tool chain and piduino following the tutorial. The error is:

C:/SysGCC/raspberry/bin/arm-linux-gnueabihf-ar: u' modifier ignored since D' is the default (see `U')

This prints about 10 time during compiling.

Any help on how to fix this would be much appreciated!