...
| 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
...
...
| Code Block |
|---|
mkdir -p build/aarch64-elf ../../newlib-cygwin/configure --target=aarch64-elf --prefix=$(pwd)/../../install |
| Code Block |
|---|
make -j8
make install
|
...