Can any guru tell me what is wrong here ?
here is the message given
/arduino-1.0/hardware/arduino/cores/arduino/Arduino.h:4:20: fatal error: stdlib.h: No such file or directory
compilation terminated.
Where should this file be and what is it trying to tell me ?
Actually I expanded the window and there is more to the message
avr-g++ -c -g -Os -Wall -fno-exceptions -ffunction-sections -fdata-sections -mmcu=atmega328p -DF_CPU=16000000L -DARDUINO=100 -I/arduino-1.0/hardware/arduino/cores/arduino -I/arduino-1.0/hardware/arduino/variants/standard /tmp/build2733294214254685087.tmp/sketch_jan13a.cpp -o/tmp/build2733294214254685087.tmp/sketch_jan13a.cpp.o
In file included from sketch_jan13a.cpp:3:0:
/arduino-1.0/hardware/arduino/cores/arduino/Arduino.h:4:20: fatal error: stdlib.h: No such file or directory
compilation terminated.
Now I found a copy of that file in /usr/include so I added that directory to my PATH
That did not fix it so
I added that to my LD PATH
That didn't fix it either ?