qemu-qoriq error for LSDK Yocto LS1046

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

qemu-qoriq error for LSDK Yocto LS1046

Jump to solution
1,727 Views
Hemanth_mp
Contributor II

Hi,

We are trying to build LSDK (YP 3.1–LSDK 2004 Dunfell) in ubuntu 18.04 host system and flash it in to LS1046ARDB development board, for building & flashing we are following LSDKYOCTOUG.pdf document.

After cloning and setting up we were able to successfully run

$> bitbake fsl-image-networking

 

but after that when we tried to build the full image using

$> bitbake fsl-image-networking-full

 

After some time, we encountered the following error.

any help would be greatly appreciated

Thanks 

_________________________________

ERROR: qemu-qoriq-4.1.0-r0 do_compile: oe_runmake failed
ERROR: qemu-qoriq-4.1.0-r0 do_compile: Execution of '/home/hfcl/HFCL/yocto_work/yocto-sdk/build_ls1046ardb/tmp/work/aarch64-fsl-linux/qemu-qoriq/4.1.0-r0/temp/run.do_compile.15500' failed with exit code 1:
GEN ui/input-keymap-atset1-to-qcode.c
GEN ui/input-keymap-linux-to-qcode.c
GEN ui/input-keymap-qcode-to-atset2.c
GEN ui/input-keymap-qcode-to-atset3.c
GEN ui/input-keymap-qcode-to-atset1.c
GEN ui/input-keymap-qcode-to-qnum.c
GEN ui/input-keymap-qcode-to-linux.c
GEN ui/input-keymap-qcode-to-sun.c
GEN ui/input-keymap-qnum-to-qcode.c
GEN ui/input-keymap-x11-to-qcode.c
GEN ui/input-keymap-usb-to-qcode.c
GEN ui/input-keymap-win32-to-qcode.c
GEN ui/input-keymap-xorgkbd-to-qcode.c
GEN ui/input-keymap-xorgevdev-to-qcode.c
GEN ui/input-keymap-xorgxquartz-to-qcode.c
GEN ui/input-keymap-xorgxwin-to-qcode.c
GEN ui/input-keymap-osx-to-qcode.c
LINK tests/qemu-iotests/socket_scm_helper
CC qga/commands.o
CC qga/guest-agent-command-state.o
CC qga/main.o
CC qga/commands-posix.o
CC qga/channel-posix.o
CC qga/qapi-generated/qga-qapi-types.o
CC qga/qapi-generated/qga-qapi-visit.o
CC qga/qapi-generated/qga-qapi-commands.o
AR libqemuutil.a
CC ui/input-keymap.o
LINK ivshmem-client
CC contrib/ivshmem-server/main.o
/home/hfcl/HFCL/yocto_work/yocto-sdk/build_ls1046ardb/tmp/work/aarch64-fsl-linux/qemu-qoriq/4.1.0-r0/git/ui/input-keymap.c:8:10: fatal error: ui/input-keymap-atset1-to-qcode.c: No such file or directory
8 | #include "ui/input-keymap-atset1-to-qcode.c"
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
compilation terminated.
CC qemu-nbd.o
/home/hfcl/HFCL/yocto_work/yocto-sdk/build_ls1046ardb/tmp/work/aarch64-fsl-linux/qemu-qoriq/4.1.0-r0/git/rules.mak:69: recipe for target 'ui/input-keymap.o' failed
make: *** [ui/input-keymap.o] Error 1
make: *** Waiting for unfinished jobs....
WARNING: exit code 1 from a shell command

__________________________________________

Tags (3)
0 Kudos
1 Solution
1,692 Views
yipingwang
NXP TechSupport
NXP TechSupport

Please put files in the attached tar ball in folder ~/yocto-sdk/build_ls1046ardb/tmp/work/aarch64-fsl-linux/qemu-qoriq/4.1.0-r0/git/ui/.

Please open file ~/yocto-sdk/build_ls1046ardb/tmp/work/aarch64-fsl-linux/qemu-qoriq/4.1.0-r0/git/ui/input-keymap.c, comment the following line.

//#include "ui/input-keymap-osx-to-qcode.c"

Then continue to run bitbake command.

View solution in original post

Tags (1)
2 Replies
1,693 Views
yipingwang
NXP TechSupport
NXP TechSupport

Please put files in the attached tar ball in folder ~/yocto-sdk/build_ls1046ardb/tmp/work/aarch64-fsl-linux/qemu-qoriq/4.1.0-r0/git/ui/.

Please open file ~/yocto-sdk/build_ls1046ardb/tmp/work/aarch64-fsl-linux/qemu-qoriq/4.1.0-r0/git/ui/input-keymap.c, comment the following line.

//#include "ui/input-keymap-osx-to-qcode.c"

Then continue to run bitbake command.

Tags (1)
1,684 Views
Hemanth_mp
Contributor II

Thankyou Very much @yipingwang

It worked 

0 Kudos