Bug 2011

Summary: Source code can not pass build with cross compiler "CodeSourcery"
Product: Busybox Reporter: Evan Zheng <evan.zheng36>
Component: Standard ComplianceAssignee: unassigned
Status: RESOLVED INVALID    
Severity: major CC: busybox-cvs
Priority: P5    
Version: 1.16.x   
Target Milestone: ---   
Hardware: PC   
OS: Linux   
Host: Target:
Build:
Attachments: build log

Description Evan Zheng 2010-06-10 09:40:50 UTC
Created attachment 2011 [details]
build log

SW version: 1.16.1

Command Step:
   1. make defconfig
   2. make CROSS_COMPILE=/apps/android/codesourcery/toolchain/bin/arm-none-linux-gnueabi-

Result:
  Build failed.

I added build log in attachment.
Comment 1 Denys Vlasenko 2010-06-12 01:40:31 UTC
Your toolchain does not have mtd/mtd-user.h file in its include directory.

You can work around this by disabling flash_eraseall applet.