Page 1 of 1
Compiler Choose >_<
Posted: Sun Mar 18, 2007 1:28 am
by hendric
Well as I determine using Microsoft X64 Compiler to implement my loving 64bit-kernel but I found it not support __asm keyword and functions without naked attribute support . Sigh , what about guys choosing 64bit-kernel for development ?
Posted: Sun Mar 18, 2007 2:15 am
by PyroMathic
lo,
I use FASM for all my 64-bit code (and i use MASM32 for the rest).
Regards
PyroMathic
Posted: Sun Mar 18, 2007 6:13 am
by hendric
PyroMathic wrote:lo,
I use FASM for all my 64-bit code (and i use MASM32 for the rest).
Regards
PyroMathic
Sounds a great challenge by using pure assembly
Posted: Sun Mar 18, 2007 6:52 am
by AndrewAPrice
GCC - Using MinGW, DJGPP, or Cygwin to build a cross compiler to x86_64
Posted: Sun Mar 18, 2007 6:50 pm
by hendric
MessiahAndrw wrote:GCC - Using MinGW, DJGPP, or Cygwin to build a cross compiler to x86_64
Yea of cause I tried but I found M$ IDE more convient for development
A ugly IDE will not be helpful as my thought ...
Posted: Mon Mar 19, 2007 1:08 am
by pcmattman
Notepad++ is a nice IDE - tabbed MDI and it'll color for heaps of langauges.
Plus you can set key shortcuts - I do this to build my OS when I've made modifications - CTRL-F5 is my friend here