A92: linking
[Prev][Next][Index][Thread]
A92: linking
I was building a fargo program, and, all of a sudden, this:
Assembling flib.asm
PASS 1 line 1259
PASS 2 line 1259
End of assembly - no errors were found.
Heap usage: -w2047,136
Total hunk sizes: 4e0 code, 0 data, 10 BSS
_
Reading object file `flib.o'
Entering Pass 1 of link output
Resolving internal and external references
Exiting due to signal SIGSEGV
Page fault at eip=00005c00, error=0004
eax=0100983d ebx=00056210 ecx=000056dc edx=000561f0 esi=000551ac
edi=0100983d
ebp=000550cc esp=000550cc cs=00af ds=00b7 es=00b7 fs=0087 gs=00c7
ss=00b7
Call frame traceback EIPs:
0x00005c00
0x00005a72
0x0000366e
0x00004e6e
0x0000518e
0x00002013
0x000075eb
C:\Fargo2\asm\lib>
C:\Fargo2\asm\lib>
The file assembled fine, but the linker went bottom up. Now it does it
on every file, from every directory. I repeat, this began with no
warning; I hadn't modified anything at all.
What should I do? (David?)
Follow-Ups: