04-15-2018, 06:18 AM
(04-15-2018, 01:00 AM)shicky256 Wrote:(04-14-2018, 07:17 AM)philhp Wrote: Hello,Replace the T900 folder with this one.
me too i starting game developpment on neogeo pocket color
actually i using assembler : ASM900 (toshiba assembler) it worls well.
but i would like use now C compiler, for large project it's better !
i have follow your tutorial
https://ahchayblog.wordpress.com/2018/02/19/baby-steps/ on your blog
when i try make, this is the error
cc900 -c -O3 main.c -o main.rel
TLCS-900 C-Compiler (32) Version 4.23
Copyright© TOSHIBA CORPORATION 1994-1997 All rights reserved
cc900-Fatal-116: cannot execute "G:\NGPC\t900\bin\thc1"
make: *** [main.rel] Error 3
have you seen this error ?
what is THC1 ? is used by CC900...
i'm running under windows7 64bits
of course : THC1.EXE exist on my path : G:\NGPC\t900\bin
it works !
Thanks very much