Page 1 of 8

what IDE and compiler do you use?

Posted: Sat Nov 25, 2006 1:03 am
by earlz
post what IDE and compiler do you use?

I use Code::Blocks and MinGW

Posted: Sat Nov 25, 2006 1:06 am
by TheQuux
Vim for editing, makepp for building, and gcc for compiling

plus objcopy, ld, nasm, and a sed script where necessary... oh, and mbchk for a sanity check.

EDIT: plus biew for examining binaries of all shapes and sizes, doxygen for generating useless source documentation, gdb for debugging and socat as a serial terminal. Finally, subversion for all of the times that I delete my source tree ("./run.sh" vs "rm -rf /" ... easy mistake, do it all the time)

Posted: Sat Nov 25, 2006 1:21 am
by Colonel Kernel
Eclipse/CDT with gcc and make.

Posted: Sat Nov 25, 2006 2:22 am
by Solar
vim / Kate, diff / KDiff3, make / gcc.

Posted: Sat Nov 25, 2006 8:14 am
by Combuster
i have a list full of IDEs i use for different tasks...
Anyway for osdeving: Context (win) / Kate (*nix) as the IDE, issuing make (gcc cross-compiler, freebasic, nasm) from a separate command line window.

Posted: Sat Nov 25, 2006 8:39 am
by spix
I use gvim, gmake, gcc and nasm. i should convert to gas so they all start with a g :)

Posted: Sat Nov 25, 2006 9:04 am
by Brynet-Inc
vi,nano,gcc,gas,nasm and SciTE where applicable.

Posted: Sat Nov 25, 2006 9:14 am
by Tyler
I feel very substandard now... i use a compiler and assembler that i wrote in like three weeks specifically for os development and i don't have any kind of IDE :-(... maybe i will get a compiler and try and understand how to overwrite the internal commands, it used to hurt my head so i wrote my own.

Posted: Sat Nov 25, 2006 10:18 am
by kataklinger
MS VS 2k3 (soon i'm going fly by 2k5) and Intel C/C++ compiler (for OS Dev) or MS C/C++ compiler (for development under Windows)

Re: what IDE and compiler do you use?

Posted: Sat Nov 25, 2006 10:59 pm
by Brendan
Hi,
hckr83 wrote:post what IDE and compiler do you use?
For OS development I use NASM and YASM, KWrite, my own "system build utility", and some simple scripts.

I also use the keyboard shortcuts in KDE, so I can build everything by pressing F12, and test everything using emulators with other function keys.


Cheers,

Brendan

Posted: Sun Nov 26, 2006 7:38 am
by RedEagle
DEV-CPP (for C/C++)
ConText (for Assembly)
phase5 html-edit (for special scripts (couse of the nice scrptable Syntaxhighlighting)
Notepad2 (for *.bat and link-script)
HxD (to edit *.bin-file)

gcc (for C/C++ ;))
nasm (for ...)
DataCompiler (wirtten by me; it makes "ABCD" to 0x41424344 or 1100b to 0x0C)

ld (to link)

Posted: Sun Nov 26, 2006 5:39 pm
by Midas
vim/gcc/nasm/binutils

Posted: Sun Nov 26, 2006 9:08 pm
by niteice
VC Express on Windows, Code::Blocks and GCC/binutils on *nix. So pretty much Code::Blocks and GCC/binutils. :P

Posted: Mon Nov 27, 2006 3:19 pm
by jhawthorn
I compile using gcc with SCons as my build system.
Edit with either gedit or vim.

Posted: Sat Dec 02, 2006 12:28 pm
by Dex
I use fasm and tex4u (dex os editor) run on my own OS, its only by using your own OS, that you can improve it, i know not every one's OS is in a state to do this, but you should aim to do it, as quick as possable, this is what help linux dev, because even in its basic form, people used it.
Ask yourself, why other should use your OS if you do not.
http://www.dex4u.com/editor.htm