wqiu
(Weigen Qiu)
#1
Hi,
just setup the yotta compiler and other tools, and tried to build the first sample code helloyotta.
I received this link error:
mbed/helloyotta/yotta_modules/mbed-drivers/source/retarget.cpp:512: undefined reference to `app_start(int, char**).
is it a module bug or something else?
jamcro01
(James Crosby)
#2
Looks like that example wasn’t updated when the app_start API changed (it no longer has C linkage).
I just committed the fix here: https://github.com/ARMmbed/helloyotta/blob/master/source/hello.cpp
wqiu
(Weigen Qiu)
#3
Hi James,
your fix solves the problem. Appreciated. Thanks