1
Software / Uclibc X-compile Toolchain For Z (3.4.3)
« on: February 14, 2005, 02:12:49 pm »
Well, I decided to tarball up the version of gcc that I used for building the mplayer that I made. If anyone's interested in it, that is...
What it will not let you do:
* Compile dynamically linked applications (... that work on any Sharp-based ROM, at least. I could be wrong but I believe that none of the ROMs out there are based on uClibc (why? In my limited tests, Qt/Embedded compiled fine and almost even worked on my 5600...))
* Use anything that Sharp has released in terms of binaries (source may work, no idea...)
What it will let you do:
* Compile statically linked console applications using the latest release version of gcc
http://web.mit.edu/~anrp/www/zaurus/toolchain/
If you're interesting in compiling AGAWA Koji's sources, you'll probably also want the Intel IPP, which you can get a non-commercial license for here:
http://www.intel.com/software/products/ipp/noncom.htm
Couple technical notes about the toolchain:
* Compiled 100% for softvfp-style floating point (necessary for compatibility with Intel IPP)
* Has C, C++, and Fortran compilers included
* Should be installed as /opt/arm-embedded-devel-xscalefvp
* The script env_setup.sh should set up the environment for basic Xcompiling
-anrp
What it will not let you do:
* Compile dynamically linked applications (... that work on any Sharp-based ROM, at least. I could be wrong but I believe that none of the ROMs out there are based on uClibc (why? In my limited tests, Qt/Embedded compiled fine and almost even worked on my 5600...))
* Use anything that Sharp has released in terms of binaries (source may work, no idea...)
What it will let you do:
* Compile statically linked console applications using the latest release version of gcc
http://web.mit.edu/~anrp/www/zaurus/toolchain/
If you're interesting in compiling AGAWA Koji's sources, you'll probably also want the Intel IPP, which you can get a non-commercial license for here:
http://www.intel.com/software/products/ipp/noncom.htm
Couple technical notes about the toolchain:
* Compiled 100% for softvfp-style floating point (necessary for compatibility with Intel IPP)
* Has C, C++, and Fortran compilers included
* Should be installed as /opt/arm-embedded-devel-xscalefvp
* The script env_setup.sh should set up the environment for basic Xcompiling
-anrp