accessing crosscompiler

OP #5235839
Rate this post
useful
not useful
This is very basic question
Optioning cross compiler / cross - linker  etc.
calls for "prefix" and I use arm-linux-gnueabihf-
OK - cross compiling between arm and linux.
The arm architecture is armhf etc.
In verbose output the "prefix" shows before gcc etc.

Now it ask for "PATH" apparently for the arm-linux-gnueabihf-.
I used /usr/bin/ and it works.

BUT it also works when I DO NOT SPECIFY the PATH.

Magic ? Or is there another parameter specifying the "PATH"?

Cheers
#5235859
Rate this post
useful
not useful
Hello,

I'm not sure if I understood you correctly.

You ask why you can execute the cross-compiler from the command line 
without the full path to the compiler? This is because the shell 
searches for executable binaries in the directories that are listed in 
the environment variable PATH. You can view those directories using the 
command
1
echo $PATH

If I misunderstood your question, then I'm sorry. Please speciefy your 
question in this case.

Best regards,
N.G.

Reply

Please log in before posting.

or

Log in with Google account

Registration is free and takes only a minute.

Register now