Hi Jyothi,
Jyothi Gudavalli wrote:
I am trying to compile uClinux-dist-20070130.tar.gz for Samsung S3C44B0X.
I am using arm-linux-tools-20061213.tar.
1)/What should the cpuid CONFIG_PROCESSOR_ID for S3C44B0X/
Don't know. Is there support for it in the 2.4.x kernel?
Maybe that will tell you.
2)I am able to cross many errors and now got stuck with the error below.
Can some one help me.
ln -sf
/home/jyothi/CMPE295A/kernel2.6.19/uClinux-dist/tools/ucfront/ucfront
tools/ucfront-g++
ln -sf
/home/jyothi/CMPE295A/kernel2.6.19/uClinux-dist/tools/ucfront/ucfront-ld
tools/ucfront-ld
make ARCH=arm CROSS_COMPILE=arm-linux- -j1 -C linux-2.6.x || exit 1
make[1]: Entering directory
`/home/jyothi/CMPE295A/kernel2.6.19/uClinux-dist/linux-2.6.x'
CHK include/linux/version.h
make[2]: `include/asm-arm/mach-types.h' is up to date.
CHK include/linux/utsrelease.h
CHK include/linux/compile.h
SKIPPED include/linux/compile.h
GEN usr/initramfs_data.cpio.gz
AS usr/initramfs_data.o
LD usr/built-in.o
CC drivers/serial/dcc.o
drivers/serial/dcc.c: In function `dcc_rx_chars':
drivers/serial/dcc.c:221: error: structure has no member named `flip'
drivers/serial/dcc.c:222: error: structure has no member named `flip'
drivers/serial/dcc.c:223: error: structure has no member named `flip'
drivers/serial/dcc.c:225: error: structure has no member named `flip'
make[3]: *** [drivers/serial/dcc.o] Error 1
make[2]: *** [drivers/serial] Error 2
make[1]: *** [drivers] Error 2
Yeah, looks like the dcc.c driver is just out of date.
Look at the other old style serial drivers in ~/drivers/serial
for how to fix this.
It looks like the patch by Hyok. s.choi which is written for 2.6.17 is
not applied to 2.6.19.
http://lkml.org/lkml/2006/4/4/281.
Even if that was applied, does it fix this driver?
Is there a similar patch for 2.6.19 kernel which comes
with uClinux-dist-20070130.tar.gz
I am not aware of one.
Regards
Greg
------------------------------------------------------------------------
Greg Ungerer -- Chief Software Dude EMAIL: [EMAIL PROTECTED]
Secure Computing Corporation PHONE: +61 7 3435 2888
825 Stanley St, FAX: +61 7 3891 3630
Woolloongabba, QLD, 4102, Australia WEB: http://www.SnapGear.com
_______________________________________________
uClinux-dev mailing list
[email protected]
http://mailman.uclinux.org/mailman/listinfo/uclinux-dev
This message was resent by [email protected]
To unsubscribe see:
http://mailman.uclinux.org/mailman/options/uclinux-dev