2008-11-10 09:18:29 trunk platform nand driver
Andras Szemzo (HUNGARY)
Message: 64935
hi,
Is there a known build error with enabled platform nand driver in the svn kernel, or I misconfigured something?
When I try to build I get this error:
`.devexit.text' referenced in section `.data' of drivers/built-in.o: defined in discarded section `.devexit.text' of drivers/built-in.o
make: *** [.tmp_vmlinux1] Error 1
Disabling that and using bfin_nand compiled ok.(which is deprecated)
I think with 2.6.24 this worked for me.
Toolchain is svn. CPU is BF532-0.5.
Thanks.
Regards,
Andras
QuoteReplyEditDelete
2008-11-10 09:55:35 Re: trunk platform nand driver
Mike Frysinger (UNITED STATES)
Message: 64941
the nand platform driver builds fine for me with the BF537-STAMP config
run make with CONFIG_DEBUG_SECTION_MISMATCH=y to try and get a better idea of where this reference is coming from ... the built-in.o objects are a bunch of drivers combined
QuoteReplyEditDelete
2008-11-10 13:46:36 Re: trunk platform nand driver
Andras Szemzo (HUNGARY)
Message: 64967
it does't sad to much new info for me, but repulling a fresh and clean svn and adding my custom board files solved the problem...
Thanks for the help and the info
Regards,
Andras