[mc1322x] contiki compilation error
Mariano Alvira
mar at devl.org
Mon Dec 7 12:05:16 EST 2009
On Mon, Dec 07, 2009 at 11:15:50AM -0500, Camilo, Alex wrote:
> I'l try installing a gnu-arm tool-chain from source and compiling my libraries.
> I'm running into other problems such as the finished contiki binary being about
> 250k.
This can happen when something links to a giant call tree from glibc
--- contiki calls exit in many places at that has been a
problem. There are others. EABI has also been a problem. Here are
some links to previous posts on the mailing list that might help:
http://devl.org/pipermail/mc1322x/2009-October/000039.html
and this post includes a perl script that will generate graph of what
is linking in what. This is useful for narrowing down to the exact
reason why giant portions of glibc are getting linked in:
http://devl.org/pipermail/mc1322x/2009-October/000040.html
-Mar.
More information about the mc1322x
mailing list