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.

problem to compile Uartecho project

Other Parts Discussed in Thread: AM3359, SYSBIOS

Hi,

I am a beginner with the am3359 processor , so after I have installed the CCS 5.5 I have tried to build the project uartecho example and I have the following error messages :

- 3 message :

"C:\ti\am335x_sysbios_ind_sdk_1.1.0.5\sdk/os_drivers/lib/sys_bios_driver.lib
   <osdrv_uart.obj>" has a Tag_PCS_config attribute value of "1" that is
   different than one previously seen ("0"); combining incompatible files

moreover , every building operation takes (in my opinion) too much time showing the message :

-   "C:\ti\ccsv5\tools\compiler\arm_5.1.1\lib\rtsv7A8_A_le_n_v3_eabi.lib" for
   the first time, so it must be built.  This may take a few minutes.

could TI help me with these problems.

I don't whether I have written all the information needed.....

thanks

  • Giuliano,

    most likely you have wrong versions of required libs. See the wiki for IA-SDK Release notes and user guide for the details what we support (test against) for each release. If you use the right stuff it must build - however you can find many times the same issue reported here and so far each one succeeded once getting the correct environment...

    The othe rissue with building the RTS lib with the correct config is a CCS issue I assume. It should only happen only once really. If the lib has been built without errors it will just be re-used next time it is needed.

    Yes, we need more details to help on certain issues :-)

    Regards,

  • thanks Frank ,

    I will check my environment release carefully

  • Hello ,

    unfortunately I have still a problem with the compilation of this project (uartecho)
     , the message that I get from the compilation :

    warning: automatic library build: using library
       "C:/ti/ccsv5/tools/compiler/arm_5.1.1/lib/rtsv7A8_A_le_n_v3_eabi.lib" for
       the first time, so it must be built.  This may take a few minutes.
          0 [main] sh 168 open_stackdumpfile: Dumping stack trace to sh.exe.stackdump
    C:/DOCUME~1/BARBIE~1.SEL/IMPOST~1/Temp/make3544-1.sh: line 1:   168 Segmentation fault      (core dumped) c:/ti/ccsv5/tools/compiler/arm_51~1.1/bin/armar -qa c:/docume~1/barbie~1.sel/impost~1/temp/ti2762~1/rtsv7a8_a_le_n_v3_eabi.lib *.obj
    gmake.exe[1]: *** [library] Error 139
    >> ERROR: mklib: gmake error during rtsv7A8_A_le_n_v3_eabi.lib build
    error: cannot find file "rtsv7A8_A_le_n_v3_eabi.lib"

    I don't understand what is my error !!

  • Giuliano,

    usually the RTS libs are build automatically the first time they are required. Your log indicates there was a crash during that build. Obviously without the required RTS lib you can not link any example we provide.

    So there seems to be an issue either with your PC or the install of CCS. I can't help with that and it belongs into the CCS forum. If this doesn't get moved by a moderator I suggest you post this again in the CCS forum.

    Regards,