From aea310ef8befd76cc03eb1047b016e53922684f5 Mon Sep 17 00:00:00 2001 From: Lephenixnoir Date: Fri, 15 Mar 2024 22:07:08 +0100 Subject: [PATCH] fix README command order not building libstdc++-v3 at the right time --- README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index b2472b2..7895082 100644 --- a/README.md +++ b/README.md @@ -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.