Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Code Block
mkdir -p build/aarch64-elf
../../newlib-cygwin/configure --target=aarch64-elf --prefix=$(pwd)/../../install
Code Block
make -j8
make install

STEP 4: BASH Script to fake GDB Connection

...