SlyVTT / fxcg-notes

Notes on the FXCG calculators

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Installing compiler:

  source install-binutils.sh

  source install-gcc.sh

Installing libraries and tools:

  source install-libs.sh

  source install-mkg3a.sh

Compiling program:

  export PATH=/opt/sh3eb-elf/bin:/opt/casio/bin:$PATH

  make -C hello

About

Notes on the FXCG calculators


Languages

Language:C 69.4%Language:C++ 29.7%Language:Makefile 0.4%Language:Assembly 0.2%Language:Shell 0.2%Language:Python 0.1%