Hi, Praveen Recently, I moved core support from 6400/6410 to 6410 because s3c6400 core is temp age in fact....
So,If you are using s3c6400 core , I write quick how to for s3c(=smdk)6400 core like you. Fedora9$> cd /opt Fedora9$> wget http://www.kandroid.org/~open/devtools/kandroid-1.1.2.1-20080530.glibc.tgz Fedora9$> tar xzf ./kandroid-1.1.2.1-20080530.glibc.tgz Fedora9$> cd ./kandroid-1.1.2.1-20080530.glibc/bin/ Fedora9$> ls ../bin/arm* -al Fedora9$> git clone git://www.kandroid.org/samsung-s3c64X0-android.1.0 Fedora9$> cd samsung-s3c64X0-android.1.0 Feodra9$> git tag Fedora9$> get reset --hard samsung-s3c6410-1-android.1.0 Fedora9$> cp ./arch/arm/configs/smdk6400mtd_defconfig ./.config Feodra9$> make menuconfig Disable or Enable kernel features that you wanna..... Fedora9$> make zImge --------------------------- ........ above omission ........ Kernel: arch/arm/boot/Image is ready AS arch/arm/boot/compressed/head.o GZIP arch/arm/boot/compressed/piggy.gz AS arch/arm/boot/compressed/piggy.o CC arch/arm/boot/compressed/misc.o LD arch/arm/boot/compressed/vmlinux OBJCOPY arch/arm/boot/zImage Kernel: arch/arm/boot/zImage is ready ............................................. Feodra9$> ls -al ./arch/arm/boot/ Feodra9$> cp ./arch/arm/boot/zImage /tftpboot/ Are you ok? thank you for your bug report ... I will update notice and comment informaiton at http://www.kandroid.org/git website. I don't have free time now... i have to go out... bye... 2009/1/12 Praveen <[email protected]>: > > Hi Lim, > > Iam not able to build your android kernel for s3c6400 board(samsung). > It shows the following error > > "arch/arm/mach-s3c6400/built-in.o:(.init.data+0x1660): undefined > reference to `s3c_device_i2c'" > > can you provide a solution to this problem? > > > On Dec 20 2008, 12:56 pm, "Lim,GeunSik" <[email protected]> wrote: >> Hi, Everyone... >> >> I made git kernel tree for android platform on arm1176 core basedS3C >> 64X0 board. >> You can download kernel source file athttp://www.kandroid.org/git. >> And, If you find bug or make enhancement using this S3C64X0-android- >> kernel source , >> Plese post athttp://www.kandroid.org/bugwebsite or contact to >> [email protected]. >> >> For example, >> 1) If you want to send me patchfile like bugfix, >> send your patch files to leemgs.at.gmail.com email. >> 2) If you want to post your opinion or bug report, connect >> tohttp://www.kandroid.org/bug >> >> Thank you for reading. Have nice day. > > > --~--~---------~--~----~------------~-------~--~----~ unsubscribe: [email protected] website: http://groups.google.com/group/android-porting -~----------~----~----~----~------~----~------~--~---
