mirror of
https://git.planet-casio.com/Lephenixnoir/GiteaPC.git
synced 2024-12-28 04:23:40 +01:00
fix README command order not building libstdc++-v3 at the right time
This commit is contained in:
parent
4e00af20a3
commit
aea310ef8b
1 changed files with 2 additions and 1 deletions
|
@ -76,7 +76,8 @@ First use GiteaPC to install to install the [command-line fxSDK tools](https://g
|
|||
At this stage the cross-compiler will be installed, but not the C++ library, because the C library is not yet available. So we continue by installing the [math library](https://git.planet-casio.com/Lephenixnoir/OpenLibm) and the [C library](https://git.planet-casio.com/Vhex-Kernel-Core/fxlibc/), before reinstalling the GCC repo which will pick up where it left off and build the C++ standard library.
|
||||
|
||||
```bash
|
||||
% giteapc install Lephenixnoir/OpenLibm Vhex-Kernel-Core/fxlibc Lephenixnoir/sh-elf-gcc
|
||||
% giteapc install Lephenixnoir/OpenLibm Vhex-Kernel-Core/fxlibc
|
||||
% giteapc install Lephenixnoir/sh-elf-gcc
|
||||
```
|
||||
|
||||
Finally, we can install the gint kernel and any libraries we need such as [libprof](https://git.planet-casio.com/Lephenixnoir/libprof). Any repository with the `giteapc` tag ([list here](https://git.planet-casio.com/explore/repos?q=giteapc&topic=1) or with `giteapc list -r`) can be installed.
|
||||
|
|
Loading…
Reference in a new issue