ERROR: User requested feature sdl

cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 

ERROR: User requested feature sdl

9,604 Views
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!

Tags (1)
3 Replies

2,272 Views
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

2,271 Views
luluxu
Contributor II

Thinks

0 Kudos

2,271 Views
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!

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