Rockbox Development > Starting Development and Compiling
Using linux OS, where can I find arm-elf
bluebrother:
Also, make sure the PATH variable is actually exported -- the file you posted only sets the variable but doesn't export it. In that case I guess this is done by the script that sources this file.
shak:
thank you Llorean, that worked out perfectly! ;D :D and also thank you bluebrother for your help.
cpchan:
--- Quote from: shak on August 01, 2007, 03:05:14 PM ---
PATH=/usr/local/arm-elf/bin:"$PATH"
--- End quote ---
This should be:
--- Code: ---export PATH=usr/local/arm-elf/bin:$PATH
--- End code ---
Charles
cpchan:
--- Quote from: shak on August 01, 2007, 10:36:32 PM ---thank you Llorean, that worked out perfectly! ;D :D and also thank you bluebrother for your help.
--- End quote ---
The different between ~/.bash_profile (only for Bash) or ~/.profile (works with all sh compatible shells) and ~/.bashrc is that the profile files are executed once when you login (that is why you need to export the environmental variable to make it global), whereas ~/.bashrc is executed with every invocation of Bash.
Charles
Navigation
[0] Message Index
[*] Previous page
Go to full version