ptitSeb / box64

Box64 - Linux Userspace x86_64 Emulator with a twist, targeted at ARM64 Linux devices
https://box86.org
MIT License
3.9k stars 288 forks source link

add optimize build flag for Jetson orin and xavier #1219

Closed leonpano2006 closed 9 months ago

leonpano2006 commented 9 months ago

i added optimize flags for jetson orin based device and jetson xavier based device

caution: for orin due to -mcpu=cortex-a78ae or -mcpu=cortex-a78 is not exist in gcc-10 or older please use gcc-11 or newer, clang-16 or newer

ptitSeb commented 9 months ago

Thanks.

leonpano2006 commented 9 months ago

Thanks.

Is possible to provide prebuilt packages via apt for t194 and t234 For t194(Jetson Xavier series) have focal(jetpack 5.x) and bionic(jetpack 4.x) For t234(jetson orin series) have focal(jetpack 5.x) and jammy(jetpack 6.x, at time I write this, this is still beta version)

ptitSeb commented 9 months ago

Thanks.

Is possible to provide prebuilt packages via apt for t194 and t234 For t194(Jetson Xavier series) have focal(jetpack 5.x) and bionic(jetpack 4.x) For t234(jetson orin series) have focal(jetpack 5.x) and jammy(jetpack 6.x, at time I write this, this is still beta version)

I don't build deb package directly on this repo, but @ryanfortner provide some. Maybe see with there if it can be done?

leonpano2006 commented 9 months ago

Thanks.

Is possible to provide prebuilt packages via apt for t194 and t234 For t194(Jetson Xavier series) have focal(jetpack 5.x) and bionic(jetpack 4.x) For t234(jetson orin series) have focal(jetpack 5.x) and jammy(jetpack 6.x, at time I write this, this is still beta version)

I don't build deb package directly on this repo, but @ryanfortner provide some. Maybe see with there if it can be done?

Opened in https://github.com/ryanfortner/box64-debs/issues/32