export ARCH=arm export CROSS_COMPILE=/absolute/path/to/arm-eabi- make goldfish_defconfig make -j4
On Jun 4, 5:32 pm, Season <[email protected]> wrote: > Hi > > I'm trying to build Android kernel on Mac OS and I've got the > following error: > > estherchiu:kernel Season$ make ARCH=arm CROSS_COMPILE=../prebuilt/ > darwin-x86/toolchain/arm-eabi-4.2.1/bin/arm-eabi- > CHK include/linux/version.h > make[1]: `include/asm-arm/mach-types.h' is up to date. > CHK include/linux/utsrelease.h > CALL scripts/checksyscalls.sh > sed: 4: "/^\#define/ { s/[^_]*__ ...": bad flag in substitute command: > '}' > HOSTCC scripts/mod/mk_elfconfig > scripts/mod/mk_elfconfig.c:4:17: error: elf.h: No such file or > directory > scripts/mod/mk_elfconfig.c: In function ‘main’: > scripts/mod/mk_elfconfig.c:9: error: ‘EI_NIDENT’ undeclared (first use > in this function) > scripts/mod/mk_elfconfig.c:9: error: (Each undeclared identifier is > reported only once > scripts/mod/mk_elfconfig.c:9: error: for each function it appears in.) > scripts/mod/mk_elfconfig.c:19: error: ‘ELFMAG’ undeclared (first use > in this function) > scripts/mod/mk_elfconfig.c:19: error: ‘SELFMAG’ undeclared (first use > in this function) > scripts/mod/mk_elfconfig.c:23: error: ‘EI_CLASS’ undeclared (first use > in this function) > scripts/mod/mk_elfconfig.c:24: error: ‘ELFCLASS32’ undeclared (first > use in this function) > scripts/mod/mk_elfconfig.c:27: error: ‘ELFCLASS64’ undeclared (first > use in this function) > scripts/mod/mk_elfconfig.c:33: error: ‘EI_DATA’ undeclared (first use > in this function) > scripts/mod/mk_elfconfig.c:34: error: ‘ELFDATA2LSB’ undeclared (first > use in this function) > scripts/mod/mk_elfconfig.c:37: error: ‘ELFDATA2MSB’ undeclared (first > use in this function) > scripts/mod/mk_elfconfig.c:9: warning: unused variable ‘ei’ > make[2]: *** [scripts/mod/mk_elfconfig] Error 1 > make[1]: *** [scripts/mod] Error 2 > make: *** [scripts] Error 2 > > Any way to fix this problem? > > Thanks, > Season --~--~---------~--~----~------------~-------~--~----~ unsubscribe: [email protected] website: http://groups.google.com/group/android-kernel -~----------~----~----~----~------~----~------~--~---
