Rockbox.org home
Downloads
Release release
Dev builds dev builds
Extras extras
themes themes
Documentation
Manual manual
Wiki wiki
Device Status device status
Support
Forums forums
Mailing lists mailing lists
IRC IRC
Development
Bugs bugs
Patches patches
Dev Guide dev guide
Search



Donate

Rockbox Technical Forums


Login with username, password and session length
Home Help Search Staff List Login Register
News:

Welcome to the Rockbox Technical Forums!

+  Rockbox Technical Forums
|-+  Rockbox Development
| |-+  Starting Development and Compiling
| | |-+  Using linux OS, where can I find arm-elf
« previous next »
  • Print
Pages: 1 [2]

Author Topic: Using linux OS, where can I find arm-elf  (Read 5387 times)

Offline bluebrother

  • Developer
  • Member
  • *
  • Posts: 3487
  • creature
Re: Using linux OS, where can I find arm-elf
« Reply #15 on: August 01, 2007, 05:04:51 PM »
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.
Logged

Offline shak

  • Member
  • *
  • Posts: 6
Re: Using linux OS, where can I find arm-elf
« Reply #16 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.
« Last Edit: August 01, 2007, 10:38:05 PM by shak »
Logged

Offline cpchan

  • Member
  • *
  • Posts: 198
Re: Using linux OS, where can I find arm-elf
« Reply #17 on: August 02, 2007, 12:25:55 AM »
Quote from: shak on August 01, 2007, 03:05:14 PM

PATH=/usr/local/arm-elf/bin:"$PATH"

This should be:

Code: [Select]
export PATH=usr/local/arm-elf/bin:$PATH
Charles
Logged

Offline cpchan

  • Member
  • *
  • Posts: 198
Re: Using linux OS, where can I find arm-elf
« Reply #18 on: August 02, 2007, 12:31:03 AM »
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.

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
   
« Last Edit: August 02, 2007, 12:33:48 AM by cpchan »
Logged

  • Print
Pages: 1 [2]
« previous next »
+  Rockbox Technical Forums
|-+  Rockbox Development
| |-+  Starting Development and Compiling
| | |-+  Using linux OS, where can I find arm-elf
 

  • SMF 2.0.18 | SMF © 2021, Simple Machines
  • Rockbox Privacy Policy
  • XHTML
  • RSS
  • WAP2

Page created in 0.026 seconds with 18 queries.