From: Adrian M. <ad...@mc...> - 2003-07-20 13:25:30
|
Getting this - is this a configuration problem? (Though it seems to occur= =20 whether initrd support is on or off). I'm just using the gcc 3.0.4 I use = to=20 build 2.4 series kernels with. echo " .section .init.ramfs,\"a\"" > usr/initramfs_data.S echo ".incbin \"usr/initramfs_data.cpio.gz\"" >> usr/initramfs_data.S AS usr/initramfs_data.o usr/initramfs_data.S: Assembler messages: usr/initramfs_data.S:2: Error: Unknown pseudo-op: `.incbin' make[2]: *** [usr/initramfs_data.o] Error 1 make[1]: *** [usr] Error 2 make: *** [vmlinux] Error 2 |