Rockbox Development > Starting Development and Compiling
Using linux OS, where can I find arm-elf
onocentaur:
I installed gnome-devel this morning - couldn't find a gnome-sdk! - and set off rockboxdev. It's definitely done something... but I won't be able to test it till this evening.
Thanks again fro your continued help :)
linuxstb:
Just in case anyone reads this thread in the future, the "build-essential" package is the one you need to install.
Installing your desktop environment's SDK will cause the relevant packages to be installed as well (due to dependencies), but it's not necessary.
onocentaur:
Good work, chaps.
It's worked. I've now compiled Rockbox from source myself. ;D
Thank you so much for your assistance. No doubt I'll have more questions sooner or later!
shak:
hey I am having trouble setting the path. I am using ubuntu 6.06 and gnome. whenever i set the path and type: echo $PATH , i get this :
shak@shak-desktop:~$ echo $PATH
/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/bin/X11:/usr/games
My .bash_profile file looks like this:
# ~/.bash_profile: executed by bash(1) for login shells.
# see /usr/share/doc/bash/examples/startup-files for examples.
# the files are located in the bash-doc package.
# the default umask is set in /etc/login.defs
#umask 022
# include .bashrc if it exists
if [ -f ~/.bashrc ]; then
. ~/.bashrc
fi
#set PATH so it includes user's private bin if it exists
if [ -d ~/bin ] ; then
PATH=/usr/local/arm-elf/bin:/usr/local/arm-elf/bin:$PATH
fi
PATH=/usr/local/arm-elf/bin:"$PATH"
I have tried everything possible but with no success. When i go to /usr/local/arm-elf/bin everything is there! but for some reason it doesn't work. When i go to compile rockbox it says that arm-elf is not in your path!
Could anyone help me out with this? or give me a sample of their .bash_profile file?
Llorean:
Try adding the path to your .bashrc file instead of your .bash_profile.
Navigation
[0] Message Index
[#] Next page
[*] Previous page
Go to full version