OSDev.org

The Place to Start for Operating System Developers
It is currently Tue May 07, 2024 1:52 pm

All times are UTC - 6 hours




Post new topic Reply to topic  [ 9 posts ] 
Author Message
 Post subject: RHIDE--A good IDE for DJGPP
PostPosted: Thu Dec 22, 2005 3:45 am 
RHIDE--A good IDE for DJGPP,support ASM. ;)

Really good IDE for beginners.

You can Google it.


Top
  
 
 Post subject: Re:RHIDE--A good IDE for DJGPP
PostPosted: Thu Dec 22, 2005 3:49 am 
Offline
Member
Member
User avatar

Joined: Tue Oct 17, 2006 11:33 pm
Posts: 3882
Location: Eindhoven
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.


Top
 Profile  
 
 Post subject: Re:RHIDE--A good IDE for DJGPP
PostPosted: Sat Dec 24, 2005 11:23 pm 
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?


Top
  
 
 Post subject: Re:RHIDE--A good IDE for DJGPP
PostPosted: Sun Dec 25, 2005 4:46 am 
Download nasm, copy the executable to cygwin/bin/ and use it? ;)


Top
  
 
 Post subject: Re:RHIDE--A good IDE for DJGPP
PostPosted: Sun Dec 25, 2005 5:04 am 
Offline
Member
Member
User avatar

Joined: Thu Nov 16, 2006 12:01 pm
Posts: 7614
Location: Germany
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.

_________________
Every good solution is obvious once you've found it.


Top
 Profile  
 
 Post subject: Re:RHIDE--A good IDE for DJGPP
PostPosted: Sun Dec 25, 2005 8:57 am 
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?


Top
  
 
 Post subject: Re:RHIDE--A good IDE for DJGPP
PostPosted: Sun Dec 25, 2005 1:27 pm 
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.


Top
  
 
 Post subject: Re:RHIDE--A good IDE for DJGPP
PostPosted: Sun Dec 25, 2005 4:16 pm 
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 :).


Top
  
 
 Post subject: Re:RHIDE--A good IDE for DJGPP
PostPosted: Sun Dec 25, 2005 10:30 pm 
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 :)


Top
  
 
Display posts from previous:  Sort by  
Post new topic Reply to topic  [ 9 posts ] 

All times are UTC - 6 hours


Who is online

Users browsing this forum: Amazonbot [bot], Bing [Bot], Google [Bot], human00731582, Majestic-12 [Bot] and 22 guests


You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot post attachments in this forum

Search for:
Jump to:  
Powered by phpBB © 2000, 2002, 2005, 2007 phpBB Group