【发布时间】:2019-03-24 03:51:51
【问题描述】:
我正在尝试使用 buildroot 为 MIPS64(小端)创建交叉编译器工具链。
我已经运行 make menuconfig 并将目标设置为 MIPS64(小端序)。另外我被告知配置文件已经生成,我可以运行 make(如下)
configuration written to /home/blah/Downloads/buildroot-2018.02.6/mipsel64.config
*** End of the configuration.
*** Execute 'make' to start the build or try 'make help'.
然后,我运行 make 并得到以下信息:
Makefile:864: *** Please configure Buildroot first (e.g. "make menuconfig"). Stop.
有什么想法吗?
【问题讨论】:
标签: makefile cross-compiling buildroot mips64 linux-toolchain