ERROR: User requested feature sdl

取消
显示结果 
显示  仅  | 搜索替代 
您的意思是: 

ERROR: User requested feature sdl

11,002 次查看
luluxu
Contributor II

Hi,

I followed the "Freescale_Yocto_Project_User's_Guide.pdf" to setup the PC host and yocto, and eventually trying to run:

$> bitbake fsl-image-qt5

But I received the following error.

| ERROR: User requested feature sdl

|        configure was not able to find it.

|        Install SDL devel

|

| WARNING: exit code 1 from a shell command.

| ERROR: Function failed: do_configure (log file is located at /opt/workspace/fsl-release-bsp/build/tmp/work/x86_64-linux/qemu-native/2.2.0-r1/temp/log.do_configure.26672).

Someone can help me!

标记 (1)
3 回复数

3,670 次查看
simontremblay
Contributor I

In case someone still gets this error, have a look to:

https://bugzilla.yoctoproject.org/show_bug.cgi?id=8553

Add:

   BUILD_LDFLAGS_prepend_pn-qemu-native = "-Wl,-rpath-link,/lib/x86_64-linux-gnu "

to your local.conf file.

Sim

3,669 次查看
luluxu
Contributor II

Thinks

0 项奖励
回复

3,669 次查看
igorpadykov
NXP Employee
NXP Employee

Hi lulu

qemu is not supported, for QT building one can look at

Building Qt5 for i.MX6 with YOCTO

Yocto Training - HOME

Best regards

igor

-----------------------------------------------------------------------------------------------------------------------

Note: If this post answers your question, please click the Correct Answer button. Thank you!

-----------------------------------------------------------------------------------------------------------------------