Rockbox Development > Starting Development and Compiling
Compiling rockbox using a mac?
saratoga:
--- Quote from: brogan on October 24, 2008, 09:11:02 PM ---
So there was no usr/local/arm-elf/ folder, it said permission denied and didn't create arm-elf. Now what should I try doing? If I need to, I do have access to a vista. Thanks
--- End quote ---
This is because you didn't run it with sudo.
--- Quote from: brogan on October 24, 2008, 09:11:02 PM ---And so how do I run the script with sudo?
--- End quote ---
By typing sudo before the command, as noted in the instructions you said you were following.
cool_walking_:
Maybe my wording made it sound like there was a separate "script with sudo"? I meant you need to run rockboxdev.sh ("the script") with sudo:
--- Code: ---sudo ./rockboxdev.sh
--- End code ---
brogan:
Alright, thanks again.. I got rockboxdev.sh to work using sudo, so thanks, but when I type make, it says
Created Makefile
localhost:~/desktop/rockbox-18826/build _____$ make
Consider upgrading to GNU make 3.81+ for optimum build performance.
/Users/______/desktop/rockbox-18826/tools/svnversion.sh: line 1: svnversion: command not found
/Users/______/desktop/rockbox-18826/tools/svnversion.sh: line 1: svnversion: command not found
make[1]: `rdf2binary' is up to date.
make[1]: `convbdf' is up to date.
/usr/bin/gcc codepages.c -o codepages
ld: Undefined symbols:
_cp1250_to_uni
_cp1251_to_uni
_cp1256_to_uni
_cp932_table
_cp936_table
_cp949_table
_cp950_table
_iso8859_2_to_uni
_iso8859_7_to_uni
make[1]: *** [codepages] Error 1
make: *** [tools] Error 2
What do I need to do? Is there just some software I need to dowload/update?.... Thanks
cool_walking_:
You're missing subversion. I don't have a Mac so I'm not sure if it was supposed to be included in Xcode or what...
brogan:
So does anyone know where I can get subversion for Mac, or what to do.... Thanks
Navigation
[0] Message Index
[#] Next page
[*] Previous page
Go to full version