Page 1 of 1
problems with djgpp
Posted: Thu Dec 13, 2001 12:00 am
by Anon
-ffreestanding option doesn´t work in djgpp
also it give me an error when i try to linked with
output binary format.
PD:Excuse my poor english
RE:problems with djgpp
Posted: Wed Dec 19, 2001 12:00 am
by Chase
>On 2001-12-13 22:34:42, Anon wrote:
>-ffreestanding option doesn´t work in djgpp
>also it give me an error when i try to linked with
>output binary format.
>
>PD:Excuse my poor english
I assume you're reading the Guide on mixing C and Assembly.
Read the warning at the bottom of the page about linking.
As far as the no -ffreestanding, what version of gcc and what platform
are you running on?
RE:problems
Posted: Thu Jan 24, 2002 12:00 am
by Guest
>On 2001-12-19 15:06:49, Chase wrote:
>>On 2001-12-13 22:34:42, Anon wrote:
>>-ffreestanding option doesn´t work in djgpp
>>also it give me an error when i try to linked with
>>output binary format.
>>
>>PD:Excuse my poor english
>
>I assume you're reading the Guide on mixing C and Assembly.
>Read the warning at the bottom of the page about linking.
>
>As far as the no -ffreestanding, what version of gcc and what platform
>are you running on?
First: thanx for the answer.
Second: I download the lastest version of djgpp, and works excelent.