sparkfun / PSoC_Arduino_Support

Support projects for PSoC processor support within the Arduino IDE
25 stars 11 forks source link

missing elf file for bootloader #9

Closed blacktigersoftware closed 9 years ago

blacktigersoftware commented 9 years ago

Pull code, open project. Open Bootloader project. Double-click 'Bootloadable' instance. On 'Dependencies tab' specify hex and elf file. Hex file is provided in git, elf file is not. Project unable to build with missing elf file.

mhord commented 9 years ago

You've got to build the "Bootloader" project first; that will generate the elf file. Make sure you're building on "Release" rather than "Debug".

I just tried it; you'll need to delete the APDS-9960, MicroOLED, and WiFi libraries from the Uno_Blocks project before Uno_Blocks will build. But if you build Bootloader and remove those libraries (from the project explorer; they're not present in the repo), it should build fine.

blacktigersoftware commented 9 years ago

Okay, thanks. I sorta got it working. Now, I just have to figure out what is the right stuff to delete. I think I deleted too much. I just wanted the basic Arduino stuff as a generic project so I can add my own stuff. Servo's, StripLights, etc..... Don't have 'em, don't need 'em.