Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

DJGPP Build broken for DOS host machine #137

Open
ElTentakel opened this issue Sep 7, 2024 · 2 comments
Open

DJGPP Build broken for DOS host machine #137

ElTentakel opened this issue Sep 7, 2024 · 2 comments

Comments

@ElTentakel
Copy link
Contributor

ElTentakel commented Sep 7, 2024

-With this Changes #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
Copy link
Contributor Author

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
Copy link
Contributor Author

I've created a pull request:

main...ElTentakel:SBEMU:patch-1

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant