Page 1 of 1

One of the developer Guides does not work... :\

Posted: Tue Nov 13, 2001 12:00 am
by znet
I cannot link the asm binary with the c binary
on linux.
It allways give "mix_asm.o": Unknown format" and
if i compile it with "nasm -f elf ..." it does
no find the extern's from the C file...

any ideas, please ?
thx

RE:One of the developer Guides does not work... :\

Posted: Thu Nov 15, 2001 12:00 am
by Chase
>On 2001-11-13 17:22:04, znet wrote:
> I cannot link the asm binary with the c binary
>on linux.
> It allways give "mix_asm.o": Unknown format" and
>if i compile it with "nasm -f elf ..." it does
>no find the extern's from the C file...
>
>any ideas, please ?
>thx

This is a known problem and the solution is listed in the
guide itself. Read the warning at the beginning or just jump
straight to the Additional info at the bottom of that guide.

-Chase