Before I begin, I am using a Windows XP computer. I downloaded VMWare and the Rockbox image, went to XShells->Eterm and typed:
$ svn co svn://svn.rockbox.org/rockbox/trunk rockbox
to check out the source code. From what I understand, I need to run rockboxdev.sh to automatically install the cross-compiler for me. I typed the following:
$ cd rockbox
$ tools/rockboxdev.sh
and got this output:
user@debian:~/rockbox$ tools/rockboxdev.sh
Download directory : /tmp/rbdev-dl (set RBDEV_DOWNLOAD to change)
Install prefix : /usr/local (set RBDEV_PREFIX to change)
Build dir : /tmp/rbdev-build (set RBDEV_BUILD to change)
Make options : (set MAKEFLAGS to change)
ROCKBOXDEV: No write permission for /usr/local
What am I doing wrong?
Also, do I need the files vmware.txt, vmware-0.txt, vmware-1.txt, etc. that appear in the directory of my Rockbox image each time I open it?
When I check out the source code for rockbox or make a new directory in VMWare, where do the files go? Do they go to a virtual hard drive somewhere?
Finally, how do I share files between the two systems? I went to VMWare->Shared Files, but there were no files on the list.
Sorry for my ignorant questions, and thanks in advance for the help!