I followed the compiling instructions, but it doesn't end "compiling dos lib" .
======== CC out/conio_window.c.rel
make[1]: *** [Makefile:55: out/conio_textattr.c.rel] Error 137
make[1]: *** Se espera a que terminen otras tareas....
make[1]: *** [Makefile:55: out/conio_cprintf.c.rel] Error 137
make: *** [Makefile:84: libs/conio.lib] Error 2
I've compiled "conio and msxdos" libs manually doing "make all" in /externals and it compiles without problems (I added the -DDISABLE_CONIO DEFINE tag to dos.lib, then copied all the referenced header files on the main makefile to the root /include and /lib folders and execute "make all" again in the root directory. The process runs but fails in hex2bin because seems the .com file is not generated..
git clone --recurse-submodules https://github.com/nataliapc/msx_filehunterbrowser.git
cd msx_filehunterbrowser
make all
I followed the compiling instructions, but it doesn't end "compiling dos lib" .
======== CC out/conio_window.c.rel
make[1]: *** [Makefile:55: out/conio_textattr.c.rel] Error 137
make[1]: *** Se espera a que terminen otras tareas....
make[1]: *** [Makefile:55: out/conio_cprintf.c.rel] Error 137
make: *** [Makefile:84: libs/conio.lib] Error 2
I've compiled "conio and msxdos" libs manually doing "make all" in /externals and it compiles without problems (I added the -DDISABLE_CONIO DEFINE tag to dos.lib, then copied all the referenced header files on the main makefile to the root /include and /lib folders and execute "make all" again in the root directory. The process runs but fails in hex2bin because seems the .com file is not generated..
git clone --recurse-submodules https://github.com/nataliapc/msx_filehunterbrowser.git
cd msx_filehunterbrowser
make all