请教下各位,我刚装了Ubuntu14.04_32bit虚拟机准备编译C100s。
linux源码用的是@assert的,这里 https://whycan.cn/t_1008.html
然后按照这个步骤:
./build.sh config ###配置
./build.sh -p sunivw1p1 -k linux-3.10 -m all ###编译
./build.sh pack ####打包
可是在第二步的时候:
make: Entering directory `/home/test/Allwinner/C100/f1c600/buildroot'
You seem to have the current working directory in your
PATH environment variable. This doesn't work.
make: *** [dependencies] Error 1
make: Leaving directory `/home/test/Allwinner/C100/f1c600/buildroot'
ERROR: build buildroot Failed
看样子是PATH没配置啊....
请教晕哥,应该如何操作啊?
谢谢。
离线
对比下,只是多了下面这些操作?
sudo apt-get install -y libncurses-dev
sudo apt-get install -y lib32z1 lib32ncurses5 lib32stdc++6
sudo apt-get install -y u-boot-tools make g++ gettext python unzip fakeroot
sudo apt-get install -y bison texinfo bc flex
sudo apt-get install -y software-properties-common
离线
谢谢晕哥!
换一个64bit的Ubuntu,然后按照这里 https://whycan.cn/t_1522.html 一步步操作,可以build完成了
最近编辑记录 dgtg (2018-12-19 17:49:33)
离线