请教一个问题
目前的环境
GCC gcc-arm-none-eabi-5_4-2016q3
编译环境 ubuntu32位
我现在在main.c中调用了printf函数,发现出现如图的错误,请问下如何解决这个问题呢,因为我调用的其他的库里面也有printf函数也出现这个问题
谢谢
This thread has been locked.
If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.
请教一个问题
目前的环境
GCC gcc-arm-none-eabi-5_4-2016q3
编译环境 ubuntu32位
我现在在main.c中调用了printf函数,发现出现如图的错误,请问下如何解决这个问题呢,因为我调用的其他的库里面也有printf函数也出现这个问题
谢谢
你好,我看了下,还是感觉无法下手在这个SDK中修改测试
现在我使用的SDK1.4版本的 TI\CC3200SDK_1.4.0\cc3200-sdk\example\getting_started_with_wlan_station 这个demo去测试的,
只要在void main() 中加入 printf 就会出现上面图的情况,
还发现 在void vAssertCalled( const char *pcFile, unsigned long ulLine ) 中加入printf() 就没问题,这个函数肯定是编译的,其他地方加入printf()都会报错
麻烦 帮忙看下这个问题,非常感谢。