first working build in theory

This commit is contained in:
Ada Orbit 2026-04-03 14:20:43 +02:00
parent 71a50b1871
commit 6f94e52d07

View file

@ -131,7 +131,15 @@ cd libfxcg/libc
replace all the `sh3eb-` with `sh-elf` replace all the `sh3eb-` with `sh-elf`
```bash ```bash
make make
cp the lib files to gcc dir cp lib/* ../sysroot/lib/
cp -r include/* ../sysroot/lib/gcc/sh3eb-elf/15.2.0/include/
```
Go back to build-gcc and run
```bash
make -C gcc cross-gnattools
make install-strip
``` ```
Now we install the actual libc Now we install the actual libc