Bug 2011 - Source code can not pass build with cross compiler "CodeSourcery"
Summary: Source code can not pass build with cross compiler "CodeSourcery"
Status: RESOLVED INVALID
Alias: None
Product: Busybox
Classification: Unclassified
Component: Standard Compliance (show other bugs)
Version: 1.16.x
Hardware: PC Linux
: P5 major
Target Milestone: ---
Assignee: unassigned
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2010-06-10 09:40 UTC by Evan Zheng
Modified: 2010-06-12 01:40 UTC (History)
1 user (show)

See Also:
Host:
Target:
Build:


Attachments
build log (12.30 KB, application/octet-stream)
2010-06-10 09:40 UTC, Evan Zheng
Details

Note You need to log in before you can comment on or make changes to this bug.
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.