pradeep sawlani wrote: >> >> pradeep sawlani wrote: >> >>> Has anybody faced this problem ? >>> Am I using right toolchain ? >>> >> Are you using arm-linux or arm-*bsd toolchain? >> We support only arm-elf toolchain. >> >> Please check the target setting of your toolchain by the following command. >> (target-prefix-)gcc -v >> >> > I am using arm-elf toolchain. > [EMAIL PROTECTED]:~$ arm-elf-gcc -v > Reading specs from > /home/spradeep/devel/tools/gnuarm-3.4.3/bin/../lib/gcc/arm-elf/3.4.3/specs > Configured with: ../gcc-3.4.3/configure --target=arm-elf > --prefix=/srv/shared/gnuarm/gnuarm-3.4.3 --enable-interwork > --enable-multilib --with-newlib > --with-headers=../newlib-1.12.0/newlib/libc/include > --enable-languages=c,c++,java --disable-libgcj > Thread model: single > gcc version 3.4.3 > Is that correct ?
I don't see any problem in your setting although I'm using '--without-headers' and '--without-libs' for my toolchain. So, could you check the relocation table of the driver (/dev/dev.ko) with the following command? (target-prefix-)objdump -r dev.ko I want to know which symbol or relocation type caused an error. Thanks. - Kohsuke ------------------------------------------------------------------------- This SF.Net email is sponsored by the Moblin Your Move Developer's challenge Build the coolest Linux based applications with Moblin SDK & win great prizes Grand prize is a trip for two to an Open Source event anywhere in the world http://moblin-contest.org/redirect.php?banner_id=100&url=/ _______________________________________________ Prex-devel mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/prex-devel
