bug-binutils
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Need workaround for the "PE operations on non PE file" bug.


From: admin
Subject: Need workaround for the "PE operations on non PE file" bug.
Date: Tue, 6 Jul 2004 00:47:36 +0200

Hi,

 

I got big problems compiling a flat binary executable, as I always get this “PE operations on non PE file” when doing:

 

gcc -c test.c

ld test.o -o test.bin --oformat binary -Ttext 0x100000

 

Is there a workaround that is not too complicated, as I’m quite new to writing kernels?

The contents in test.c is:

 

int main()

{

 

}

 

Just to test if it compiles.


reply via email to

[Prev in Thread] Current Thread [Next in Thread]