You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I have bitbaked "nxp-image-real-time-edge" yocto project for IMX8MP. and build Jailhouse repository by devtool. However, when I compile the Jaihouse, I get the following error:
xxx@LinuxForiMX:/nxp/Repositories/Jailhouse/imx-jailhouse$ make
warning: the compiler differs from the one used to build the kernel
The kernel was built by: x86_64-linux-gnu-gcc-12 (Ubuntu 12.3.0-1ubuntu122.04) 12.3.0
You are using: gcc-12 (Ubuntu 12.3.0-1ubuntu1~22.04) 12.3.0
MODPOST /home/xxx/nxp/Repositories/Jailhouse/imx-jailhouse/Module.symvers
ERROR: modpost: "ioremap_page_range" [/home/xxx/nxp/Repositories/Jailhouse/imx-jailhouse/driver/jailhouse.ko] undefined!
ERROR: modpost: "__get_vm_area_caller" [/home/xxx/nxp/Repositories/Jailhouse/imx-jailhouse/driver/jailhouse.ko] undefined!
ERROR: modpost: "lapic_timer_period" [/home/xxx/nxp/Repositories/Jailhouse/imx-jailhouse/driver/jailhouse.ko] undefined!
make[2]: *** [scripts/Makefile.modpost:145: /home/xxx/nxp/Repositories/Jailhouse/imx-jailhouse/Module.symvers] Error 1
make[1]: *** [Makefile:1877: modpost] Error 2
make: *** [Makefile:40: modules] Error 2
Does anyone know how to resolve this error?
Thank you
The text was updated successfully, but these errors were encountered:
Hi,
Hope you are all doing well.
I have bitbaked "nxp-image-real-time-edge" yocto project for IMX8MP. and build Jailhouse repository by devtool. However, when I compile the Jaihouse, I get the following error:
xxx@LinuxForiMX:
/nxp/Repositories/Jailhouse/imx-jailhouse$ make22.04) 12.3.0warning: the compiler differs from the one used to build the kernel
The kernel was built by: x86_64-linux-gnu-gcc-12 (Ubuntu 12.3.0-1ubuntu1
You are using: gcc-12 (Ubuntu 12.3.0-1ubuntu1~22.04) 12.3.0
MODPOST /home/xxx/nxp/Repositories/Jailhouse/imx-jailhouse/Module.symvers
ERROR: modpost: "ioremap_page_range" [/home/xxx/nxp/Repositories/Jailhouse/imx-jailhouse/driver/jailhouse.ko] undefined!
ERROR: modpost: "__get_vm_area_caller" [/home/xxx/nxp/Repositories/Jailhouse/imx-jailhouse/driver/jailhouse.ko] undefined!
ERROR: modpost: "lapic_timer_period" [/home/xxx/nxp/Repositories/Jailhouse/imx-jailhouse/driver/jailhouse.ko] undefined!
make[2]: *** [scripts/Makefile.modpost:145: /home/xxx/nxp/Repositories/Jailhouse/imx-jailhouse/Module.symvers] Error 1
make[1]: *** [Makefile:1877: modpost] Error 2
make: *** [Makefile:40: modules] Error 2
Does anyone know how to resolve this error?
Thank you
The text was updated successfully, but these errors were encountered: