assembly bootstrap
Scott Lanning
slanning at buphy.bu.edu
Mon Aug 27 13:50:50 EDT 2001
On Mon, 27 Aug 2001, Ron Peterson wrote:
>For no good reason, I decided to learn a bit about assembly language
>programming.
It's fun! :)
>I searched the web and found some tutorial links. However, simply
>cutting and pasting the tutorial files is not working.
>
>http://www.cs.pdx.edu/~bjorn/CS200/linux_tutorial/
>
>When I link, I get:
>
>1032$ make
>ld -s -Bstatic -o avtemp /usr/lib/crt1.o /usr/lib/crti.o avtemp.o -lc
>/usr/lib/libc.a(strtoll.o): In function `__strtoll_internal':
>/usr/src/bs/BUILD/glibc-2.2.2/stdlib/../sysdeps/generic/strtol.c:386:
>undefined\ reference to `__udivdi3'
>...
>
>Apparently I'm missing something, but I'm not sure what.
Bah, linking to the C library is for wusses anyway. Joking!
You should join the Linux Assembly mailing list. The traffic
is very low, but if you send a message people will respond.
Actually the guy that wrote the tutorial you're reading probably
reads that list.
The main page is http://linuxassembly.org.
I'm compelled to plug my page here:
http://www.69megs.com/pages/quaff/asm/index.html
(it's a very SLOW server.. but it's free :)
-
Subcription/unsubscription/info requests: send e-mail with
"subscribe", "unsubscribe", or "info" on the first line of the
message body to discuss-request at blu.org (Subject line is ignored).
More information about the Discuss
mailing list