OSDev.org
https://forum.osdev.org/

RHIDE--A good IDE for DJGPP
https://forum.osdev.org/viewtopic.php?f=1&t=11187
Page 1 of 1

Author:  raywill [ Thu Dec 22, 2005 3:45 am ]
Post subject:  RHIDE--A good IDE for DJGPP

RHIDE--A good IDE for DJGPP,support ASM. ;)

Really good IDE for beginners.

You can Google it.

Author:  Candy [ Thu Dec 22, 2005 3:49 am ]
Post subject:  Re:RHIDE--A good IDE for DJGPP

raywill wrote:
RHIDE--A good IDE for DJGPP,support ASM. ;)

Really good IDE for beginners.

You can Google it.


For OSdev, DJGPP is pretty obsolete. For any semi-modern purpose, DJGPP is pretty obsolete.

Try Cygwin with Dev-c++ for a newer graphical IDE.

Aside from that, I've heard it was pretty good too.

Author:  raywill [ Sat Dec 24, 2005 11:23 pm ]
Post subject:  Re:RHIDE--A good IDE for DJGPP

Quote:
Try Cygwin with Dev-c++ for a newer graphical IDE.


I have downloaded Dev-C++ and Cygwin bin files.
But nasm is not in Cygwin package.

What should I do if I want to use nasm in Dev-C++ to compile my asm files?

Author:  bluecode [ Sun Dec 25, 2005 4:46 am ]
Post subject:  Re:RHIDE--A good IDE for DJGPP

Download nasm, copy the executable to cygwin/bin/ and use it? ;)

Author:  Solar [ Sun Dec 25, 2005 5:04 am ]
Post subject:  Re:RHIDE--A good IDE for DJGPP

raywill wrote:
I have downloaded Dev-C++ and Cygwin bin files.


I hope you haven't been downloading the "Cygwin bin files" but used http://www.cygwin.com/setup.exe to have Cygwin properly installed.

Quote:
But nasm is not in Cygwin package.


It is; you can select it from the "devel" group in the Cygwin setup.exe.

Author:  raywill [ Sun Dec 25, 2005 8:57 am ]
Post subject:  Re:RHIDE--A good IDE for DJGPP

Quote:
I hope you haven't been downloading the "Cygwin bin files" but used http://www.cygwin.com/setup.exe to have Cygwin properly installed.

Oh,I am using setup.exe.Thanks :)

My question is how to let Dev-C++ know you are using nasm?
I created a Empty project,add a .c file and a .asm file.
But from the log I could see that Dev-C++ use gcc to compile the asm file,and of course failed.
I checked the configuration,but found no where that could tell the compiler to use nasm to compile the asm file.

Did I miss anything?

Author:  QuiTeVexat [ Sun Dec 25, 2005 1:27 pm ]
Post subject:  Re:RHIDE--A good IDE for DJGPP

Override the build command for the assembly files. It's in the project options, at least for 4.9.9.2. Project->Project Options->Files-Override build command should get you there.

Author:  Cjmovie [ Sun Dec 25, 2005 4:16 pm ]
Post subject:  Re:RHIDE--A good IDE for DJGPP

Or overide the entire process and tell it to use your own makefile ;).

Rhide is a cool IDE...Used it for a while before I got Dev-C++. Before Rhide I used notepad :).

Author:  raywill [ Sun Dec 25, 2005 10:30 pm ]
Post subject:  Re:RHIDE--A good IDE for DJGPP

QuiTeVexat wrote:
Override the build command for the assembly files. It's in the project options, at least for 4.9.9.2. Project->Project Options->Files-Override build command should get you there.


Thank you.It works now :)

Page 1 of 1 All times are UTC - 6 hours
Powered by phpBB © 2000, 2002, 2005, 2007 phpBB Group
http://www.phpbb.com/