• GDB aarch64 malfunctions w/Linaro / ARM gcc 10.3 compiler
    I'm compiling and running a bare metal AArch64 bootloader using 2 different compilers: a GCC 10.2.0 compiler built in-house, and a Linaro / ARM GCC 10.3(.1?) compiler. GDB will single step using the in...
  • GDB aarch64 malfunctions w/Linaro / ARM gcc 10.3 compiler
    I'm compiling and running a bare metal AArch64 bootloader using 2 different compilers: a GCC 10.2.0 compiler built in-house, and a Linaro / ARM GCC 10.3(.1?) compiler. GDB will single step using the in...
  • openmp support in aarch64-none-elf-gfortran
    Hi, I just recently downloaded the gnu toolchain when i invoke the openmp flag, it fails $ aarch64-none-elf-gfortran -c -o mod_constants.fppized.o -fopenmp -O3 -march=native mod_constants...
  • openmp support in aarch64-none-elf-gfortran
    Hi, I just recently downloaded the gnu toolchain when i invoke the openmp flag, it fails $ aarch64-none-elf-gfortran -c -o mod_constants.fppized.o -fopenmp -O3 -march=native mod_constants...
  • C++ Exception Support on Baremetal aarch64-none-elf
    Hi, I'm trying to build a baremetal application with C++ exception support with aarch64-none-elf. The application is working, but when an exception is thrown, the code doesn't jump into the catch...