Chipkit 2013 updates#136
Conversation
* Added build step for assembly files in CORE * Removed duplicate flags from AS build step
|
Just done an upstream pull and downloaded the latest version of mpide mpide-0023-macosx-20130715.dmg. I'm now running up against a heap of errors on make. I'm running make on the BlinkChipKIT example provided in the repo. Here are the errors when running make for Mega architecture. Here are the errors when running make for Uno architecture. I'll come back to the problem I was finding previously with avrduder #133 once I've had a look over this later tonight. Although it'll probably be tomorrow night that I have time to really get into the issue properly. |
|
There are a ton of warnings in the new build, but it does work. From the output it seems like you're not running off of my branch - these changes haven't been merged in yet, just proposed. |
|
My apologies! I wasn't paying enough attention to the thread I was in. |
|
@peplin Thanks. Just merged it |
|
Just tested this new merged Makefile against examples/BlinkChipKIT using mpide versions 20131118, 20130817 and 20130715; I'm getting the same error on each version. Works fine against mpide version 20120903 though. Here is the output of the make process against an older version of mpide (20120903) which runs cleanly versus a newer version of mpide which does not compile cleanly (20130817). |
These are the updates required in the Makefile to support the latest version of the chipKIT IDE (MPIDE, available from http://chipkit.net/started/) - version 0023-linux-20130817-test and the accompanying Windows and OS X builds (they have slightly different dates).
There were 2 changes required: