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.

uboot

Other Parts Discussed in Thread: AM1705, AM1808

我用交叉编译工具链编译给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