/var/www/restricted/ssh/stm32/www/stm32circle/ STM CircleOS forum / Error in App.elf.ld on Building the Library added to the Project

Username:     
Password:     
             

Forum
  • Index
  •  » STM32 primer
  •  » Error in App.elf.ld on Building the Library added to the Project

# 1   2012-12-17 08:42:06 Error in App.elf.ld on Building the Library added to the Project

softy
Member
Registered: 2012-12-03
Posts: 68

Error in App.elf.ld on Building the Library added to the Project

Hi ,
What does this error means .

c:/ride/arm-gcc/bin/../lib/gcc/arm-none-eabi/4.5.2/../../../../arm-none-eabi/bin/ld.exe:C:\tmp\apps\EVO_STM32\objdebug\app.elf.ld:12: syntax error 
collect2: ld returned 1 exit status 
Error Code: 0x1


I am trying to create a new library in the Ride Project.On Clicking the error I get routed to app.elf file in the objdebug directory on the following line :

>INPUT()


its content are :

/*
!!! Primary linker script file generated automatically !!!
This file contains the input and output files names
It also includes the secondary/main linker script that is specified in the Ride options (default or custom)
*/

SEARCH_DIR(".")
SEARCH_DIR("C:\tmp\apps\EVO_STM32\objdebug")
SEARCH_DIR("C:\Ride\Lib\ARM")
STARTUP("C:\Ride\Lib\ARM\CircleOS\Application_Startup.o")
INPUT()
GROUP(
"std_sbrk_thumb.lib"
"smallprintf_thumb.a"
"libc.a"
"libm.a"

)
INCLUDE "C:\tmp\apps\EVO_STM32\Circle_App_OP4.ld"
OUTPUT("C:\tmp\apps\EVO_STM32\objdebug\Weathr.elf")



How can I know what is causing the error .

Rgds,
Softy


" Pain is temporary, Quitting Lasts for ever"

Offline

 

  • Index
  •  » STM32 primer
  •  » Error in App.elf.ld on Building the Library added to the Project

Board footer