-
Notifications
You must be signed in to change notification settings - Fork 6
Description
When running scons from the specified folder I get an error and not sure where to go from here- can anyone point me ion the right direction on how to fix it?
audios-mbp:cebController Audio$ scons
scons: Reading SConscript files ...
scons: done reading SConscript files.
scons: Building targets ...
scons: building associated VariantDir targets: build
/Applications/Arduino.app/Contents/Resources/Java/hardware/tools/avr/bin/avr-g++ -o build/cebController.o -c -ffunction-sections -fdata-sections -fno-exceptions -funsigned-char -funsigned-bitfields -fpack-struct -fshort-enums -Os -mmcu=atmega328p -DARDUINO=22 -DF_CPU=16000000L -Ibuild/core build/cebController.cpp
In file included from build/cebController.cpp:1:
build/core/Arduino.h:213:26: error: pins_arduino.h: No such file or directory
scons: *** [build/cebController.o] Error 1
scons: building terminated because of errors.
audios-mbp:cebController Audio$