我用交叉编译工具链编译给AM1705配置的uboot时。出现如下错误提示:undefined reference to `__aeabi_idivmod'
undefined reference to `__aeabi_idiv' 具体代码是: buf[i++] = val % 10 + '0';
val = val / 10;
就这两行出现的错误。
工具链是arm-none-linux-gnueabi-gcc 4.3.3
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.
那arm-2009q1这个交叉编译工具不是TI的?我以前用它编译过AM1808。那TI主推什么编译器,在配置Uboot时。
arm-2009q1这个对于AM18来说是推荐的,你可以看看相关的guide