Re: Re: Cross compiler
Derek Taubert <[email protected]>
| Newsgroups | gmane.comp.hardware.roku.technical |
|---|---|
| Message-ID | <[email protected]> |
Ignoring the gdb issue for now, I did manage to get a cross environment set up under Suse 9.0 using the source package below and the various lib/include directories right from the HD1000. I can build WeatherSix from the untouched source, and the resulting binary does indeed run/work on the Roku. The built-in optimization flags and linker script seem to be quite different, however. I think I'll try this experiment again with the GPL source from Roku... Derek On Tue, May 11, 2004 at 08:30:37PM +0000, Derek Taubert wrote: > Jon Lech Johansen <jon <at> nanocrew.net> writes: > > In case anyone needs a cross compiler, this is the one I've been using > > for a while now: > > > > ftp://ftp.linux-mips.org/pub/linux/mips/redhat/7.1/SRPMS/toolchain-20020423- > 1.src.rpm > > > > Extract the tar.bz2s from that rpm, and use the following spec + patch: > > > > http://nanocrew.net/vlc/roku/toolchain.spec > > http://nanocrew.net/vlc/roku/lf.patch > > Thanks! > > Under Suse 9.0, I managed to build everything but gdb. It barfed on c-exp.y > and m2-exp.y. What version of bison did you use? > > Derek