Re: custom linker script with XCode
Re: custom linker script with XCode
- Subject: Re: custom linker script with XCode
- From: Salman Khilji <email@hidden>
- Date: Tue, 24 Apr 2012 22:06:51 -0700
I have done this by copying what the Intel compiler does. You can download their free evaluation, then look at their Xcode plugin.
Salman
On Apr 21, 2012, at 8:35 AM, David Mirabito wrote:
> 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
_______________________________________________
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