RE: Linking Assembly Code - Can't resolve printf

2006-09-20 Thread David Lariviere
-Original Message- From: Kai Tietz [mailto:[EMAIL PROTECTED] Sent: Wednesday, September 20, 2006 3:30 AM To: David Lariviere Cc: cygwin@cygwin.com Subject: Re: Linking Assembly Code - Can't resolve printf Hallo David, Some OS's - as cygwin - expand names by underscores. Therefore simp

Linking Assembly Code - Can't resolve printf

2006-09-20 Thread David Lariviere
I have a simple assembly program that I am trying to compile, but ld cannot resolve printf. -- #movtest3.s - Example using index memory locations .section .data output: .asciz "The value is %d\n" values: .int 10,15,20,25,30,35,40,45,50,55,60 .section .text .glob