[coldfire-gnu-discuss] Problem using -pg with large binaries and Sourcery G++ Lite 4.3-43
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[coldfire-gnu-discuss] Problem using -pg with large binaries and Sourcery G++ Lite 4.3-43
- To: coldfire-gnu-discuss@xxxxxxxxxxxxxxxx
- Subject: [coldfire-gnu-discuss] Problem using -pg with large binaries and Sourcery G++ Lite 4.3-43
- From: Rich G <rich.g.nht@xxxxxxxxxxxxxx>
- Date: Mon, 16 Mar 2009 11:27:00 +0000
Hi
I've been trying to compile using Sourcery G++ Lite 4.3-43 with profiling
support enabled with -pg but I keep getting the following error from gcc
when trying to compile large binaries (with and without static):
relocation truncated to fit: R_68K_PC16 against `.data'
This seems similar to the gcc bug shown at
http://www.mail-archive.com/gcc-bugs@xxxxxxxxxxx/msg222205.html
-pg works ok when creating smaller binaries.
Is the bug in the link above relevant to my problem ?
Any info appreciated
Rich