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

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
znet

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

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

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

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