Jump to content
IGNORED

Help compiling Doom source


BeefMan

Recommended Posts

Thanks Carl, I've tried in Windows 10 and OSX. I'm copying the Doom source into the bin folder of the development tools and simply running the make command, that sound about right? I've also tried setting a path to the bin folder.

Edited by BeefMan
Link to comment
Share on other sites

Thanks for the info Tursi, I've tried several CPU cores and types, also adjusting cycles. When it crashes I get the following error "Exit to error: IRET:Illegal descriptor type 12" in the DOSbox status window. Maybe someone can share their DOSbox config?

Edited by BeefMan
Link to comment
Share on other sites

  • 3 weeks later...

Sounds like it might be a fault of your dev tools - are you sure they're ok?

 

Apologies for the delayed response guys. I've been spending most of the past few weeks in the NICU with my newborn. I def appreciate everyone's responses.

 

I've tried emulating every CPU available in DOS box.

 

It very well could be my dev tools, although I'm using the files Carl sent me. Is there a guide for how to setup from scratch?

  • Like 1
Link to comment
Share on other sites

As expected, something really silly, I just needed to correct a path in the makefile to match my environment.

 

C2OBJ = gcc -B/prog/jaguar/bin/ -b m68k -V2.6 -Wall -DJAGUAR -O2 -c -o $@ $?

 

to this

 

C2OBJ = gcc -B/jaguar/bin/ -b m68k -V2.6 -Wall -DJAGUAR -O2 -c -o $@ $?

 

And now I have a doom.abs file!

 

Will the ABS and WAD file fire up in an emulator? Trying to determine if I can use an emulator to quickly test my changes.

Link to comment
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

Loading...
  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...