Displaying 1 result from an estimated 1 matches for "lcom32".
Did you mean:
com32
2006 May 01
1
Newbie to Com32: libcom32.a not linking
...saying that I'm very new to com32, but I'm having
difficulty linking the libcom32.a library into an executable. I'm using
syslinux-3.11, I copied the libcom32.a library into my directory and here's
the output of my attmept:
#ld com32io.o dtimenu.o syslnx.o tui.o --library-path=./ -lcom32
.//libcom32.a(entry.o)(.init+0x42): In function `_start':
sys/entry.S:68: undefined reference to `__ctors_start'
.//libcom32.a(entry.o)(.init+0x48):sys/entry.S:70: undefined reference to
`__ctors_end'
.//libcom32.a(exit.o)(.text+0x2): In function `_exit':
sys/exit.S:14: undefined r...