Rockbox.org home
release
dev builds
extras
themes manual
wiki
device status forums
mailing lists
IRC bugs
patches
dev guide



Rockbox mail archive

Subject: Re: Compiling the Cross Compiler on Mac OS X

Re: Compiling the Cross Compiler on Mac OS X

From: Björn Stenberg <bjorn_at_haxx.se>
Date: Thu, 10 Jul 2003 11:13:09 +0200

svante t wrote:
> So... Any other idea?

It looks like you are not using the recommended directory structure, described in http://rockbox.haxx.se/docs/how_to_compile.html.

Don't run make in the root of the soruce tree. Make a build dir and run it there instead:

$ tar xzf rockbox.tar.gz
$ cd rockbox/tools
$ make
$ cd ..
$ mkdir build
$ cd build
$ ../tools/configure
$ make

-- 
Björn
Received on 2003-07-10

Page template was last modified "Tue Sep 7 00:00:02 2021" The Rockbox Crew -- Privacy Policy