VirtualBox

Opened 11 days ago

Last modified 11 days ago

#22397 new enhancement

Make ARM64 source code public available for guest additions

Reported by: achellal Owned by:
Component: guest additions Version: VirtualBox-7.1.8
Keywords: ARM64 Cc:
Guest type: Linux Host type: Mac OS X

Description

Hi,

The current configure file doesn't support ARM64 for guest additions. For like Gentoo we need this so it can be compiled from the source code.

Is it possible to add ARM64 support in the configure file?

Change History (1)

comment:1 by aeichner, 11 days ago

Will be fixed, in the meantime use the following patch:

Index: configure
===================================================================
--- configure   (Revision 168645)
+++ configure   (Revision 168646)
@@ -421,6 +421,10 @@
         BUILD_MACHINE='sparc32'
         BUILD_CPU='blend'
         ;;
+    aarch64)
+        BUILD_MACHINE='arm64'
+        BUILD_CPU='blend'
+        ;;
     *)
       log_failure "Cannot determine system"
       exit 1
Note: See TracTickets for help on using tickets.

© 2025 Oracle Support Privacy / Do Not Sell My Info Terms of Use Trademark Policy Automated Access Etiquette