µSTL 2.3 for Casio Graph 90+E
Go to file
Sylvain PILLOT 93f10baede correction 2022-03-01 15:11:20 +01:00
cmake giteapc compatibility 2022-03-01 14:39:13 +01:00
include giteapc compatibility 2022-03-01 14:39:13 +01:00
initdoc first commit 2022-02-28 20:08:14 +01:00
src first commit 2022-02-28 20:08:14 +01:00
.gitignore giteapc compatibility 2022-03-01 14:39:13 +01:00
CMakeLists.txt correction 2022-03-01 15:02:35 +01:00
Makefile first commit 2022-02-28 20:08:14 +01:00
README.md giteapc compatibility 2022-03-01 14:39:13 +01:00
config.h.in giteapc compatibility 2022-03-01 14:39:13 +01:00
giteapc.make correction 2022-03-01 15:11:20 +01:00

README.md

µSTL 2.3 sources for Casio Graph 90+E

Need to have a fully working gcc toolchain for SH3/SH4 architecture.

Compilation is done by using the adhoc Makefile : make in the main directory

It should produce the library libustl.a

The following steps are not automatically done, so please proceed with the following manipulations :

  • copy the library libustl.a into your SH3/SH4 compiler lib folder
  • copy all header files contained in the include foler into the include folder of the SH3/SH4 compiler