This thread has been locked.

If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.

DM3730 compilation file: (using TI-Sitara-SDK and TTO_Linux_SOC_Workshop_lab example)

Hi,

I recently tried to follow the TTO_Linux_SOC workshop available from "http://processors.wiki.ti.com/index.php/OMAP%E2%84%A2/DaVinci%E2%84%A2_System_Integration_using_Linux_Workshop" for my testing out the Sitara SDK development environment.

I downloaded and installed the most recent SDK, which is version 5.03.02.00. The linux CCS is verson 5.1 with XDCTools ver 3.22.4.46.

Following the lab05d_standard_make from TTO_linux soc workshop, I modified the paths and setup my own (let's call it mylab05d_standard_make).

When I type "make debug", it can't get through with the error "gnu.attributes not found for insert":

app$ make debug

Building 'debug' profile by calling:  make -f makefile_profile.mak PROFILE=debug

4.  ----- Starting Configuro for app_cfg.cfg  (note, this may take a minute)
          Configuro has completed; it's results are in app_cfg

3.  ----- Need to generate dep info for:        app.c
          Generating dependency file   :        debug/app.d
          Formatting dependency file:           debug/app.d
          Dependency file successfully created: debug/app.d

2.  ----- Need to generate:      debug/app.o (due to: app.c ...)
          Successfully created:  debug/app.o

1.  ----- Need to generate executable file: app_debug.xv5T
/home/elvinw/ti-sdk-beagleboard-05.03.02.00/linux-devkit/bin/../lib/gcc/arm-arago-linux-gnueabi/4.5.3/../../../../arm-arago-linux-gnueabi/bin/ld: warning: debug/app_cfg/linker.cmd contains output sections; did you forget -T?
/home/elvinw/ti-sdk-beagleboard-05.03.02.00/linux-devkit/bin/../lib/gcc/arm-arago-linux-gnueabi/4.5.3/../../../../arm-arago-linux-gnueabi/bin/ld: .gnu.attributes not found for insert
collect2: ld returned 1 exit status
make[1]: *** [app_debug.xv5T] Error 1
Done building 'debug' for /home/elvinw/Elvin/BeagleBoard/WorkshopExample/TTO_Linux_SOC_Workshop_labs_omap35_v3.08/labs/lab05d_standard_make/app

Any expert here that can tell what I can do to solve the problem? I attach the code here also.

Cheers

Elvin

6864.mylab05d_standard_make.zip