Re: GNU AS and multiplatform example ...
- From: spamtrap@xxxxxxxxxx
- Date: 27 Apr 2006 01:40:44 -0700
Frank,
Thankyou too for a detailed response. The 'as' worked without error but
the gcc didn't ...
<pre>
$ gcc -o myprog myprog.o
myprog.o:fake:(.text+0x6): undefined reference to `printf'
/usr/lib/gcc/i686-pc-cygwin/3.4.4/../../../libcygwin.a(libcmain.o)::
undefined r
eference to `_WinMain@16'
collect2: ld returned 1 exit status
</pre>
Why do you use NASM rather than GAS or say YASM ?
Rgs, James.
.
- References:
- GNU AS and multiplatform example ...
- From: spamtrap
- Re: GNU AS and multiplatform example ...
- From: Frank Kotler
- GNU AS and multiplatform example ...
- Prev by Date: Re: GNU AS and multiplatform example ...
- Next by Date: Re: lea with fs override
- Previous by thread: Re: GNU AS and multiplatform example ...
- Next by thread: lea with fs override
- Index(es):
Relevant Pages
|