-
Notifications
You must be signed in to change notification settings - Fork 6
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
scons wont build #4
Comments
There seems to be a pattern with this code:
I think we are currently at step 4. I had a very stable, well documented and reliable controller in this repo Let me know if you want that version, I still have it in my own repo, or Sorry I can't help you with the 'master' version of this code. zach On Sat, Apr 19, 2014 at 10:38 PM, queglay notifications@github.com wrote:
|
Thanks Zach, I have the last code used by James Slade. If we have successful tests with modifications ill update with that. I'm only making changes, I have no interest in reinventing the wheel. |
cool, do you know which version of the code he was using? |
This version here. Andrew Grahamhttp://www.vimeo.com/houdinifx/showreel On Sun, Apr 27, 2014 at 9:18 AM, Zach Dwiel notifications@github.comwrote:
|
Are you sure its the version here now? A few months ago, the code here was zach On Sun, Apr 27, 2014 at 10:21 AM, queglay notifications@github.com wrote:
|
This is what he gave me, and was running on the brick press for the latest Andrew Grahamhttp://www.vimeo.com/houdinifx/showreel On Sun, Apr 27, 2014 at 9:30 AM, Zach Dwiel notifications@github.comwrote:
|
Personally I found all the scons stuff a barrier and I have no idea why Andrew Grahamhttp://www.vimeo.com/houdinifx/showreel On Sun, Apr 27, 2014 at 9:34 AM, Andrew Graham queglay@gmail.com wrote:
|
http://opensourceecology.org/wiki/File:CEB_code.rar That's the latest I used.
|
yeah ok. That isn't at all what is here in the repo. The wrong code was On Sun, Apr 27, 2014 at 10:37 AM, queglay notifications@github.com wrote:
|
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$
The text was updated successfully, but these errors were encountered: