Apologize if this is a stupid question.

I am trying to build jailhouse as part of a Yocto (thud) build for the US+ 
MPSoC. I have based my recipe on one found in meta-ti/kernel/jailhouse as 
it seemed to be the most up to date recipe I could find. 

The recipe builds using the following:

EXTRA_OEMAKE = "ARCH=${JH_ARCH} CROSS_COMPILE=${TARGET_PREFIX} 
KDIR=${STAGING_KERNEL_BUILDDIR}"

do_compile() {
oe_runmake V=1
}


Everything proceeds well until the make process reaches the tools directory 
where I get a compilation errors complaining about a missing <stdio.h> 
which Is rather odd I thought.


| 
/build1/peter/PE2/ZCU/build/tmp/work/zcu102_zynqmp-poky-linux/jailhouse/0.11+gitAUTOINC+955a9418df-r0/git/tools/jailhouse-gcov-extract.c:13:10:
 
fatal error: stdio.h: No such file or directory
|  #include <stdio.h>
|           ^~~~~~~~~
| compilation terminated.
| 
/build1/peter/PE2/ZCU/build/tmp/work/zcu102_zynqmp-poky-linux/jailhouse/0.11+gitAUTOINC+955a9418df-r0/git/tools/jailhouse.c:14:10:
 
fatal error: stdio.h: No such file or directory
|  #include <stdio.h>
|           ^~~~~~~~~
| compilation terminated.

So my question is, is this expected behavior?

Can the tools be built via Yocto?

Best Regards
Peter

-- 
You received this message because you are subscribed to the Google Groups 
"Jailhouse" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
To view this discussion on the web visit 
https://groups.google.com/d/msgid/jailhouse-dev/e5e387e0-eeba-4719-bf73-5e16f65f4d63%40googlegroups.com.

Reply via email to