Results 1 to 1 of 1
hi,
this is a simple one, but i cant fix it.i assembled my program with nasm into an elf object file.i then linked it using
$ld file.o -lc
but a ...
Enjoy an ad free experience by logging in. Not a member yet? Register.
- 01-23-2006 #1Just Joined!
- Join Date
- Nov 2005
- Location
- mysore
- Posts
- 12
problem with assembling with nasm
hi,
this is a simple one, but i cant fix it.i assembled my program with nasm into an elf object file.i then linked it using
$ld file.o -lc
but a warning appeared as -- no starting point in the object file
Though i have given .text section the problem occurs.
I tried giving start label but it was useless.
Can any one tell me how to assemble with a bit of code shown also...
thank u


Reply With Quote
