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.

<求助>tci6638编译linux 内核无法生成uImage

我在网站上下载了一份内核代码 依照你们提供的文档进行编译,但无法生成uImage

在/arch/arm/boot/Makefile 里

check_for_multiple_loadaddr = \
if [ $(words $(UIMAGE_LOADADDR)) -gt 1 ]; then \
       echo 'multiple load addresses: $(UIMAGE_LOADADDR)'; \
       echo 'This is incompatible with uImages'; \
       echo 'Specify LOADADDR on the commandline to build an uImage'; \
       false; \
fi
这里出错 LOADADDR地址为空,我是在这里下载的代码git.ti.com/.../
我们的linux机器无法连接外网,所以我没有用你们文档里提供的git 方法获取代码,如果代码版本下载不正确,能否提供一个http连接 我重新下载一份可以编译的代码?
非常感谢!