Building elf within Eclipse within Windows
Posted
by BSchlinker
on Stack Overflow
See other posts from Stack Overflow
or by BSchlinker
Published on 2010-06-02T07:06:31Z
Indexed on
2010/06/11
21:22 UTC
Read the original article
Hit count: 308
Hey guys,
I'm having trouble building an Elf file within Eclipse within Windows. It seems that everytime I build, a PE / portable executable for windows is created. I've gone into the Binary Parser section and checked Elf Parser while making sure that everything else is unchecked. However, I continue to end up with a PE which I cannot run on Linux.
For clarification, I'm using the Linux GCC toolchain within Eclipse.
I've attempted a reinstall of Cygwin -- still experiencing the same issues.
Any ideas?
Thanks
© Stack Overflow or respective owner