chipKIT® Development Platform

Inspired by Arduino™

Can't compile in OSX?

Created Sun, 29 May 2011 19:56:29 +0000 by cmfrancis


cmfrancis

Sun, 29 May 2011 19:56:29 +0000

I have been able to run Mpide in windows just fine, but when I try to in OSX I get this error.

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

All the files seem to be in the proper places. I'm sure I've overlooked something silly, but what am I missing?

Thank you! Chris


Mark

Sun, 29 May 2011 21:59:24 +0000

Chris

Check the permissions on the files

>cd /Applications/mpide.app/Contents/Resources/Java/hardware/pic32/compiler/pic32-tools/bin/ >ls -l

Mark


cmfrancis

Mon, 30 May 2011 17:02:11 +0000

Thank you Mark! I haven't tried it yet but that's probably it.

I was thinking since the error said the file didn't exist it wasn't a permission issue. If this won't work I might try changing the owner also.