peplin / arduino.mk

DEPRECATED FORK: Arduino Makefile with chipKIT support
http://christopherpeplin.com/2011/12/chipkit-arduino-makefile/
GNU Lesser General Public License v2.1
11 stars 4 forks source link

chipKIT build Blink doesn't blink #7

Closed rei-vilo closed 12 years ago

rei-vilo commented 12 years ago

Jan 26, 2012 release b - makefile: Arduino / chipKIT switch

Uploaded sketch Blink.pde from chipKIT.mk doesn't blink on UNO32!

I suspect missing files not taken into account by the makefile but used by MPIDE:

cpp-startup.S crti.S crtn.S

chipKIT-application-32MX360F512L.ld chipKIT-application-32MX440F512H.ld chipKIT-application-32MX460F512L.ld chipKIT-MAX32-application-32MX795F512L.ld chipKIT-UNO32-application-32MX320F128L.ld

from /Applications/Mpide.app/Contents/Resources/Java/hardware/pic32/cores/pic32/

rei-vilo commented 12 years ago

Another possible missing action pic32-bin2hex -a build-cli/Blink.cpp.elf

Build logs comparison MPIDE and this makefile build logs: comparison

rei-vilo commented 12 years ago

Maybe some hints here with corresponding makefile [there](http://pastebin. com/31XXwmUV).