iMX53 build errors

取消
显示结果 
显示  仅  | 搜索替代 
您的意思是: 

iMX53 build errors

604 次查看
AshokAiyawar
Contributor I

uccess: Now you can build android code for FSL i.MX platform

 

$ ./build_android.sh imx53_qsb all

################################################

Building:

BUILD_UBOOT=1

BUILD_KERNEL=1

BUILD_ANDROID=1

 

Using:

CPUS=4

CPUS_ANDROID=1

################################################

./build_android.sh: 164: make: not found

./build_android.sh: 164: make: not found

./build_android.sh: 181: make: not found

./build_android.sh: 193: make: not found

/home/ashokaiyawar/Downloads/Android3.3/i.MX53-QSB-Android-Release3.3/src/kernel_imx

cd: 203: can't cd to /home/ashokaiyawar/Downloads/Android3.3/i.MX53-QSB-Android-Release3.3/scripts/../src/out/target/product/imx53_loco.

 

Please help

标记 (1)
0 项奖励
1 回复

549 次查看
VikramU_ng
Contributor III

Hi Ashok.

  Check your folder structure and permissions

 

run a make from the actual folder after checking if a .configure file is present on that folder path.

Make sure you clean and parameterize the folder paths %HOME%, %ANDROID% in future.

0 项奖励