Hi all, Currently I am trying to compile Familiar+GPE for iPaq 3850 executing:
bitbake gpe-image All goes fine until this error : ... 6-pxa1-hh37.4-r6/kernel/drivers/media/video' | arm-linux-gcc-3.3.4 -D__KERNEL__ -I/comum/iPaq/openembedded/tmp/work/h3600-linux/handhelds-sa-2.4.19-rmk6-pxa1-hh37.4-r6/kernel/include -Wall -Wstrict-prototypes -Wno-trigraphs -O2 -fno-strict-aliasing -fno-common -mapcs -mno-sched-prolog -Uarm -fno-common -pipe -mapcs-32 -D__LINUX_ARM_ARCH__=4 -march=armv4 -mtune=strongarm1100 -mshort-load-bytes -msoft-float -Uarm -DMODULE -nostdinc -I /comum/iPaq/openembedded/tmp/cross/lib/gcc-lib/arm-linux/3.3.4/include -DKBUILD_BASENAME=h3600_backpaq_algo -c -o h3600_backpaq_algo.o h3600_backpaq_algo.c | arm-linux-gcc-3.3.4: Internal error: Killed (program cc1) | Please submit a full bug report. | See <URL:http://gcc.gnu.org/bugs.html> for instructions. | make[3]: *** [h3600_backpaq_algo.o] Error 1 | make[3]: Leaving directory `/comum/iPaq/openembedded/tmp/work/h3600-linux/handhelds-sa-2.4.19-rmk6-pxa1-hh37.4-r6/kernel/drivers/media/video' | make[2]: *** [_modsubdir_video] Error 2 | make[2]: Leaving directory `/comum/iPaq/openembedded/tmp/work/h3600-linux/handhelds-sa-2.4.19-rmk6-pxa1-hh37.4-r6/kernel/drivers/media' | make[1]: *** [_modsubdir_media] Error 2 | make[1]: Leaving directory `/comum/iPaq/openembedded/tmp/work/h3600-linux/handhelds-sa-2.4.19-rmk6-pxa1-hh37.4-r6/kernel/drivers' | make: *** [_mod_drivers] Error 2 | FATAL: oe_runmake failed NOTE: Task failed: /comum/iPaq/openembedded/tmp/work/h3600-linux/handhelds-sa-2.4.19-rmk6-pxa1-hh37.4-r6/temp/log.do_compile.4895 NOTE: package handhelds-sa-2.4.19-rmk6-pxa1-hh37.4-r6: task do_compile: failed ERROR: TaskFailed event exception, aborting NOTE: package handhelds-sa-2.4.19-rmk6-pxa1-hh37.4: failed ERROR: Build of gpe-image failed If I remove h3600_backpaq_algo.o (rm tmp/work/h3600-linux/handhelds-sa-2.4.19-rmk6-pxa1-hh37.4-r6/kernel/drivers/media/video/h3600_backpaq_algo.o) and execute "bitbake gpe-image" newly I get the same error, but if I don't remove it and try again the compilation go ahead. The image is created, but I get a problem running this image. It don't create some kernel symbols, them when iPaq start using this image none module is loaded: [EMAIL PROTECTED]:~$ lsmod Module Size Used by Not tainted [EMAIL PROTECTED]:~$ This is the error message get when try load a module: [EMAIL PROTECTED]:~$ modprobe h3600_ts insmod: cannot insert `/lib/modules/2.4.19-rmk6-pxa1-hh37/kernel/arch/arm/mach-ipaq/ipaq_hal.o': Unknown symbol in module (-1): No such file or directory insmod: cannot insert `/lib/modules/2.4.19-rmk6-pxa1-hh37/kernel/drivers/char/h3600_ts.o': Unknown symbol in module (-1): No such file or directory modprobe: failed to load module h3600_ts [EMAIL PROTECTED]:~$ I think this error is because kernel was compiled with errors. I am following the OpenEmbedded Getting Started, bitbake is very good and so ease to use. Someone here know about this error and how to solve it? Thank you, -- ------------------------------------------------------------ | Alan Carvalho de Assis | ------------------------------------------------------------ -- Não importa o que os outros irão pensar, A cura para a infelicidade é a felicidade _______________________________________________ Oe mailing list [email protected] https://www.handhelds.org/mailman/listinfo/oe
