Hi all,
I need some help please,
because I read last days so many topics an test all of them, but I cant solve
the compile error: fatal error: stdlib.h: No such file or dirctory.
Here some infos about my enviroment:
OS: OpenSuse Leap 42.3
Arduino-IDE: 1.8.5
Groupadd: done
Board: Mega 2560, be connected -> ok
My knowings: userlevel
From other posts I try to install the IDE from other repos, zip-files,
reinstall the avr-libc, cross-avr-gcc and so on, but nothing solve the problem.
If I add in the Arduino.h the whole path in the include (for example #include <**/usr/avr/sys-root/include/**stdlib.h>) the compiler exit in the next line of Arduino.h.
To add the directory to the %PATH% also didn't solve the error
and there is no breakthrough whether I am logged in as user or admin.
Can anybody help me please (or of course to all who have the same problem) ?