Hi, On 5 May 2012 04:05, flooding Controlled <[email protected]> wrote: > Hi all: > Is there anyone cross compile X11R7.6 total successfully on ubuntu > 11.10/12.04 using scratchbox? I have tried many times and finally failed. > It is for many reason: > 1. the wrong version of scratchbox . > 2. the wrong version of crossc compile tools. > 3. and even the wrong env.
> So, could you tell me the set up the total solution if you have done it ? or > just give me a useful doc ? Thanks a lot! Ubuntu 12.04 comes with cross-compilers, installable by: apt-get install g++-arm-linux-gnueabi or apt-get install g++-arm-linux-gnueabihf if you want hardfloat support. Did you try these toolchains with scratchbox2? Also, you could try cross-compiling with scratchbox, as is now possible in Ubuntu 12.04: http://suihkulokki.blogspot.com/2012/04/cross-compiling-with-multiarch-congrats.html Riku _______________________________________________ Scratchbox-devel mailing list [email protected] http://lists.scratchbox.org/cgi-bin/mailman/listinfo/scratchbox-devel
