Build Warp7 linux-kernel error

cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 

Build Warp7 linux-kernel error

Jump to solution
526 Views
chaunguyenngoc
Contributor III

I try to build linux kernel for Warp7.

I do it follow section 5 in GitHub - WaRP7/WaRP7-User-Guide: WaRP7 User Guide Source. For binary releases go to the release tab 

But when i run "make ARCH=arm CROSS_COMPILE=......." command to cross compile for "zImage". It always show error below: 

============

make[2]: *** No rule to make target `fs/fat/file.o', needed by `fs/fat/fat.o'. Stop.
make[1]: *** [fs/fat] Error 2
make: *** [fs] Error 2

============

Is there any package I need to add in my host PC Ubuntu ?

I tried to google-ing about error and fat* file but no hope

Note: I think git source code should be OK when it is commited

source: GitHub - Freescale/linux-fslc: Linux kernel source tree 

branch: 4.1-2.0.x.imx

Tags (1)
0 Kudos
1 Solution
396 Views
Yuri
NXP Employee
NXP Employee

Hello,

  Please try to setup environment as described in section 5

WaRP7-User-Guide/06-Chapter at master · WaRP7/WaRP7-User-Guide · GitHub 

Have a great day,

Yuri

 

------------------------------------------------------------------------------

Note: If this post answers your question, please click the Correct Answer

button. Thank you!

View solution in original post

0 Kudos
1 Reply
397 Views
Yuri
NXP Employee
NXP Employee

Hello,

  Please try to setup environment as described in section 5

WaRP7-User-Guide/06-Chapter at master · WaRP7/WaRP7-User-Guide · GitHub 

Have a great day,

Yuri

 

------------------------------------------------------------------------------

Note: If this post answers your question, please click the Correct Answer

button. Thank you!

0 Kudos