chipKIT® Development Platform

Inspired by Arduino™

pic32-c++ - no such file problem in OSX Yosemite

Created Sun, 15 Mar 2015 02:30:43 +0000 by mat_kinotek


mat_kinotek

Sun, 15 Mar 2015 02:30:43 +0000

Hi forum, first time trying to load my ChipKit WF32 and I have a "no such file" error (screenshot attached). I checked into the /pc32tools folder and the file is in there. Im on OSX 10.10.2 Any suggestion? Thanks M.

[attachment=1]Screen Shot 2015-03-14 at 10.26.17 PM.png[/attachment][attachment=0]Screen Shot 2015-03-14 at 10.27.53 PM.png[/attachment]


majenko

Sun, 15 Mar 2015 10:40:35 +0000

If you go to a Terminal window and type in that exact path name as shown in MPIDE, what do you get?

$ /Applications/mpide.app/Contents/Resources/Java/hardware/pic32/compiler/pic32-tools/bin/pic32-g++

Also, if you run the "file" command with that path:

$ file /Applications/mpide.app/Contents/Resources/Java/hardware/pic32/compiler/pic32-tools/bin/pic32-g++

What do you get?

Another useful one is "ls -l":

$ ls -l /Applications/mpide.app/Contents/Resources/Java/hardware/pic32/compiler/pic32-tools/bin/pic32-g++

mat_kinotek

Mon, 16 Mar 2015 16:32:51 +0000

Hi Majenko thanks for your tips I reinstalled and it works now - tnx