Part Number: AM5728
Hello,
we have a setup with the Beagleboard X15 and executed jailhouse successfully on it.
Now we want to change some details in the example app and execute it again as jailhouse inmate.
Question:
How can we compile the ti-app and which environment settings we need?
When we execute the Makefile the following errors occur:
CC /home/dani/Downloads/am57xx-evm-linux-sdk-src-06.01.00.08/board-support/extra-drivers/jailhouse-0.10+gitAUTOINC+6044dcf564/hypervisor/arch/x86/asm-defines.s gcc: error: unrecognized argument in option ‘-mabi=aapcs-linux’ gcc: note: valid arguments to ‘-mabi=’ are: ms sysv gcc: error: unrecognized command line option ‘-mfpu=vfp’; did you mean ‘-mcpu=’? /home/dani/Downloads/am57xx-evm-linux-sdk-src-06.01.00.08/board-support/extra-drivers/jailhouse-0.10+gitAUTOINC+6044dcf564/hypervisor/Makefile:79: recipe for target '/home/dani/Downloads/am57xx-evm-linux-sdk-src-06.01.00.08/board-support/extra-drivers/jailhouse-0.10+gitAUTOINC+6044dcf564/hypervisor/arch/x86/asm-defines.s' failed make[3]: *** [/home/dani/Downloads/am57xx-evm-linux-sdk-src-06.01.00.08/board-support/extra-drivers/jailhouse-0.10+gitAUTOINC+6044dcf564/hypervisor/arch/x86/asm-defines.s] Error 1 scripts/Makefile.build:515: recipe for target '/home/dani/Downloads/am57xx-evm-linux-sdk-src-06.01.00.08/board-support/extra-drivers/jailhouse-0.10+gitAUTOINC+6044dcf564/hypervisor' failed make[2]: *** [/home/dani/Downloads/am57xx-evm-linux-sdk-src-06.01.00.08/board-support/extra-drivers/jailhouse-0.10+gitAUTOINC+6044dcf564/hypervisor] Error 2 Makefile:1614: recipe for target '_module_/home/dani/Downloads/am57xx-evm-linux-sdk-src-06.01.00.08/board-support/extra-drivers/jailhouse-0.10+gitAUTOINC+6044dcf564' failed make[1]: *** [_module_/home/dani/Downloads/am57xx-evm-linux-sdk-src-06.01.00.08/board-support/extra-drivers/jailhouse-0.10+gitAUTOINC+6044dcf564] Error 2 Makefile:40: recipe for target 'modules' failed make: *** [modules] Error 2
Can you help us please and show how to compile the app again for jailhouse inmate?
Thank you!