2009-07-18 11:49:04 Problems Compiling the Kernel with alsa-lib only works with FDPI
Raphael Lang (GERMANY)
Message: 77610
Hello People,
I try tomake my kernel but a problem ocour when I want to compile I got the message:
"alsa-lib only works with FDPIC, please change your build settings from FLAT to FDPIC"
what should I do ?
I Got uClinux-dist-2008R1.5-RC3 and toolchain 208r1.5-rc14
thanks Raphael
TranslateQuoteReplyEditDelete
2009-07-18 11:58:43 Re: Problems Compiling the Kernel with alsa-lib only works with FDPI
Robin Getz (UNITED STATES)
Message: 77611
Raphael:
The err is pretty clear - isn't it? change your build settings from FLAT to FDPIC.
-Robin
QuoteReplyEditDelete
2009-07-18 16:36:25 Re: Problems Compiling the Kernel with alsa-lib only works with FDPI
Raphael Lang (GERMANY)
Message: 77614
Istill did that, and just now did a recheck , but there the fault is still there.
some Ideas ?
thanks Raphael
I added the config file
config.tk
config.in
TranslateQuoteReplyEditDelete
2009-07-18 17:06:07 Re: Problems Compiling the Kernel with alsa-lib only works with FDPI
Mike Frysinger (UNITED STATES)
Message: 77615
those arent your configuration files. those are the files that generate the menu.
run `make bugreport` and post that tarball. most likely you didnt select the FDPIC option:
docs.blackfin.uclinux.org/doku.php?id=toolchain:executable_file_formats
QuoteReplyEditDelete
2009-07-20 09:52:47 Re: Problems Compiling the Kernel with alsa-lib only works with FDPI
Raphael Lang (GERMANY)
Message: 77729
thanks now I know where to look
I played lttle bit with the FDPI options, but I am not sure if its allrigtht ?
I added my bugreport.
thanks alot
Raphael
bugreport.tgz
TranslateQuoteReplyEditDelete
2009-07-21 22:16:46 Re: Problems Compiling the Kernel with alsa-lib only works with FDPI
Robin Getz (UNITED STATES)
Message: 77797
Raphael:
That looks correct "CONFIG_FMT_USE_FDPIC_ELF=y" is all you need - now just "make clean && make"
-Robin