From: tblake on 19 Feb 2010 08:36 I have been given the task of getting a GCC cross compiler setup for STM32F101C4 which has not been a problem however I was given an STM32F103Ze-sk "IAR Kickstart Kit" to test my setup on. I am having problems writing my linker script has anyone done this? or have any advice on creating the SECTIONS portion of the linker script. Thanks --------------------------------------- Posted through http://www.EmbeddedRelated.com
From: Tauno Voipio on 21 Feb 2010 05:33 tblake wrote: > I have been given the task of getting a GCC cross compiler setup for > STM32F101C4 which has not been a problem however I was given an > STM32F103Ze-sk "IAR Kickstart Kit" to test my setup on. I am having > problems writing my linker script has anyone done this? or have any advice > on creating the SECTIONS portion of the linker script. The IAR compiler is not GCC. The processor seems to be an ARM, which is well supported under the GNU tools. For the linker script, you need a list of the address space layout of your target system. Do you intend to produce a script for the IAR linker or GNU ld? -- Tauno Voipio tauno voipio (at) iki fi
From: tblake on 6 Mar 2010 22:00 Thanks for your response. I created a GNU ld script. >tblake wrote: >> I have been given the task of getting a GCC cross compiler setup for >> STM32F101C4 which has not been a problem however I was given an >> STM32F103Ze-sk "IAR Kickstart Kit" to test my setup on. I am having >> problems writing my linker script has anyone done this? or have any advice >> on creating the SECTIONS portion of the linker script. > > >The IAR compiler is not GCC. > >The processor seems to be an ARM, which is well supported under >the GNU tools. > >For the linker script, you need a list of the address space >layout of your target system. > >Do you intend to produce a script for the IAR linker or GNU ld? > >-- > >Tauno Voipio >tauno voipio (at) iki fi > --------------------------------------- Posted through http://www.EmbeddedRelated.com
|
Pages: 1 Prev: Using PWM on AVR micro to generate DTMF Next: beautiful indian girls see and enjoy |