Problem building Aarch64 hs today Internal error: Invalid feature tested: aot.

Andrew Haley aph at redhat.com
Mon Dec 19 10:41:36 UTC 2016


lib/JvmFeatures.gmk:150: *** Internal error: Invalid feature tested:  aot.  Stop.

This is the code in question:

ifeq ($(call check-jvm-feature, aot), true)
  JVM_CFLAGS_FEATURES += -DINCLUDE_AOT
else
  JVM_EXCLUDE_FILES += \
      compiledIC_aot_x86_64.cpp compilerRuntime.cpp \
      aotCodeHeap.cpp aotCompiledMethod.cpp aotLoader.cpp compiledIC_aot.cpp
endif

But how is this actually supposed to work?

Andrew.



More information about the build-dev mailing list