If we don't add main lib to linking we get:
warning: cannot find entry symbol call_user_start; defaulting to 0000000040100000
If we add main lib to linking:
we get some conflicts like
In function `pvPortMalloc': (.text+0x18): multiple definition of `malloc'
In function `vPortFree': (.text+0xec): multiple definition of `free'
or more undefined references to `_sbrk_r' follow
Any help?
Thank you!Statistics: Posted by dexterash — Thu Dec 11, 2014 11:04 am
]]>