custom linker script with XCode
custom linker script with XCode
- Subject: custom linker script with XCode
- From: David Mirabito <email@hidden>
- Date: Sat, 21 Apr 2012 16:35:02 +0100
Hello,
Is it possible in XCode to specify a custom linker script? If so, how
- and is there a standard example file I can use as a basis to extend?
I'd like to be able to annotate some data throughout my project with a
specific section attribute, and then have ld gather them all adjacent
in memory.
I've used such a process with gcc before and have it somewhat working
in XCode now, except I currently must keep the data structs adjacent
in a single source file for it to work, and need BEGIN_DATA/END_DATA
macros to delimit it. Ideally I'd like to remove that limitation
Thanks,
DavidM
_______________________________________________
Do not post admin requests to the list. They will be ignored.
Xcode-users mailing list (email@hidden)
Help/Unsubscribe/Update your Subscription:
This email sent to email@hidden