free-ada icon indicating copy to clipboard operation
free-ada copied to clipboard

Building ARM compiler on Linux host fails at GCC build

Open Rodeo-McCabe opened this issue 4 years ago • 0 comments

./build-tools.sh -t 2

...

  >> Creating Directories (if needed)...
  >> [1/5] Configuring GCC (arm-none-eabi)...
  >> [2/5] Building GCC (arm-none-eabi)...
  ERROR: Something went wrong!
  Last Process Took: 4m9.91s

The log file shows that it is looking for file isl/options.h, which is not found.

Rodeo-McCabe avatar Jun 04 '20 23:06 Rodeo-McCabe