ISL3893 Toolchain: Difference between revisions

From Appelwiki
No edit summary
 
No edit summary
Line 8: Line 8:
*run the make-tools.sh inside the tools-YYYYMMDD directory
*run the make-tools.sh inside the tools-YYYYMMDD directory
*If you see OK on the last line you have yourself a toolchain.
*If you see OK on the last line you have yourself a toolchain.
=== Problems with compiling? ===
Some firmware sources complain about a missing depmod.old .
In most cases a symbolic link /sbin/depmod.old pointing to /sbin/depmod is enough:
ln -s /sbin/depmod /sbin/depmod.old

Revision as of 21:13, 22 March 2006

Download the Toolchain

You can download the patched isl3893.sf.net toolchain at appeltaart.mine.nu/isl3893-tools-20060320.tar.bz2

Compiling the toolchain

  • download the toolchain.
  • untar the toolchain
  • run the make-tools.sh inside the tools-YYYYMMDD directory
  • If you see OK on the last line you have yourself a toolchain.

Problems with compiling?

Some firmware sources complain about a missing depmod.old . In most cases a symbolic link /sbin/depmod.old pointing to /sbin/depmod is enough:

ln -s /sbin/depmod /sbin/depmod.old