chipKIT® Development Platform

Inspired by Arduino™

Cannot run Compiler on Case Sensitive Filesystem (Mac OSX)

Created Fri, 09 Sep 2011 06:05:34 +0000 by minle


minle

Fri, 09 Sep 2011 06:05:34 +0000

Im using Mpide on a Mac OSX System. The file system is case sensitive. With a fresh install (version Mpide0022-macosx-20110822), the Mpide can not find a component, which is necessary to compile the code.

The error message is:

Cannot run program "/Applications/Mpide.app/Contents/Resources/Java/hardware/pic32/compiler/pic32-tools/bin/pic32-g++": error=2, No such file or directory

After renaming /Applications/Mpide.app to /Applications/mpide.app everything runs like charm - as far as I can say.


ricklon

Sun, 11 Sep 2011 00:40:08 +0000

The pathing and the app name have an issue. I'll file that and get it fixed https://github.com/chipKIT32/chipKIT32-MAX/issues/118 --Rick


jerryn

Thu, 13 Oct 2011 01:00:42 +0000

I didn't buy a Max32 yet but I wanted to test compile my libraries before I ordered one. I have a similar issue. I can not run the pic32 tools from the IDE.
Do you know when this will be fixed ?


jerryn

Thu, 13 Oct 2011 23:21:21 +0000

Is this issue going to be fixed soon ? I haven't seen any traction on this issue yet. If my code ports over ok I'd like order a MAX32 board. Or.. is this board dead because of the Aduino Due ?


jerryn

Thu, 13 Oct 2011 23:25:40 +0000

got it. Thanks. I renamed the application and I'm off and running. Now time to start porting. Are there any docs on max32 assembly ? I've got arduino assembly code that needs porting.


jumpin_jack

Fri, 14 Oct 2011 00:43:50 +0000

I find that the MIPS32 Instruction Set Quick Reference is good http://www.mips.com/media/files/MD00565-2B-MIPS32-QRC-01.01.pdf There are more in depth docs on the MIPS website also.