Re: Linker Script merges all sections into text segment
Peter Bigot <[email protected]>
| Newsgroups | gmane.comp.hardware.texas-instruments.msp430.gcc.user |
|---|---|
| Message-ID | <CAPOJ94M2JOjg8XTTW_bjhkw+3musRUR-FiTgL+iJDxXmj8aXUQ@mail.gmail.com> |
You shouldn't need to create a custom linker script. Best way to figure this out is write a C program that does what you want, generate the assembly source with -S, and copy that. Peter On Wed, Jul 10, 2013 at 7:07 PM, toddbranch <[email protected]>wrote: > Hi, > > I'm trying to initialize some RAM in an assembly program. > I'm using: > > .data > .word 0xabab > .word 0xcdcd > > The linker always puts it at the end of the last loadable segment. Do I > need to use a custom linker script? Or am I missing something? > > Thanks so much for your help. > > Todd Branchflower > > > > -- > View this message in context: > http://msp430-gcc-users.1086195.n5.nabble.com/Linker-Script-merges-all-sections-into-text-segment-tp6809.html > Sent from the MSP430 gcc - Users mailing list archive at Nabble.com. > > > ------------------------------------------------------------------------------ > See everything from the browser to the database with AppDynamics > Get end-to-end visibility with application monitoring from AppDynamics > Isolate bottlenecks and diagnose root cause in seconds. > Start your free trial of AppDynamics Pro today! > http://pubads.g.doubleclick.net/gampad/clk?id=48808831&iu=/4140/ostg.clktrk > _______________________________________________ > Mspgcc-users mailing list > [email protected] > https://lists.sourceforge.net/lists/listinfo/mspgcc-users > ------------------------------------------------------------------------------ See everything from the browser to the database with AppDynamics Get end-to-end visibility with application monitoring from AppDynamics Isolate bottlenecks and diagnose root cause in seconds. Start your free trial of AppDynamics Pro today! http://pubads.g.doubleclick.net/gampad/clk?id=48808831&iu=/4140/ostg.clktrk _______________________________________________ Mspgcc-users mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/mspgcc-users