ESP8266 Developer Zone The Official ESP8266 Forum 2014-12-22T05:35:59+08:00 https://bbs.espressif.com:443/feed.php?f=7&t=78 2014-12-22T05:35:59+08:00 2014-12-22T05:35:59+08:00 https://bbs.espressif.com:443/viewtopic.php?t=78&p=316#p316 <![CDATA[Re: Linking against RTOS SDK.]]> Statistics: Posted by dexterash — Mon Dec 22, 2014 5:35 am


]]>
2014-12-19T19:42:29+08:00 2014-12-19T19:42:29+08:00 https://bbs.espressif.com:443/viewtopic.php?t=78&p=298#p298 <![CDATA[Re: Linking against RTOS SDK.]]> If yes, please delete it, don't use libc.a in RTOS SDK.
We have ported some frequently-used libc apis in SDK, you can refer to include/espressif/esp_libc.h.

Statistics: Posted by jackon — Fri Dec 19, 2014 7:42 pm


]]>
2014-12-11T11:04:49+08:00 2014-12-11T11:04:49+08:00 https://bbs.espressif.com:443/viewtopic.php?t=78&p=272#p272 <![CDATA[Linking against RTOS SDK.]]>
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


]]>