Results 1 to 2 of 2
I'm thinking about writting an X Window System for Linux. MS Window's GUI is a .exe which is the windows equivalent to the UNIX .elf . Do I need any ...
- 10-14-2010 #1Just Joined!
- Join Date
- Jan 2010
- Location
- Kirkland, WA, USA
- Posts
- 9
How can I write .elf applications?
I'm thinking about writting an X Window System for Linux. MS Window's GUI is a .exe which is the windows equivalent to the UNIX .elf . Do I need any special software to write .elf apps, or can I just write a text file, and save it in a .elf extension?
- 10-14-2010 #2
ELF is the Linux format for compiled programs with dynamically linked library functions. ELF-format files are created by the GNU compiler gcc. You create a source program (usually in C or C++) and compile it using gcc.
You're jumping in at the deep end! Don't you think it would be worth starting with a simpler program?"I'm just a little old lady; don't try to dazzle me with jargon!"


Reply With Quote