Re: Link Error: Relocation overflow for relocation entry
site_archiver@lists.apple.com Delivered-To: Darwin-dev@lists.apple.com On Wed, 21 Sep 2005, Lyndsey Ferguson wrote:
From what I understand, it states that the problem is due to having huge statically linked arrays. Is this true? For your reference, I see that the sections that Xcode is complaining about are:
If the problem is these excessively large static arrays, what is the best way to analyze and solve the problem?
Best way is to not use huge static arrays. Dynamically allocate the arrays from your program's entry point, and free them when the program quits. Dan _______________________________________________ Do not post admin requests to the list. They will be ignored. Darwin-dev mailing list (Darwin-dev@lists.apple.com) Help/Unsubscribe/Update your Subscription: http://lists.apple.com/mailman/options/darwin-dev/site_archiver%40lists.appl... This email sent to site_archiver@lists.apple.com
participants (1)
-
Dan Williams