Notifications
Clear all

[Solved] I need a peek under the covers

2 Posts
1 Users
0 Likes
779 Views
Ron
 Ron
(@zander)
Father of a miniature Wookie
Joined: 3 years ago
Posts: 6957
Topic starter  

Does anyone know where I can see the actual commands that are doing the compile? I can see it's GCC, but I assume that's coming from inside a make file. My suspicion is the make file is manipulating the $PATH env var and to prove it I need to find it. I will try a system wide search but nor positive what to search for and I suspect the make file is built dynamically and doesn;t exist after the build is over. Any ideas?

The reason, the compiler throws an error saying python is not found but if I go to the cmd line I get a response to python -ver.

HELP

First computer 1959. Retired from my own computer company 2004.
Hardware - Expert in 1401, and 360, fairly knowledge in PC plus numerous MPU's and MCU's
Major Languages - Machine language, 360 Macro Assembler, Intel Assembler, PL/I and PL1, Pascal, Basic, C plus numerous job control and scripting languages.
Sure you can learn to be a programmer, it will take the same amount of time for me to learn to be a Doctor.


   
Quote
Ron
 Ron
(@zander)
Father of a miniature Wookie
Joined: 3 years ago
Posts: 6957
Topic starter  

Found the fix, not elegant but heh, it works. From the command line/terminal/dos box or whatever you call it, enter

open /Applications/Arduino.app

That's it, it picks up different path info and now works. I am not sure if/when they will fix it properly, but this goes back about 4 or more releases ago, 1.0.6 vs 2.0.2.

 

 

First computer 1959. Retired from my own computer company 2004.
Hardware - Expert in 1401, and 360, fairly knowledge in PC plus numerous MPU's and MCU's
Major Languages - Machine language, 360 Macro Assembler, Intel Assembler, PL/I and PL1, Pascal, Basic, C plus numerous job control and scripting languages.
Sure you can learn to be a programmer, it will take the same amount of time for me to learn to be a Doctor.


   
ReplyQuote