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 want to cross-compile this for an Aarch64 Poky Linux target using a toolchain that supplies among others aarch64-linux-gnu-g++. The target itself has a JRE in a preset path for which I could obtain the corresponding JDK both for Aarch64 and the corresponding version for host Linux that would conduct the compile.
Is there a manual somewhere on how to achieve this?
Regards
The text was updated successfully, but these errors were encountered:
An alternative path might be to setup an aarch root or docker multiarch
setup and compile using qemu emulation instead of setting up a cross
compilation tool chain.
That said, since this is a standard cmake project any General instructions
about cross compilation might just apply.
Ok, I successfully built attach-main.jar and libperfmap.so for the target. Now, how do I deploy these? I understand that I have to combine them somehow with the contents of /bin but how? I don't understand the manual completely in that regard.
Greetings,
I want to cross-compile this for an Aarch64 Poky Linux target using a toolchain that supplies among others aarch64-linux-gnu-g++. The target itself has a JRE in a preset path for which I could obtain the corresponding JDK both for Aarch64 and the corresponding version for host Linux that would conduct the compile.
Is there a manual somewhere on how to achieve this?
Regards
The text was updated successfully, but these errors were encountered: