assembly bootstrap

Ron Peterson ron.peterson at yellowbank.com
Mon Aug 27 12:11:59 EDT 2001


For no good reason, I decided to learn a bit about assembly language
programming.

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.

(?)

-- 

-Ron-
https://www.yellowbank.com/

-
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