Forum: Assembly
Oct 26th, 2006, 12:49 AM
|
|
Replies: 5
Views: 218
|
Forum: Other Programming Languages
Oct 25th, 2006, 4:09 PM
|
|
Replies: 58
Views: 2,919
|
Forum: Assembly
Oct 25th, 2006, 3:57 PM
|
|
Replies: 5
Views: 218
P.S. Re. the Unix man page, you may need to...
P.S. Re. the Unix man page, you may need to specify the manual section because there is a shell command called printf and you want to make sure you get the library routine printf(). On my Linux box I...
|
Forum: Assembly
Oct 25th, 2006, 3:52 PM
|
|
Replies: 5
Views: 218
Need to link against standard library
Dude,
You're using printf in your code but your not linking with the library where printf is defined.
I don't know how your compiler and linker are set up but you need to adjust the settings to...
|