setting target CPU
2 posts
• Page 1 of 1
- kuzmanzs
- Junior Member
- Posts: 3
- Joined: Mon Nov 04, 2019 8:26 pm
- Calculators: Casio fx-9860GII
setting target CPU
Hi,
I would like to compile program (game) for FX9860GII. I have to buiold it for SH4 instead of SH3.
In the SHC manual found on page 647 Description Format: ∆.CPU∆<target CPU>.
Where can I put this parameter in my batch file?
I would like to compile program (game) for FX9860GII. I have to buiold it for SH4 instead of SH3.
In the SHC manual found on page 647 Description Format: ∆.CPU∆<target CPU>.
Where can I put this parameter in my batch file?
- Code: Select all
@echo off
rem Do not edit! This batch file is created by CASIO fx-9860G SDK.
if exist debug\*.obj del debug\*.obj
if exist RUN.G1A del RUN.G1A
cd debug
if exist FXADDINror.bin del FXADDINror.bin
"c:\tool\prog\CasioSDK\OS\SH\BIN\Hmake.exe" Addin.mak
cd ..
if not exist debug\FXADDINror.bin goto error
"c:\tool\prog\CasioSDK\Tools\MakeAddinHeader363.exe" "c:\tool\prog\CasioSDKWorkspace\FX-9860G SDK\run"
if not exist RUN.G1A goto error
echo Build has completed.
goto end
:error
echo Build was not successful.
:end
pause
- kuzmanzs
- Junior Member
- Posts: 3
- Joined: Mon Nov 04, 2019 8:26 pm
- Calculators: Casio fx-9860GII
Re: setting target CPU
I have found the settings in Addin.mak.
I have changed -cpu=sh3 to -cpu=sh4 it compiles but if I run it I got error with adress 000000
How can I compile old games from 'https://www.planet-casio.com/Fr' for sh4 processor?
I have changed -cpu=sh3 to -cpu=sh4 it compiles but if I run it I got error with adress 000000
How can I compile old games from 'https://www.planet-casio.com/Fr' for sh4 processor?
2 posts
• Page 1 of 1
Who is online
Users browsing this forum: No registered users and 2 guests