![]() |
help with making my own build
I tried to compile my own build, and I faild. I was hoping for some help from here.
ok, after running Code:
svn co svn://svn.rockbox.org/rockbox/trunk rockboxCode:
Checked out revision 15252.thanks in advance! |
You need to run:
rockbox/tools/rockboxdev.sh in the source tree to get the compiler. Charles |
gcc would be the compiler. You're not going to have much luck compiling without that.
|
Alternatively, as I see you are using ubuntu, you could just run synaptic and install gcc that way. Or in a terminal:
Code:
apt-get install arm-elf-gcc |
I don't think the Ubuntu repositories have arm-elf-gcc by default, and even if they did, it probably wouldn't be the right version. You really need to use the ones from rockbox.org unless you really know what you're doing.
|
ah, ok so now I know what it is! yes I see now, but i still have no idea where to get it from, cpchan I don't know what you mean by running 'rockbox/tools/rockboxdev.sh' in the source tree, sorry.
and no I looked in the repository before and it was not there. |
you need to search for a file in the source archive called rockboxdev.sh its a shell script which probably goes and gets the developement environment for you (libraries, compiler etc).
|
just "cd rockbox/tools" and "sudo ./rockboxdev.sh"
|
ok, getting there I found the file in '/home/tim/rockbox/tools/rockboxdev.sh' and ran it then continued but I still got the error
Code:
Using source code root directory: /home/tim/rockboxedit: I just found this on rockbox.org Quote:
|
Quote:
|
Quote:
Code:
export PATH=$PATH:/usr/local/arm-elf/binCharles |
Quote:
Charles |
Quote:
Quote:
|
Run this:
echo "export PATH=$PATH:/usr/local/arm-elf/bin" >> ~/.bashrc Then close and reopen the shell. |
nope, shell still just blinks up and goes again. And how can I 'close and reopen the shell' if it wont open in the first place?
|
Quote:
Charles |
I get nothing, I never get to see what happens, the terminal window is only there to a millisecond, not long enough to see it.
or do you mean the output of 'echo "export PATH=$PATH:/usr/local/arm-elf/bin" >> ~/.bashrc' when I run this nothing happens actually. when I press enter it just goes on to show another line with 'tim@ubuntu:~$'. really sorry for being such a pain in the a$$ |
Quote:
Code:
which curlCode:
which gccCode:
which bzip2Code:
which makeCode:
which patch |
Quote:
|
OH MY GOD I am so thick! yeh, I got it to work:o
anyhoo...you can kill this thread now, sorry for wasting all of your time! just need to get adding patches now! |
| All times are GMT -5. The time now is 02:35 PM. |