You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I've installed chipkit-core on Linux 64 bits following the instructions in [1] (zip file), but when I try to compile a sketch I get the following error: fork/exec /bin/pic32-g++: no such file or directory
I got it working by modifying the file platform.txt. I hardcoded the path to the compiler in the variable compiler.path to /home/user/Arduino/.....
Another almost successful attempt was to create a symlink to the pic32-tools folder in ~/.arduino15/packages/arduino/tools, but then there is no pic32-g++ executable in the pic32mx/bin/ subfolder.
I've installed chipkit-core on Linux 64 bits following the instructions in [1] (zip file), but when I try to compile a sketch I get the following error:
fork/exec /bin/pic32-g++: no such file or directory
I got it working by modifying the file platform.txt. I hardcoded the path to the compiler in the variable compiler.path to /home/user/Arduino/.....
Another almost successful attempt was to create a symlink to the pic32-tools folder in ~/.arduino15/packages/arduino/tools, but then there is no pic32-g++ executable in the pic32mx/bin/ subfolder.
[1] https://chipkit.net/wiki/index.php?title=ChipKIT_core#64-Bit_Linux
The text was updated successfully, but these errors were encountered: