Tools and distributions for embedded Linux development
Posted Apr 29, 2010 11:06 UTC (Thu) by
eru (subscriber, #2753)
In reply to:
Tools and distributions for embedded Linux development by warmcat
Parent article:
Tools and distributions for embedded Linux development
Most of the distros you mentioned are cross-built which has quite some costs associated with it for a large packageset.
Based on my experiences (which involved cross-building on Linux for a funny embedded BSD-derivative), by far the biggest grief with cross-building was that most packages use "autoconfiguring" that pokes around the build environment and assumes the target is the same. Software with the old-school "manually edit the makefile and then build" approach is much easier to deal with. Another source of frustration was build processes that create binaries and then run them as part of the building.
Software projects could make things much easier for cross-builders by avoiding the abovementioned things. Linuxes are now so like each other that a makefile with no autoconfigure step would work in most cases. at least is should exist as an alternate build method.
(
Log in to post comments)