SBEMU icon indicating copy to clipboard operation
SBEMU copied to clipboard

DJGPP Build broken for DOS host machine

Open ElTentakel opened this issue 1 year ago • 2 comments

-With this Changes https://github.com/crazii/SBEMU/pull/98 SBEMU could not build anymore using the DOS DJGPP Toolchain, because the target for the als4000.o could not be found.

Since the makefile.dos has not changed in this merge, I assume, that the makefile is not updated regarding the ported Linux drivers.

To fix this issue, i tried to apply the changes from makefile, but unfortunately some bash commands are used to create the proper output directories.

ElTentakel avatar Sep 07 '24 08:09 ElTentakel

I just applied the changes from the linux makefile and created the directories myself and it works. Unfortunately I have no Idea how to create sub-sub directories with md (like mkdir -p C:\SBEMU\output\drivers), since this is not supported by the original DOS command. Maybe the directories could be created with a separate batch file.

ElTentakel avatar Sep 13 '24 16:09 ElTentakel

I've created a pull request:

https://github.com/crazii/SBEMU/compare/main...ElTentakel:SBEMU:patch-1

ElTentakel avatar Sep 14 '24 16:09 ElTentakel