Hello,
I never had a problem with that, but without knowing what changed I
cannot compile the kernel from
http://www.beagleboard.org/uploads/2.6_kernel_revb-v2.tar.gz
I tried the config from
http://code.google.com/p/beagleboard/downloads/detail?name=omap3_beagle_defconfig_forUSBPeripheral&can=2&q=
and I tried
make CROSS_COMPILE=arm-angstrom-linux-gnueabi- omap3_beagle_defconfig
but I get always:
$ make CROSS_COMPILE=arm-angstrom-linux-gnueabi- uImage
scripts/kconfig/conf -s arch/arm/Kconfig
kernel/power/Kconfig:347:warning: choice values currently only support
a single prompt
..
drivers/media/video/cx23885/Kconfig:11:warning: 'select' used by
config symbol 'VIDEO_CX23885' refers to undefined symbol
'DVB_TUNER_MT2131'
..
drivers/media/video/cx23885/Kconfig:18:warning: 'select' used by
config symbol 'VIDEO_CX23885' refers to undefined symbol
'DVB_TUNER_XC5000'
CHK include/linux/version.h
...
CALL scripts/checksyscalls.sh
<stdin>:91:1: warning: "__IGNORE_sync_file_range" redefined
In file included from <stdin>:2:
include/asm/unistd.h:444:1: warning: this is the location of the
previous definition
<stdin>:1097:2: warning: #warning syscall fadvise64 not implemented
<stdin>:1265:2: warning: #warning syscall migrate_pages not implemented
<stdin>:1321:2: warning: #warning syscall pselect6 not implemented
<stdin>:1325:2: warning: #warning syscall ppoll not implemented
<stdin>:1365:2: warning: #warning syscall epoll_pwait not implemented
HOSTCC scripts/genksyms/genksyms.o
...
HOSTCC scripts/conmakehash
CC init/main.o
/tmp/ccAVzwe3.s: Assembler messages:
/tmp/ccAVzwe3.s:882: Error: selected processor does not support `cpsie i'
...
/tmp/ccAVzwe3.s:1585: Error: selected processor does not support `cpsie i'
make[1]: *** [init/main.o] Fehler 1
make: *** [init] Fehler 2
What could be the problem? I am using the toolchain from OE.
Robert