Closed blacktigersoftware closed 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.
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.
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.