Knowledgebase: Command line
5.x: Linker problems with C++ Builder.
Posted by Alexander Alexeev on 27 March 2009 08:50
|
|
Problem: When I use EL in large application - I get linker errors. To avoid them, I need to disable the MAP generation using -x in LFLAGS. But EL can not work without map file. Explanation: This is a known C++Builder 6 bug (did not solved in the last C++Builder 2006 version). The bug is caused by the extensive .MAP file created by linker. Known workarounds: Use EurekaLog 6.0.4 or above. Now EurekaLog create the .MAP file directly from the .TDS file, without the Linker help. See also: QC Report #45034 Forum discussion Related KB article Similar/related issues on QC: QC Report #70003 QC Report #67137 QC Report #57631 QC Report #52501 QC Report #32020 Checked EL version: 5.x Tested IDE version: C++Builder 2006 Ticket ID: none | |
|