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.

while compiling gpioledblink sowing error



i am newbie..please help me...

i am using os :- win7 32 bit

Code Composer Studio :-     Version: 5.5.0.00077

compiler version :- Tiv5.1.1

StarterWare :-AM335X_StarterWare_02_00_01_01

Aim :- Test gpioledblink exaple with beaglebone

i flowed following procedure

 copy starterware into workspace folder.

IN ccs import >> Existing ccs Eclips project >> and seclect gpioLEDblinking lib

and same procedure for (platform(for bb) ,system , utils ,driver)

 set project properties  as :-

  likewise buil platform, utils ,drivers before gpioledblinking then it gives error :-

**** Build of configuration Release for project gpioLEDBlink ****

"C:\\ti\\ccsv5\\utils\\bin\\gmake" -k -j 2 -s all
'Building file: C:/Users/Jas1/Desktop/New folder (3)/SW/examples/beaglebone/gpio/gpioLEDBlink.c'
'Invoking: ARM Compiler'
'Finished building: C:/Users/Jas1/Desktop/New folder (3)/SW/examples/beaglebone/gpio/gpioLEDBlink.c'
' '
'Building target: ../../../../../../../binary/armv7a/cgt_ccs/am335x/beaglebone/gpio/Release/gpioLEDBlink.out'
'Invoking: ARM Linker'
<Linking>
warning #10366-D: automatic library build: using library
   "C:\ti\ccsv5\tools\compiler\arm_5.1.1\lib\rtsv7A8_A_le_eabi.lib" for the
   first time, so it must be built.  This may take a few minutes.
      0 [main] sh 6124 open_stackdumpfile: Dumping stack trace to sh.exe.stackdump
C:/Users/Jas1/AppData/Local/Temp/make5432-1.sh: line 1:  6124 Segmentation fault      (core dumped) c:/ti/ccsv5/tools/compiler/arm_51~1.1/bin/armar -qa c:/users/jas1/appdata/local/temp/tid05a~1/rtsv7a8_a_le_eabi.lib *.obj
gmake.exe[1]: *** [library] Error 139
>> ERROR: mklib: gmake error during rtsv7A8_A_le_eabi.lib build
warning #10207-D: automatic RTS selection:  resolving index library "libc.a" to
   "C:\ti\ccsv5\tools\compiler\arm_5.1.1\lib\rtsv7A8_A_le_eabi.lib", but
   "C:\ti\ccsv5\tools\compiler\arm_5.1.1\lib\rtsv7A8_A_le_eabi.lib" was not
   found
error #10198-D: no input section is linked in
warning #10062-D: entry-point symbol "_c_int00" undefined
warning #10202-D: no suitable entry-point found; setting to 0
error #10010: errors encountered during linking;
   "../../../../../../../binary/armv7a/cgt_ccs/am335x/beaglebone/gpio/Release/g
   pioLEDBlink.out" not built

>> Compilation failure
gmake: *** [../../../../../../../binary/armv7a/cgt_ccs/am335x/beaglebone/gpio/Release/gpioLEDBlink.out] Error 1
gmake: Target `all' not remade because of errors.

**** Build Finished ****

please help me ....to solve this issue..

thanks in advance

Nilesh

  • Your rtsv7A8_A_le_eabi.lib was not found because something crashed during generation of that library. May be there are some problems when writing to the directory the library has to be created within?

    I'm not familar with Win7 but Starterware for Linux failed for exactly that reason: it tried to compile these libraries into a directory where normal users did not have write-permission for. Changing these permissions fixed the problem.