 |
BorlandTalk.com Borland discussion newsgroups
|
| View previous topic :: View next topic |
| Author |
Message |
Dean Guest
|
Posted: Wed Jan 18, 2006 2:42 am Post subject: BCB 2006 linker errors |
|
|
does anyone have any insight into what these linker errors
mean or how to ferret out the root cause etc.? This
particular software library and associated test harness cases
builds without error using either BCB 5 or BCB 6.
The new linker gives the following error output while linking static libs into a small .exe command line test program (Win XP OS, Intel P4, 2.26 GHz, 1.5 MB RAM) :
Building executable c:BuilderReleasesKWWidgetsbinTestRandom.exe...
Borland C++ 5.81 for Win32 Copyright (c) 1993, 2005 Borland
Turbo Incremental Link 5.69 Copyright (c) 1997-2005 Borland
Warning: BSS : 0x00000000 / 0x00400000
Warning: CODE : 0x001275ed / 0x00400000
Warning: DATA : 0x0001b86a / 0x00400000
Warning: DEBSYM : 0x0000000e / 0x00400000
Warning: Extdef flags : 0x000001ee / 0x00004000
Warning: Extdefs : 0x000007b8 / 0x00004000
Warning: Import symbols : 0x0000b598 / 0x00100000
Warning: OBJ symbols : 0x00036358 / 0x00100000
Warning: Public GSX : 0x000042b4 / 0x000c0000
Warning: Publics : 0x00025854 / 0x000c0000
Warning: SegRelocs : 0x00050b68 / 0x00400000
Warning: StringBlock : 0x00000066 / 0x00400000
Warning: TLS : 0x0000009c / 0x00400000
Warning: UNKNOWN : 0x00000018 / 0x00400000
Warning: Virdefs : 0x000042b4 / 0x00020000
Warning: BSS : 0x00000000 / 0x00400000
Warning: CODE : 0x000011e3 / 0x00400000
Warning: DATA : 0x000007ac / 0x00400000
Warning: Extdef flags : 0x00000013 / 0x00004000
Warning: Extdefs : 0x0000004c / 0x00004000
Warning: Import symbols : 0x00000000 / 0x00100000
Warning: OBJ symbols : 0x000005e4 / 0x00100000
Warning: Public GSX : 0x0000001c / 0x000c0000
Warning: Publics : 0x000000fc / 0x000c0000
Warning: SegRelocs : 0x0000003c / 0x00400000
Warning: StringBlock : 0x00000030 / 0x00400000
Warning: Virdefs : 0x0000001c / 0x00020000
Warning: c:/Builder/Releases/KWWidgets/bin/TestRandom.ilc: 0x03002000 / 0x03000000
Warning: c:/Builder/Releases/KWWidgets/bin/TestRandom.ild: 0x00a4b000 / 0x03000000
Warning: c:/Builder/Releases/KWWidgets/bin/TestRandom.ilf: 0x024eb000 / 0x03000000
Warning: c:/Builder/Releases/KWWidgets/bin/TestRandom.ils: 0x00dd7000 / 0x03000000
Warning: c:/Builder/Releases/KWWidgets/bin/TestRandom.tds: 0x00660000 / 0x06000000
Warning: unknown heap name : 0x03000000 / 0x03000000
Fatal: Error detected (LME1508)
Warning: BSS : 0x00000000 / 0x00400000
Warning: CODE : 0x001275ed / 0x00400000
Warning: DATA : 0x0001b86a / 0x00400000
Warning: DEBSYM : 0x0000000e / 0x00400000
Warning: Extdef flags : 0x000001ee / 0x00004000
Warning: Extdefs : 0x000007b8 / 0x00004000
Warning: Import symbols : 0x0000b598 / 0x00100000
Warning: OBJ symbols : 0x00036358 / 0x00100000
Warning: Public GSX : 0x000042b4 / 0x000c0000
Warning: Publics : 0x00025854 / 0x000c0000
Warning: SegRelocs : 0x00050b68 / 0x00400000
Warning: StringBlock : 0x00000066 / 0x00400000
Warning: TLS : 0x0000009c / 0x00400000
Warning: UNKNOWN : 0x00000018 / 0x00400000
Warning: Virdefs : 0x000042b4 / 0x00020000
Warning: BSS : 0x00000000 / 0x00400000
Warning: CODE : 0x000011e3 / 0x00400000
Warning: DATA : 0x000007ac / 0x00400000
Warning: Extdef flags : 0x00000013 / 0x00004000
Warning: Extdefs : 0x0000004c / 0x00004000
Warning: Import symbols : 0x00000000 / 0x00100000
Warning: OBJ symbols : 0x000005e4 / 0x00100000
Warning: Public GSX : 0x0000001c / 0x000c0000
Warning: Publics : 0x000000fc / 0x000c0000
Warning: SegRelocs : 0x0000003c / 0x00400000
Warning: StringBlock : 0x00000030 / 0x00400000
Warning: Virdefs : 0x0000001c / 0x00020000
Warning: c:/Builder/Releases/KWWidgets/bin/TestRandom.ilc: 0x03002000 / 0x03000000
Warning: c:/Builder/Releases/KWWidgets/bin/TestRandom.ild: 0x00a4b000 / 0x03000000
Warning: c:/Builder/Releases/KWWidgets/bin/TestRandom.ilf: 0x024eb000 / 0x03000000
Warning: c:/Builder/Releases/KWWidgets/bin/TestRandom.ils: 0x00dd7000 / 0x03000000
Warning: c:/Builder/Releases/KWWidgets/bin/TestRandom.tds: 0x00660000 / 0x06000000
Warning: unknown heap name : 0x03000000 / 0x03000000
Fatal: Error detected (LME1741)
Fatal: Access violation. Link terminated.
** error 1 ** deleting c:BuilderReleasesKWWidgetsbinTestRandom.exe
** error 1 ** deleting default_target
** error 1 ** deleting default_target_Cxx
** error 1 ** deleting default_target
** error 1 ** deleting default_target_Testing
** error 1 ** deleting default_target
thanks in advance,
Dean
|
|
| Back to top |
|
 |
Randy Guest
|
Posted: Thu Jan 19, 2006 1:17 am Post subject: Re: BCB 2006 linker errors |
|
|
I don't know what the errors mean, but fwiw, I ran into the same problem
today - same error "dump". I was doing the same thing - creating a
command line .exe with static lib linking. I started trying to debug the
issue, or at least boil it down to a minimal example, but ran out of
time and energy. Ideas welcome.
Randy
Dean wrote:
| Quote: | does anyone have any insight into what these linker errors
mean or how to ferret out the root cause etc.? This
particular software library and associated test harness cases
builds without error using either BCB 5 or BCB 6.
The new linker gives the following error output while linking static
libs into a small .exe command line test program
|
|
|
| Back to top |
|
 |
|
|
You cannot post new topics in this forum You cannot reply to topics in this forum You cannot edit your posts in this forum You cannot delete your posts in this forum You cannot vote in polls in this forum
|
|