You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
gcc didn't compile dasm7810 with the supplied makefile, the d-flag seems to be the culprit.
After executing gcc -o d7810 dasm.o 7810dasm.o the binary got created off the already created o-files. What is the d for anyway, gcc's documentation seems to point to a preprocessor-macro-defintion, which doesn't seem to be used here.
However, thanks for providing a DASM for such ancient hardware;)
The text was updated successfully, but these errors were encountered:
gcc didn't compile dasm7810 with the supplied makefile, the d-flag seems to be the culprit.
After executing
gcc -o d7810 dasm.o 7810dasm.o
the binary got created off the already created o-files. What is the d for anyway, gcc's documentation seems to point to a preprocessor-macro-defintion, which doesn't seem to be used here.However, thanks for providing a DASM for such ancient hardware;)
The text was updated successfully, but these errors were encountered: