Sonar Scanner Probing compiler C++ Ubuntu ARM64

Hi,

Just trying to figure out if what I am trying is actually supported, I am a bit confused with the documentation in regards to arm compilers. I run sonar-scanner on the same C++ code, ubuntu based docker container, one on x86_64 other on aarch64. x64 works fine, but aarch64 I get a parse error when scanner tries to probe the C++ compiler:

 sonar-scanner -Dsonar.cfamily.threads=$(nproc) -Dsonar.cfamily.junit.reportsPath=/build/debug/test-reports -Dsonar.cfamily.compile-commands=/build/debug/compile_commands.json
00:20:02.156 INFO: Scanner configuration file: /opt/sonar/sonar-scanner-4.4.0.2170/conf/sonar-scanner.properties
00:20:02.160 INFO: Project root configuration file: /build/sonar-project.properties
00:20:02.214 INFO: SonarScanner 4.4.0.2170
00:20:02.215 INFO: Java 11.0.16 Ubuntu (64-bit)
00:20:02.215 INFO: Linux 4.14.287-215.504.amzn2.aarch64 aarch64
00:20:02.215 INFO: SONAR_SCANNER_OPTS=-server
00:20:02.489 DEBUG: keyStore is : 
00:20:02.489 DEBUG: keyStore type is : pkcs12
00:20:02.489 DEBUG: keyStore provider is : 
00:20:02.489 DEBUG: init keystore
00:20:02.490 DEBUG: init keymanager of type SunX509

later on..

00:21:25.152 DEBUG: Probing compiler: [c++, -x, c++, --std, c++17, -v, -dM, -E, -]
00:21:25.168 DEBUG: stdout:

00:21:25.168 DEBUG: stderr:
/build/.scannerwork/.sonartmp/12005726371942828917/subprocess: 7: Syntax error: Unterminated quoted string

aarch64 gets picked up by sonar-scanner, I can see it in the first few logs… If it isn’t supported, wouldn’t it just stop then?

When I manually do:

root@92bf3bec14d7:/build# c++ -x c++ --std c++17 -v -dM -E - < /dev/null
Using built-in specs.
COLLECT_GCC=c++
Target: aarch64-linux-gnu
Configured with: ../src/configure -v --with-pkgversion='Ubuntu 9.4.0-1ubuntu1~20.04.1' --with-bugurl=file:///usr/share/doc/gcc-9/README.Bugs --enable-languages=c,ada,c++,go,d,fortran,objc,obj-c++,gm2 --prefix=/usr --with-gcc-major-version-only --program-suffix=-9 --program-prefix=aarch64-linux-gnu- --enable-shared --enable-linker-build-id --libexecdir=/usr/lib --without-included-gettext --enable-threads=posix --libdir=/usr/lib --enable-nls --enable-clocale=gnu --enable-libstdcxx-debug --enable-libstdcxx-time=yes --with-default-libstdcxx-abi=new --enable-gnu-unique-object --disable-libquadmath --disable-libquadmath-support --enable-plugin --enable-default-pie --with-system-zlib --with-target-system-zlib=auto --enable-objc-gc=auto --enable-multiarch --enable-fix-cortex-a53-843419 --disable-werror --enable-checking=release --build=aarch64-linux-gnu --host=aarch64-linux-gnu --target=aarch64-linux-gnu
Thread model: posix
gcc version 9.4.0 (Ubuntu 9.4.0-1ubuntu1~20.04.1) 
COLLECT_GCC_OPTIONS='-std=c++17' '-v' '-dM' '-E' '-shared-libgcc' '-mlittle-endian' '-mabi=lp64'
 /usr/lib/gcc/aarch64-linux-gnu/9/cc1plus -E -quiet -v -imultiarch aarch64-linux-gnu -D_GNU_SOURCE - -mlittle-endian -mabi=lp64 -std=c++17 -fasynchronous-unwind-tables -fstack-protector-strong -Wformat -Wformat-security -fstack-clash-protection -dM
ignoring duplicate directory "/usr/include/aarch64-linux-gnu/c++/9"
ignoring nonexistent directory "/usr/local/include/aarch64-linux-gnu"
ignoring nonexistent directory "/usr/lib/gcc/aarch64-linux-gnu/9/include-fixed"
ignoring nonexistent directory "/usr/lib/gcc/aarch64-linux-gnu/9/../../../../aarch64-linux-gnu/include"
#include "..." search starts here:
#include <...> search starts here:
 /usr/include/c++/9
 /usr/include/aarch64-linux-gnu/c++/9
 /usr/include/c++/9/backward
 /usr/lib/gcc/aarch64-linux-gnu/9/include
 /usr/local/include
 /usr/include/aarch64-linux-gnu
 /usr/include
End of search list.
#define __SSP_STRONG__ 3
#define __DBL_MIN_EXP__ (-1021)
#define __FLT32X_MAX_EXP__ 1024
#define __cpp_attributes 200809
#define __cpp_nontype_template_parameter_auto 201606
#define __UINT_LEAST16_MAX__ 0xffff
#define __ARM_SIZEOF_WCHAR_T 4
#define __ATOMIC_ACQUIRE 2
#define __FLT128_MAX_10_EXP__ 4932
#define __FLT_MIN__ 1.17549435082228750796873653722224568e-38F
#define __GCC_IEC_559_COMPLEX 2
#define __cpp_aggregate_nsdmi 201304
#define __UINT_LEAST8_TYPE__ unsigned char
#define __INTMAX_C(c) c ## L
#define __CHAR_BIT__ 8
#define __UINT8_MAX__ 0xff
#define __WINT_MAX__ 0xffffffffU
#define __FLT32_MIN_EXP__ (-125)
#define __cpp_static_assert 201411
#define __ORDER_LITTLE_ENDIAN__ 1234
#define __SIZE_MAX__ 0xffffffffffffffffUL
#define __WCHAR_MAX__ 0xffffffffU
#define __GCC_HAVE_SYNC_COMPARE_AND_SWAP_1 1
#define __GCC_HAVE_SYNC_COMPARE_AND_SWAP_2 1
#define __GCC_HAVE_SYNC_COMPARE_AND_SWAP_4 1
#define __DBL_DENORM_MIN__ double(4.94065645841246544176568792868221372e-324L)
#define __GCC_HAVE_SYNC_COMPARE_AND_SWAP_8 1
#define __GCC_ATOMIC_CHAR_LOCK_FREE 2
#define __GCC_IEC_559 2
#define __FLT32X_DECIMAL_DIG__ 17
#define __FLT_EVAL_METHOD__ 0
#define __cpp_enumerator_attributes 201411
#define __unix__ 1
#define __cpp_binary_literals 201304
#define __FLT64_DECIMAL_DIG__ 17
#define __cpp_noexcept_function_type 201510
#define __GCC_ATOMIC_CHAR32_T_LOCK_FREE 2
#define __cpp_variadic_templates 200704
#define __UINT_FAST64_MAX__ 0xffffffffffffffffUL
#define __SIG_ATOMIC_TYPE__ int
#define __DBL_MIN_10_EXP__ (-307)
#define __FLT16_EPSILON__ 9.76562500000000000000000000000000000e-4F16
#define __FINITE_MATH_ONLY__ 0
#define __cpp_variable_templates 201304
#define __ARM_FEATURE_UNALIGNED 1
#define __GNUC_PATCHLEVEL__ 0
#define __FLT32_HAS_DENORM__ 1
#define __UINT_FAST8_MAX__ 0xff
#define __cpp_rvalue_reference 200610
#define __has_include(STR) __has_include__(STR)
#define __FLT32_MAX_10_EXP__ 38
#define __DEC64_MAX_EXP__ 385
#define __INT8_C(c) c
#define __INT_LEAST8_WIDTH__ 8
#define __cpp_variadic_using 201611
#define __UINT_LEAST64_MAX__ 0xffffffffffffffffUL
#define __cpp_capture_star_this 201603
#define __SHRT_MAX__ 0x7fff
#define __LDBL_MAX__ 1.18973149535723176508575932662800702e+4932L
#define __ARM_FEATURE_IDIV 1
#define __FLT64X_MAX_10_EXP__ 4932
#define __cpp_if_constexpr 201606
#define __ARM_FP 14
#define __UINT_LEAST8_MAX__ 0xff
#define __GCC_ATOMIC_BOOL_LOCK_FREE 2
#define __FLT128_DENORM_MIN__ 6.47517511943802511092443895822764655e-4966F128
#define __UINTMAX_TYPE__ long unsigned int
#define __linux 1
#define __DEC32_EPSILON__ 1E-6DF
#define __FLT_EVAL_METHOD_TS_18661_3__ 0
#define __CHAR_UNSIGNED__ 1
#define __UINT32_MAX__ 0xffffffffU
#define __GXX_EXPERIMENTAL_CXX0X__ 1
#define __AARCH64_CMODEL_SMALL__ 1
#define __LDBL_MAX_EXP__ 16384
#define __FLT128_MIN_EXP__ (-16381)
#define __WINT_MIN__ 0U
#define __linux__ 1
#define __FLT128_MIN_10_EXP__ (-4931)
#define __INT_LEAST16_WIDTH__ 16
#define __SCHAR_MAX__ 0x7f
#define __FLT128_MANT_DIG__ 113
#define __WCHAR_MIN__ 0U
#define __INT64_C(c) c ## L
#define __DBL_DIG__ 15
#define __GCC_ATOMIC_POINTER_LOCK_FREE 2
#define __FLT64X_MANT_DIG__ 113
#define __SIZEOF_INT__ 4
#define __SIZEOF_POINTER__ 8
#define __GCC_ATOMIC_CHAR16_T_LOCK_FREE 2
#define __cpp_aligned_new 201606
#define __USER_LABEL_PREFIX__ 
#define __FLT64X_EPSILON__ 1.92592994438723585305597794258492732e-34F64x
#define __STDC_HOSTED__ 1
#define __LDBL_HAS_INFINITY__ 1
#define __ARM_ALIGN_MAX_STACK_PWR 16
#define __FLT32_DIG__ 6
#define __FLT_EPSILON__ 1.19209289550781250000000000000000000e-7F
#define __GXX_WEAK__ 1
#define __SHRT_WIDTH__ 16
#define __LDBL_MIN__ 3.36210314311209350626267781732175260e-4932L
#define __DEC32_MAX__ 9.999999E96DF
#define __cpp_threadsafe_static_init 200806
#define __ARM_SIZEOF_MINIMAL_ENUM 4
#define __FLT64X_DENORM_MIN__ 6.47517511943802511092443895822764655e-4966F64x
#define __FLT32X_HAS_INFINITY__ 1
#define __INT32_MAX__ 0x7fffffff
#define __INT_WIDTH__ 32
#define __SIZEOF_LONG__ 8
#define __STDC_IEC_559__ 1
#define __STDC_ISO_10646__ 201706L
#define __UINT16_C(c) c
#define __PTRDIFF_WIDTH__ 64
#define __DECIMAL_DIG__ 36
#define __FLT64_EPSILON__ 2.22044604925031308084726333618164062e-16F64
#define __gnu_linux__ 1
#define __INTMAX_WIDTH__ 64
#define __FLT64_MIN_EXP__ (-1021)
#define __has_include_next(STR) __has_include_next__(STR)
#define __FLT64X_MIN_10_EXP__ (-4931)
#define __LDBL_HAS_QUIET_NAN__ 1
#define __FLT16_MIN_EXP__ (-13)
#define __FLT64_MANT_DIG__ 53
#define __GNUC__ 9
#define __GXX_RTTI 1
#define __pie__ 2
#define __cpp_delegating_constructors 200604
#define __FLT_HAS_DENORM__ 1
#define __SIZEOF_LONG_DOUBLE__ 16
#define __BIGGEST_ALIGNMENT__ 16
#define __STDC_UTF_16__ 1
#define __FLT64_MAX_10_EXP__ 308
#define __FLT16_MAX_10_EXP__ 4
#define __FLT32_HAS_INFINITY__ 1
#define __DBL_MAX__ double(1.79769313486231570814527423731704357e+308L)
#define __cpp_raw_strings 200710
#define __INT_FAST32_MAX__ 0x7fffffffffffffffL
#define __DBL_HAS_INFINITY__ 1
#define __cpp_deduction_guides 201703
#define __HAVE_SPECULATION_SAFE_VALUE 1
#define __cpp_fold_expressions 201603
#define __DEC32_MIN_EXP__ (-94)
#define __INTPTR_WIDTH__ 64
#define __FLT32X_HAS_DENORM__ 1
#define __INT_FAST16_TYPE__ long int
#define __STRICT_ANSI__ 1
#define __LDBL_HAS_DENORM__ 1
#define __cplusplus 201703L
#define __cpp_ref_qualifiers 200710
#define __DEC128_MAX__ 9.999999999999999999999999999999999E6144DL
#define __INT_LEAST32_MAX__ 0x7fffffff
#define __DEC32_MIN__ 1E-95DF
#define __DEPRECATED 1
#define __cpp_rvalue_references 200610
#define __DBL_MAX_EXP__ 1024
#define __WCHAR_WIDTH__ 32
#define __FLT32_MAX__ 3.40282346638528859811704183484516925e+38F32
#define __DEC128_EPSILON__ 1E-33DL
#define __FLT16_DECIMAL_DIG__ 5
#define __PTRDIFF_MAX__ 0x7fffffffffffffffL
#define __FLT32_HAS_QUIET_NAN__ 1
#define __GNUG__ 9
#define __LONG_LONG_MAX__ 0x7fffffffffffffffLL
#define __SIZEOF_SIZE_T__ 8
#define __ARM_ALIGN_MAX_PWR 28
#define __cpp_nsdmi 200809
#define __FLT64X_MIN_EXP__ (-16381)
#define __SIZEOF_WINT_T__ 4
#define __LONG_LONG_WIDTH__ 64
#define __cpp_initializer_lists 200806
#define __FLT32_MAX_EXP__ 128
#define __cpp_hex_float 201603
#define __GCC_HAVE_DWARF2_CFI_ASM 1
#define __ARM_FP16_FORMAT_IEEE 1
#define __GXX_ABI_VERSION 1013
#define __FLT128_HAS_INFINITY__ 1
#define __FLT_MIN_EXP__ (-125)
#define __FLT16_MANT_DIG__ 11
#define __cpp_lambdas 200907
#define __FLT64X_HAS_QUIET_NAN__ 1
#define __INT_FAST64_TYPE__ long int
#define __FP_FAST_FMAF 1
#define __FLT64_DENORM_MIN__ 4.94065645841246544176568792868221372e-324F64
#define __DBL_MIN__ double(2.22507385850720138309023271733240406e-308L)
#define __PIE__ 2
#define __FLT16_DENORM_MIN__ 5.96046447753906250000000000000000000e-8F16
#define __LP64__ 1
#define __FLT_EVAL_METHOD_C99__ 0
#define __FLT32X_EPSILON__ 2.22044604925031308084726333618164062e-16F32x
#define __aarch64__ 1
#define __FLT64_MIN_10_EXP__ (-307)
#define __ARM_FP16_ARGS 1
#define __FLT16_MIN_10_EXP__ (-4)
#define __FLT64X_DECIMAL_DIG__ 36
#define __DEC128_MIN__ 1E-6143DL
#define __REGISTER_PREFIX__ 
#define __UINT16_MAX__ 0xffff
#define __FLT32_MIN__ 1.17549435082228750796873653722224568e-38F32
#define __UINT8_TYPE__ unsigned char
#define __NO_INLINE__ 1
#define __FLT_MANT_DIG__ 24
#define __LDBL_DECIMAL_DIG__ 36
#define __VERSION__ "9.4.0"
#define __UINT64_C(c) c ## UL
#define __cpp_unicode_characters 201411
#define _STDC_PREDEF_H 1
#define __cpp_decltype_auto 201304
#define __ARM_FEATURE_FMA 1
#define __GCC_ATOMIC_INT_LOCK_FREE 2
#define __FLT128_MAX_EXP__ 16384
#define __FLT32_MANT_DIG__ 24
#define __FLOAT_WORD_ORDER__ __ORDER_LITTLE_ENDIAN__
#define __FLT32X_MIN_EXP__ (-1021)
#define __cpp_aggregate_bases 201603
#define __FLT16_DIG__ 3
#define __STDC_IEC_559_COMPLEX__ 1
#define __FLT128_HAS_DENORM__ 1
#define __FLT128_DIG__ 33
#define __SCHAR_WIDTH__ 8
#define __INT32_C(c) c
#define __DEC64_EPSILON__ 1E-15DD
#define __ORDER_PDP_ENDIAN__ 3412
#define __DEC128_MIN_EXP__ (-6142)
#define __cpp_nested_namespace_definitions 201411
#define __ARM_64BIT_STATE 1
#define __INT_FAST32_TYPE__ long int
#define __UINT_LEAST16_TYPE__ short unsigned int
#define __FLT64X_HAS_INFINITY__ 1
#define __DBL_HAS_DENORM__ 1
#define __INT16_MAX__ 0x7fff
#define __cpp_rtti 199711
#define __SIZE_TYPE__ long unsigned int
#define __UINT64_MAX__ 0xffffffffffffffffUL
#define __FLT64X_DIG__ 33
#define __INT8_TYPE__ signed char
#define __cpp_digit_separators 201309
#define __ELF__ 1
#define __FLT_RADIX__ 2
#define __INT_LEAST16_TYPE__ short int
#define __ARM_ARCH_PROFILE 65
#define __LDBL_EPSILON__ 1.92592994438723585305597794258492732e-34L
#define __UINTMAX_C(c) c ## UL
#define __ARM_PCS_AAPCS64 1
#define __SIG_ATOMIC_MAX__ 0x7fffffff
#define __GCC_ATOMIC_WCHAR_T_LOCK_FREE 2
#define __SIZEOF_PTRDIFF_T__ 8
#define __FLT32X_MANT_DIG__ 53
#define __AARCH64EL__ 1
#define __FLT16_MAX_EXP__ 16
#define __DEC32_SUBNORMAL_MIN__ 0.000001E-95DF
#define __INT_FAST16_MAX__ 0x7fffffffffffffffL
#define __FLT64_DIG__ 15
#define __UINT_FAST32_MAX__ 0xffffffffffffffffUL
#define __UINT_LEAST64_TYPE__ long unsigned int
#define __FLT_HAS_QUIET_NAN__ 1
#define __FLT_MAX_10_EXP__ 38
#define __LONG_MAX__ 0x7fffffffffffffffL
#define __FLT64X_HAS_DENORM__ 1
#define __DEC128_SUBNORMAL_MIN__ 0.000000000000000000000000000000001E-6143DL
#define __FLT_HAS_INFINITY__ 1
#define __unix 1
#define __cpp_unicode_literals 200710
#define __UINT_FAST16_TYPE__ long unsigned int
#define __DEC64_MAX__ 9.999999999999999E384DD
#define __INT_FAST32_WIDTH__ 64
#define __CHAR16_TYPE__ short unsigned int
#define __PRAGMA_REDEFINE_EXTNAME 1
#define __SIZE_WIDTH__ 64
#define __INT_LEAST16_MAX__ 0x7fff
#define __DEC64_MANT_DIG__ 16
#define __INT64_MAX__ 0x7fffffffffffffffL
#define __UINT_LEAST32_MAX__ 0xffffffffU
#define __FLT32_DENORM_MIN__ 1.40129846432481707092372958328991613e-45F32
#define __GCC_ATOMIC_LONG_LOCK_FREE 2
#define __SIG_ATOMIC_WIDTH__ 32
#define __INT_LEAST64_TYPE__ long int
#define __ARM_FEATURE_CLZ 1
#define __INT16_TYPE__ short int
#define __INT_LEAST8_TYPE__ signed char
#define __FLT16_MAX__ 6.55040000000000000000000000000000000e+4F16
#define __cpp_structured_bindings 201606
#define __DEC32_MAX_EXP__ 97
#define __INT_FAST8_MAX__ 0x7f
#define __ARM_ARCH 8
#define __FLT128_MAX__ 1.18973149535723176508575932662800702e+4932F128
#define __INTPTR_MAX__ 0x7fffffffffffffffL
#define __cpp_sized_deallocation 201309
#define __cpp_guaranteed_copy_elision 201606
#define __cpp_range_based_for 201603
#define __FLT64_HAS_QUIET_NAN__ 1
#define __FLT32_MIN_10_EXP__ (-37)
#define __EXCEPTIONS 1
#define __LDBL_MANT_DIG__ 113
#define __DBL_HAS_QUIET_NAN__ 1
#define __FLT64_HAS_INFINITY__ 1
#define __FLT64X_MAX__ 1.18973149535723176508575932662800702e+4932F64x
#define __FLT16_HAS_INFINITY__ 1
#define __STDCPP_DEFAULT_NEW_ALIGNMENT__ 16
#define __SIG_ATOMIC_MIN__ (-__SIG_ATOMIC_MAX__ - 1)
#define __cpp_nontype_template_args 201411
#define __cpp_return_type_deduction 201304
#define __INTPTR_TYPE__ long int
#define __UINT16_TYPE__ short unsigned int
#define __WCHAR_TYPE__ unsigned int
#define __SIZEOF_FLOAT__ 4
#define __pic__ 2
#define __UINTPTR_MAX__ 0xffffffffffffffffUL
#define __ARM_ARCH_8A 1
#define __INT_FAST64_WIDTH__ 64
#define __DEC64_MIN_EXP__ (-382)
#define __cpp_decltype 200707
#define __FLT32_DECIMAL_DIG__ 9
#define __INT_FAST64_MAX__ 0x7fffffffffffffffL
#define __GCC_ATOMIC_TEST_AND_SET_TRUEVAL 1
#define __FLT_DIG__ 6
#define __FLT64X_MAX_EXP__ 16384
#define __UINT_FAST64_TYPE__ long unsigned int
#define __cpp_inline_variables 201606
#define __INT_MAX__ 0x7fffffff
#define __FLT16_HAS_QUIET_NAN__ 1
#define __INT64_TYPE__ long int
#define __FLT_MAX_EXP__ 128
#define __ORDER_BIG_ENDIAN__ 4321
#define __DBL_MANT_DIG__ 53
#define __cpp_inheriting_constructors 201511
#define __INT_LEAST64_MAX__ 0x7fffffffffffffffL
#define __FP_FAST_FMAF32 1
#define __DEC64_MIN__ 1E-383DD
#define __WINT_TYPE__ unsigned int
#define __UINT_LEAST32_TYPE__ unsigned int
#define __SIZEOF_SHORT__ 2
#define __LDBL_MIN_EXP__ (-16381)
#define __FLT64_MAX__ 1.79769313486231570814527423731704357e+308F64
#define __WINT_WIDTH__ 32
#define __cpp_template_auto 201606
#define __FP_FAST_FMAF64 1
#define __INT_LEAST8_MAX__ 0x7f
#define __FLT32X_MAX_10_EXP__ 308
#define __SIZEOF_INT128__ 16
#define __FLT16_MIN__ 6.10351562500000000000000000000000000e-5F16
#define __WCHAR_UNSIGNED__ 1
#define __LDBL_MAX_10_EXP__ 4932
#define __ATOMIC_RELAXED 0
#define __DBL_EPSILON__ double(2.22044604925031308084726333618164062e-16L)
#define __FLT128_MIN__ 3.36210314311209350626267781732175260e-4932F128
#define _LP64 1
#define __UINT8_C(c) c
#define __FLT64_MAX_EXP__ 1024
#define __INT_LEAST32_TYPE__ int
#define __SIZEOF_WCHAR_T__ 4
#define __ARM_NEON 1
#define __FLT128_HAS_QUIET_NAN__ 1
#define __INT_FAST8_TYPE__ signed char
#define __FLT64X_MIN__ 3.36210314311209350626267781732175260e-4932F64x
#define __GNUC_STDC_INLINE__ 1
#define __FLT64_HAS_DENORM__ 1
#define __FLT32_EPSILON__ 1.19209289550781250000000000000000000e-7F32
#define __FP_FAST_FMAF32x 1
#define __FLT16_HAS_DENORM__ 1
#define __DBL_DECIMAL_DIG__ 17
#define __STDC_UTF_32__ 1
#define __INT_FAST8_WIDTH__ 8
#define __DEC_EVAL_METHOD__ 2
#define __FLT32X_MAX__ 1.79769313486231570814527423731704357e+308F32x
#define __cpp_runtime_arrays 198712
#define __UINT64_TYPE__ long unsigned int
#define __cpp_namespace_attributes 201411
#define __UINT32_C(c) c ## U
#define __INTMAX_MAX__ 0x7fffffffffffffffL
#define __cpp_alias_templates 200704
#define __BYTE_ORDER__ __ORDER_LITTLE_ENDIAN__
#define __FLT_DENORM_MIN__ 1.40129846432481707092372958328991613e-45F
#define __INT8_MAX__ 0x7f
#define __LONG_WIDTH__ 64
#define __PIC__ 2
#define __UINT_FAST32_TYPE__ long unsigned int
#define __CHAR32_TYPE__ unsigned int
#define __FLT_MAX__ 3.40282346638528859811704183484516925e+38F
#define __FP_FAST_FMA 1
#define __cpp_constexpr 201603
#define __ARM_FEATURE_NUMERIC_MAXMIN 1
#define __INT32_TYPE__ int
#define __SIZEOF_DOUBLE__ 8
#define __cpp_exceptions 199711
#define __FLT_MIN_10_EXP__ (-37)
#define __FLT64_MIN__ 2.22507385850720138309023271733240406e-308F64
#define __INT_LEAST32_WIDTH__ 32
#define __INTMAX_TYPE__ long int
#define __DEC128_MAX_EXP__ 6145
#define __FLT32X_HAS_QUIET_NAN__ 1
#define __ATOMIC_CONSUME 1
#define __GNUC_MINOR__ 4
#define __INT_FAST16_WIDTH__ 64
#define __UINTMAX_MAX__ 0xffffffffffffffffUL
#define __DEC32_MANT_DIG__ 7
#define __FLT32X_DENORM_MIN__ 4.94065645841246544176568792868221372e-324F32x
#define __cpp_template_template_args 201611
#define __DBL_MAX_10_EXP__ 308
#define __LDBL_DENORM_MIN__ 6.47517511943802511092443895822764655e-4966L
#define __INT16_C(c) c
#define __ARM_ARCH_ISA_A64 1
#define __cpp_generic_lambdas 201304
#define __STDC__ 1
#define __FLT32X_DIG__ 15
#define __PTRDIFF_TYPE__ long int
#define __ATOMIC_SEQ_CST 5
#define __GCC_HAVE_SYNC_COMPARE_AND_SWAP_16 1
#define __UINT32_TYPE__ unsigned int
#define __FLT32X_MIN_10_EXP__ (-307)
#define __UINTPTR_TYPE__ long unsigned int
#define __DEC64_SUBNORMAL_MIN__ 0.000000000000001E-383DD
#define __DEC128_MANT_DIG__ 34
#define __LDBL_MIN_10_EXP__ (-4931)
#define __FLT128_EPSILON__ 1.92592994438723585305597794258492732e-34F128
#define __SIZEOF_LONG_LONG__ 8
#define __cpp_user_defined_literals 200809
#define __FLT128_DECIMAL_DIG__ 36
#define __GCC_ATOMIC_LLONG_LOCK_FREE 2
#define __FLT32X_MIN__ 2.22507385850720138309023271733240406e-308F32x
#define __LDBL_DIG__ 33
#define __FLT_DECIMAL_DIG__ 9
#define __UINT_FAST16_MAX__ 0xffffffffffffffffUL
#define __GCC_ATOMIC_SHORT_LOCK_FREE 2
#define __INT_LEAST64_WIDTH__ 64
#define __UINT_FAST8_TYPE__ unsigned char
#define _GNU_SOURCE 1
#define __cpp_init_captures 201304
#define __ATOMIC_ACQ_REL 4
#define __ATOMIC_RELEASE 3
COMPILER_PATH=/usr/lib/gcc/aarch64-linux-gnu/9/:/usr/lib/gcc/aarch64-linux-gnu/9/:/usr/lib/gcc/aarch64-linux-gnu/:/usr/lib/gcc/aarch64-linux-gnu/9/:/usr/lib/gcc/aarch64-linux-gnu/
LIBRARY_PATH=/usr/lib/gcc/aarch64-linux-gnu/9/:/usr/lib/gcc/aarch64-linux-gnu/9/../../../aarch64-linux-gnu/:/usr/lib/gcc/aarch64-linux-gnu/9/../../../../lib/:/lib/aarch64-linux-gnu/:/lib/../lib/:/usr/lib/aarch64-linux-gnu/:/usr/lib/../lib/:/usr/lib/gcc/aarch64-linux-gnu/9/../../../:/lib/:/usr/lib/
COLLECT_GCC_OPTIONS='-std=c++17' '-v' '-dM' '-E' '-shared-libgcc' '-mlittle-endian' '-mabi=lp64'

x86 works fine, and output is identical as far as I can see, except for aarch64=x86

The main issue is that this repository is ok being built in x86, but I am trying to build another image based on Jetson Nano L4T docker image, that is going to be a pain to get working on x86…

Hi @danielstoj, and welcome,

Could you tell which version of the analyzer is used? (you can search for CFamily plugin version in the log).

We recently improved our support for aarch64, so I’d like to make sure you’re using a version with these improvements before digging deeper.

Thanks for your help, here is more of the sonar-scanner log:

02:15:17.175 INFO: Scanner configuration file: /opt/sonar/sonar-scanner-4.4.0.2170/conf/sonar-scanner.properties
02:15:17.178 INFO: Project root configuration file: /build/sonar-project.properties
02:15:17.232 INFO: SonarScanner 4.4.0.2170
02:15:17.232 INFO: Java 11.0.16 Ubuntu (64-bit)
02:15:17.232 INFO: Linux 5.19.4-200.fc36.x86_64 amd64
02:15:17.232 INFO: SONAR_SCANNER_OPTS=-server
02:15:17.542 DEBUG: keyStore is : 
02:15:17.543 DEBUG: keyStore type is : pkcs12
02:15:17.543 DEBUG: keyStore provider is : 
02:15:17.543 DEBUG: init keystore
02:15:17.544 DEBUG: init keymanager of type SunX509
02:15:17.786 DEBUG: Create: /root/.sonar/cache
02:15:17.788 INFO: User cache: /root/.sonar/cache
02:15:17.788 DEBUG: Create: /root/.sonar/cache/_tmp
02:15:17.791 DEBUG: Extract sonar-scanner-api-batch in temp...
02:15:17.795 DEBUG: Get bootstrap index...
02:15:17.795 DEBUG: Download: https://sonarcloud.io/batch/index
02:15:19.900 DEBUG: Get bootstrap completed
02:15:19.904 DEBUG: Download https://sonarcloud.io/batch/file?name=scanner-sonarcloud-8.0.0.31618-all.jar to /root/.sonar/cache/_tmp/fileCache13856897102561519712.tmp
02:16:01.867 DEBUG: Create isolated classloader...
02:16:01.881 DEBUG: Start temp cleaning...
02:16:01.885 DEBUG: Temp cleaning done
02:16:01.886 INFO: Scanner configuration file: /opt/sonar/sonar-scanner-4.4.0.2170/conf/sonar-scanner.properties
02:16:01.886 INFO: Project root configuration file: /build/sonar-project.properties
02:16:01.889 INFO: Analyzing on SonarCloud
02:16:01.889 INFO: Default locale: "en_US", source code encoding: "UTF-8"
02:16:01.890 DEBUG: Work directory: /build/.scannerwork
02:16:01.891 DEBUG: Execution execute
02:16:02.305 DEBUG: SonarCloud 9.10.0.269
02:16:02.613 INFO: Load global settings
02:16:05.025 DEBUG: GET 200 https://sonarcloud.io/api/settings/values.protobuf | time=2408ms
02:16:05.037 INFO: Load global settings (done) | time=2424ms
02:16:05.044 INFO: Server id: 1BD809FA-AWHW8ct9-T_TB3XqouNu
02:16:05.065 DEBUG: Create : /root/.sonar/_tmp
02:16:05.066 INFO: User cache: /root/.sonar/cache
02:16:05.078 INFO: Load/download plugins
02:16:05.078 INFO: Load plugins index
02:16:08.145 DEBUG: GET 200 https://sonarcloud.io/api/plugins/installed | time=3067ms
02:16:08.204 INFO: Load plugins index (done) | time=3125ms
02:16:08.205 DEBUG: Download plugin 'abap' to '/root/.sonar/_tmp/fileCache9121549996277225658.tmp'
02:16:09.351 DEBUG: GET 200 https://scanner.sonarcloud.io/plugins/abap/versions/b597d6dd0a09e600243aa3ed385e8592.jar | time=1145ms
02:16:15.397 DEBUG: Download plugin 'sonarapex' to '/root/.sonar/_tmp/fileCache8524374851961423709.tmp'
02:16:15.630 DEBUG: GET 200 https://scanner.sonarcloud.io/plugins/sonarapex/versions/983ea9cf987e3277a0423e062b3958dc.jar | time=233ms
02:16:21.954 DEBUG: Download plugin 'csharp' to '/root/.sonar/_tmp/fileCache13270812319074059007.tmp'
02:16:22.169 DEBUG: GET 200 https://scanner.sonarcloud.io/plugins/csharp/versions/04ed4fee56d6afc08983133f8cd39e8b.jar | time=214ms
02:16:30.328 DEBUG: Download plugin 'cpp' to '/root/.sonar/_tmp/fileCache5110132771357093591.tmp'
02:16:31.166 DEBUG: GET 200 https://scanner.sonarcloud.io/plugins/cpp/versions/c03e3cf20caaa92b7a8106e5f8ec93e7.jar | time=838ms
02:17:24.795 DEBUG: Download plugin 'cobol' to '/root/.sonar/_tmp/fileCache17163594476886167819.tmp'
02:17:25.367 DEBUG: GET 200 https://scanner.sonarcloud.io/plugins/cobol/versions/619692202fac26345db72eabbbb53135.jar | time=571ms
02:17:27.043 DEBUG: Download plugin 'config' to '/root/.sonar/_tmp/fileCache14508270238088610425.tmp'
02:17:27.579 DEBUG: GET 200 https://scanner.sonarcloud.io/plugins/config/versions/276619b656c2bb54288951fcaf34e31a.jar | time=535ms
02:17:27.583 DEBUG: Download plugin 'dbd' to '/root/.sonar/_tmp/fileCache12897754983591208089.tmp'
02:17:27.797 DEBUG: GET 200 https://scanner.sonarcloud.io/plugins/dbd/versions/529deb7e855b0ebd3979a633c760750f.jar | time=214ms
02:17:31.344 DEBUG: Download plugin 'dbdjavafrontend' to '/root/.sonar/_tmp/fileCache17062886476777377177.tmp'
02:17:31.687 DEBUG: GET 200 https://scanner.sonarcloud.io/plugins/dbdjavafrontend/versions/6ab7e33a47e495a293fbf70cfb0cda05.jar | time=343ms
02:17:32.276 DEBUG: Download plugin 'dbdpythonfrontend' to '/root/.sonar/_tmp/fileCache18128772748539203999.tmp'
02:17:33.385 DEBUG: GET 200 https://scanner.sonarcloud.io/plugins/dbdpythonfrontend/versions/29212839cfa901a34c2182b3b299b604.jar | time=1108ms
02:17:41.087 DEBUG: Download plugin 'flex' to '/root/.sonar/_tmp/fileCache10009889779694180962.tmp'
02:17:41.504 DEBUG: GET 200 https://scanner.sonarcloud.io/plugins/flex/versions/9cf78e1f33634604df27546a25ce5b8c.jar | time=415ms
02:17:41.623 DEBUG: Download plugin 'go' to '/root/.sonar/_tmp/fileCache9361765408941993728.tmp'
02:17:43.023 DEBUG: GET 200 https://scanner.sonarcloud.io/plugins/go/versions/0128f9cabd087ac31ee0e75393057dfb.jar | time=1398ms
02:17:51.048 DEBUG: Download plugin 'web' to '/root/.sonar/_tmp/fileCache8473628586733434159.tmp'
02:17:51.335 DEBUG: GET 200 https://scanner.sonarcloud.io/plugins/web/versions/723f570db21c05405b1d27b80cbad49f.jar | time=287ms
02:17:51.655 DEBUG: Download plugin 'iac' to '/root/.sonar/_tmp/fileCache5768182953184351793.tmp'
02:17:51.917 DEBUG: GET 200 https://scanner.sonarcloud.io/plugins/iac/versions/f0ad6537fc5cfac4881cbcca9ced8b20.jar | time=262ms
02:17:52.547 DEBUG: Download plugin 'jacoco' to '/root/.sonar/_tmp/fileCache12677995233693475697.tmp'
02:17:53.300 DEBUG: GET 200 https://scanner.sonarcloud.io/plugins/jacoco/versions/c3b0852dcc82e97e572ca0812c0afd7d.jar | time=752ms
02:17:53.314 DEBUG: Download plugin 'java' to '/root/.sonar/_tmp/fileCache2673984141869820063.tmp'
02:17:53.584 DEBUG: GET 200 https://scanner.sonarcloud.io/plugins/java/versions/d741bcb2f39b25071ec7637ae2fc1ad6.jar | time=270ms
02:18:01.981 DEBUG: Download plugin 'javascript' to '/root/.sonar/_tmp/fileCache13387165807917929841.tmp'
02:18:02.513 DEBUG: GET 200 https://scanner.sonarcloud.io/plugins/javascript/versions/c44872d53e97e9e1998ddfb4b0fe8b78.jar | time=532ms
02:18:13.659 DEBUG: Download plugin 'kotlin' to '/root/.sonar/_tmp/fileCache614283844191852563.tmp'
02:18:13.855 DEBUG: GET 200 https://scanner.sonarcloud.io/plugins/kotlin/versions/ece68225a77710b0d68aa66b3bbe47ef.jar | time=196ms
02:18:42.815 DEBUG: Download plugin 'license' to '/root/.sonar/_tmp/fileCache14134485077153826876.tmp'
02:18:43.097 DEBUG: GET 200 https://scanner.sonarcloud.io/plugins/license/versions/34b5536c1ca87ea77d27980d5bfa7be5.jar | time=281ms
02:18:43.100 DEBUG: Download plugin 'php' to '/root/.sonar/_tmp/fileCache12279710602021641996.tmp'
02:18:43.296 DEBUG: GET 200 https://scanner.sonarcloud.io/plugins/php/versions/4709012900278ece28600853946d9a78.jar | time=195ms
02:18:44.524 DEBUG: Download plugin 'plsql' to '/root/.sonar/_tmp/fileCache14714580603441244824.tmp'
02:18:44.717 DEBUG: GET 200 https://scanner.sonarcloud.io/plugins/plsql/versions/7ae65b7823dabc565d8359445078103f.jar | time=193ms
02:18:45.405 DEBUG: Download plugin 'python' to '/root/.sonar/_tmp/fileCache6068685351033803444.tmp'
02:18:45.612 DEBUG: GET 200 https://scanner.sonarcloud.io/plugins/python/versions/a312a28dc3f18d9c93c7cccc343fb828.jar | time=206ms
02:18:54.635 DEBUG: Download plugin 'ruby' to '/root/.sonar/_tmp/fileCache9117647338373158656.tmp'
02:18:54.943 DEBUG: GET 200 https://scanner.sonarcloud.io/plugins/ruby/versions/4d1a001c8709683f985f2d2e01a70bb2.jar | time=307ms
02:19:06.551 DEBUG: Download plugin 'sonarscala' to '/root/.sonar/_tmp/fileCache13933157171301225623.tmp'
02:19:07.465 DEBUG: GET 200 https://scanner.sonarcloud.io/plugins/sonarscala/versions/3e5bc0d7a33aabd56d8cf8fc95214b48.jar | time=914ms
02:19:24.341 DEBUG: Download plugin 'swift' to '/root/.sonar/_tmp/fileCache13685426032207732318.tmp'
02:19:24.908 DEBUG: GET 200 https://scanner.sonarcloud.io/plugins/swift/versions/15d33c3256d82170f827164b475a07c9.jar | time=566ms
02:19:25.463 DEBUG: Download plugin 'tsql' to '/root/.sonar/_tmp/fileCache17044301704308443838.tmp'
02:19:26.585 DEBUG: GET 200 https://scanner.sonarcloud.io/plugins/tsql/versions/3d6c6990357811e86be4648df5beeac6.jar | time=1122ms
02:19:28.937 DEBUG: Download plugin 'text' to '/root/.sonar/_tmp/fileCache8492930949792766488.tmp'
02:19:29.612 DEBUG: GET 200 https://scanner.sonarcloud.io/plugins/text/versions/2dd70b82b4916308b2a95dda25e98acb.jar | time=674ms
02:19:29.615 DEBUG: Download plugin 'vbnet' to '/root/.sonar/_tmp/fileCache16215312308884512264.tmp'
02:19:30.045 DEBUG: GET 200 https://scanner.sonarcloud.io/plugins/vbnet/versions/261d99bed99b29e0c3d3b575da5d7098.jar | time=430ms
02:19:31.821 DEBUG: Download plugin 'security' to '/root/.sonar/_tmp/fileCache1248650665266416864.tmp'
02:19:32.030 DEBUG: GET 200 https://scanner.sonarcloud.io/plugins/security/versions/6bf0a5ab1e9045db5e7ea1fb0fa4232c.jar | time=209ms
02:19:33.533 DEBUG: Download plugin 'securitycsharpfrontend' to '/root/.sonar/_tmp/fileCache18436410235078052655.tmp'
02:19:34.107 DEBUG: GET 200 https://scanner.sonarcloud.io/plugins/securitycsharpfrontend/versions/63cb1fd5c510bb48d8f5262d9b18f35a.jar | time=573ms
02:19:36.467 DEBUG: Download plugin 'securityjsfrontend' to '/root/.sonar/_tmp/fileCache9272745660917836417.tmp'
02:19:36.664 DEBUG: GET 200 https://scanner.sonarcloud.io/plugins/securityjsfrontend/versions/985cd0bb0f213099aac4466b1eea8b9a.jar | time=196ms
02:19:39.570 DEBUG: Download plugin 'securityjavafrontend' to '/root/.sonar/_tmp/fileCache9466443783118984468.tmp'
02:19:39.811 DEBUG: GET 200 https://scanner.sonarcloud.io/plugins/securityjavafrontend/versions/944e0a2183071e4982178646c23c327e.jar | time=241ms
02:19:43.857 DEBUG: Download plugin 'securityphpfrontend' to '/root/.sonar/_tmp/fileCache2138841363111499639.tmp'
02:19:44.959 DEBUG: GET 200 https://scanner.sonarcloud.io/plugins/securityphpfrontend/versions/679f602e9ae5ac67bfa8f43ae951c049.jar | time=1102ms
02:19:45.707 DEBUG: Download plugin 'securitypythonfrontend' to '/root/.sonar/_tmp/fileCache15222036503157718317.tmp'
02:19:46.556 DEBUG: GET 200 https://scanner.sonarcloud.io/plugins/securitypythonfrontend/versions/42f38b3c799607fe2e835a9b65494348.jar | time=849ms
02:19:49.859 DEBUG: Download plugin 'xml' to '/root/.sonar/_tmp/fileCache15058170167667518642.tmp'
02:19:50.493 DEBUG: GET 200 https://scanner.sonarcloud.io/plugins/xml/versions/174d80380d3f6820c8a33f10927fd650.jar | time=634ms
02:19:54.822 INFO: Load/download plugins (done) | time=229744ms
02:19:55.385 DEBUG: Plugins:
02:19:55.385 DEBUG:   * IaC Code Quality and Security 1.9.2.2279 (iac)
02:19:55.385 DEBUG:   * PL/SQL Code Quality and Security 3.7.0.4372 (plsql)
02:19:55.385 DEBUG:   * Scala Code Quality and Security 1.10.0.3710 (sonarscala)
02:19:55.386 DEBUG:   * C# Code Quality and Security 8.44.0.52574 (csharp)
02:19:55.386 DEBUG:   * Vulnerability Analysis 9.6.1.17278 (security)
02:19:55.386 DEBUG:   * Java Code Quality and Security 7.13.0.29990 (java)
02:19:55.386 DEBUG:   * HTML Code Quality and Security 3.6.0.3106 (web)
02:19:55.386 DEBUG:   * Flex Code Quality and Security 2.7.0.2865 (flex)
02:19:55.386 DEBUG:   * XML Code Quality and Security 2.5.0.3376 (xml)
02:19:55.387 DEBUG:   * Text file Code Quality and Security 1.1.0.282 (text)
02:19:55.387 DEBUG:   * VB.NET Code Quality and Security 8.44.0.52574 (vbnet)
02:19:55.387 DEBUG:   * Swift Code Quality and Security 4.6.1.5444 (swift)
02:19:55.387 DEBUG:   * CFamily Code Quality and Security 6.36.0.52033 (cpp)
02:19:55.387 DEBUG:   * Python Code Quality and Security 3.15.1.9817 (python)
02:19:55.387 DEBUG:   * Dataflow Bug Detection Rules for Python 1.5.0.1969 (dbdpythonfrontend)
02:19:55.388 DEBUG:   * Dataflow Bug Detection 1.5.0.1969 (dbd)
02:19:55.388 DEBUG:   * Go Code Quality and Security 1.10.0.3710 (go)
02:19:55.388 DEBUG:   * JaCoCo 1.1.1.1157 (jacoco)
02:19:55.388 DEBUG:   * Kotlin Code Quality and Security 2.10.0.1456 (kotlin)
02:19:55.388 DEBUG:   * Dataflow Bug Detection Rules for Java 1.5.0.1969 (dbdjavafrontend)
02:19:55.388 DEBUG:   * T-SQL Code Quality and Security 1.6.0.4844 (tsql)
02:19:55.389 DEBUG:   * Apex Code Quality and Security 1.10.0.3710 (sonarapex)
02:19:55.389 DEBUG:   * JavaScript/TypeScript/CSS Code Quality and Security 9.7.0.18911 (javascript)
02:19:55.389 DEBUG:   * Ruby Code Quality and Security 1.10.0.3710 (ruby)
02:19:55.389 DEBUG:   * Vulnerability Rules for C# 9.6.1.17278 (securitycsharpfrontend)
02:19:55.389 DEBUG:   * Vulnerability Rules for Java 9.6.1.17278 (securityjavafrontend)
02:19:55.389 DEBUG:   * License for SonarLint 8.0.0.31618 (license)
02:19:55.390 DEBUG:   * Vulnerability Rules for JS 9.6.1.17278 (securityjsfrontend)
02:19:55.390 DEBUG:   * COBOL Code Quality 5.0.0.5433 (cobol)
02:19:55.390 DEBUG:   * Vulnerability Rules for Python 9.6.1.17278 (securitypythonfrontend)
02:19:55.390 DEBUG:   * PHP Code Quality and Security 3.24.0.8949 (php)
02:19:55.390 DEBUG:   * ABAP Code Quality and Security 3.10.0.3628 (abap)
02:19:55.390 DEBUG:   * Configuration detection fot Code Quality and Security 1.2.0.267 (config)
02:19:55.390 DEBUG:   * Vulnerability Rules for PHP 9.6.1.17278 (securityphpfrontend)
02:20:00.531 DEBUG: GET 200 https://sonarcloud.io/api/server/version | time=5140ms
02:20:00.535 DEBUG: Updated analysis started with a difference of -2143 milliseconds
02:20:00.546 DEBUG: Started at Mon Sep 05 02:16:02 UTC 2022
02:20:00.594 INFO: Loaded core extensions: developer-scanner
02:20:00.622 DEBUG: Installed core extension: com.sonarsource.branch.DeveloperScannerCoreExtension@3f36b447
02:20:01.306 DEBUG: Could not detect any CI vendor

Hello @danielstoj,

So, you are using our latest and best version. So far, so good.

There are a few points I don’t quite understand in the log file you provided, but I’m not sure if it is because you edited it before sending it. Could you please send us the full, unaltered log?
If you think you cannot share it publicly, let us know and I’ll send you a private message to share it.

Thank you!

Thanks, I would prefer to send as a PM, if you figure out a solution, we can post it in the thread.

Cheers

2 posts were split to a new topic: Issues while probing compiler - Jetson NX (aarch64/arm64)

Sorry, not sure what the next step is… I can’t PM you directly can I?

Hello @danielstoj,

In fact, we do not support running our analyzers on an ARM processor (except for macOS with Rosetta 2). What we do support is cross-compilation from an x64 host architecture to an ARM target.

We have an open feature for that; you can upvote if you want, giving us more context about your situation.

Additionally, the error produced is not very helpful. I created a ticket to make it more explicit.

Thanks, got the project compiling in x86_64, so all good!

This topic was automatically closed 7 days after the last reply. New replies are no longer allowed.