first working build in theory
This commit is contained in:
parent
71a50b1871
commit
6f94e52d07
1 changed files with 9 additions and 1 deletions
10
README.md
10
README.md
|
|
@ -131,7 +131,15 @@ cd libfxcg/libc
|
|||
replace all the `sh3eb-` with `sh-elf`
|
||||
```bash
|
||||
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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue