problems with djgpp

Question about which tools to use, bugs, the best way to implement a function, etc should go here. Don't forget to see if your question is answered in the wiki first! When in doubt post here.
Post Reply
Anon

problems with djgpp

Post 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
Chase

RE:problems with djgpp

Post 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?
Guest

RE:problems

Post 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.
Post Reply