Luigi 'Comio' Mantellini wrote: > Hi All, > > how you should know, I'm working to port OpenWRT on m68k/coldfire arch. > I compiled with success (and some patch) the toolchain... but I have > this error during the kernel build: We had similar issues with mips in the past. If you look through the mips arch directory, you should find such functions there. You can probably take the missing pieces for m68k either by finding an arch that implements those in a generic way (i think mips might even do this), or you port the code from the gcc/libgcc source. Shouldn't be very hard to do.
- Felix _______________________________________________ openwrt-devel mailing list [email protected] http://lists.openwrt.org/cgi-bin/mailman/listinfo/openwrt-devel
