LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Newbie (https://www.linuxquestions.org/questions/linux-newbie-8/)
-   -   Help - choosing a compiler for linux redhat 8 (https://www.linuxquestions.org/questions/linux-newbie-8/help-choosing-a-compiler-for-linux-redhat-8-a-935067/)

roei86 03-18-2012 05:15 AM

Help - choosing a compiler for linux redhat 8
 
hello people. I've installed Red hat 8 on vmware. the main and only reason is learn Kernel programming (and this is the OS that the course in using). the default compiler is emacs, and I've wondered if i can download and use something better, like eclipse for example.
thanks a lot!

repo 03-18-2012 05:20 AM

Welcome to LQ

Quote:

the default compiler is emacs,
emacs is not a compiler. its a text editor.

Kind regards

roei86 03-18-2012 05:30 AM

ok, thanks, so - which graphic compiler do you recommend?

repo 03-18-2012 05:42 AM

Quote:

Help - choosing a compiler for linux redhat 8
Whatever they use in the course?

Kind regards

roei86 03-18-2012 10:13 AM

the one you choose... its not the point of the course so they don't care.. i thought to make shared folder between VMWARE to WIN and work on eclipse (on win7) and then save it and compile the kernel in Redhat. is there somthing else you recommend?

brianL 03-18-2012 10:20 AM

You don't compile or build a kernel using a text editor or IDE. This is how it's done:
http://kernelnewbies.org/KernelBuild

roei86 03-18-2012 10:28 AM

thanks, but i already knew that. i just want a nice, friendly "text editor"/"compiler" (sorry for the misunderstanding).
for example: colors, auto-complete, easy import (files), exc.
thanks again for your help

repo 03-18-2012 10:52 AM

Take a look at kdevelop for KDE ,or glade for Gnome

Kind regards

wpeckham 03-18-2012 11:29 AM

NOT JUST a TEXT ....
 
OK, what you are looking for is an IDE or Integrated Development Environment.
Eclipse will work. EMACS is an editor that is SO programmable that it can double as an IDE.
You do not compile using an IDE. If it presents a compile button, that is what you press when you want to call the compiler against your code.

I find a true IDE much better than an editor that can double. I, however, program in Pascal more than C, C++, or C# so my IDE is somewhat dedicated and I cannot make a recommendation for your purposes.


All times are GMT -5. The time now is 02:33 AM.