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.

CCS V5.1.0 LINUX project make error

Other Parts Discussed in Thread: LM3S6918, CCSTUDIO

Hi All,  I Installed near succesfully Version: 5.1.0.09000, project from stellarisware RDK-IDM qs-keypad appear as correctly imported but when I invoke make this error appear:

Buildfile generation error occurred..
This project was created for a device-variant that is not currently recognized: Cortex M.LM3S6918. Please install the device-variant descriptor, or migrate the project to one of the supported device-variants.
Build stopped..

License is 90 day evaluation 73 day remain.

 linux ubuntu 10.4 32 bit

uname -a:

 2.6.32-38-generic #83-Ubuntu SMP Wed Jan 4 11:13:04 UTC 2012 i686 GNU/Linux

 Thank you very much

 Roberto

  • Hi Roberto,

    A couple points here.  First of all, the Stellaris ICDI is not yet supported under Linux.   While you can use XDS emulators with Stellaris under Linux, you need to manually copy over the xml files from a windows installation. 

    Please have a look at this wiki topic and let me know if you need the xml files offline.

    http://processors.wiki.ti.com/index.php/Linux_Host_Support

    Best Regards,
    Lisa

  •  Hi Lisa, thank for your prompt answer, XML files interfere with compilation too?

     If yes I need the XML files too.

     Regards

     ROberto

  • Hi Robert,

    I just sent you the xml files in a friend request and the information on where to unzip the files.

    Please let me know whether you get them.

    Best Regards,
    Lisa

  •  Hi Lisa, I got the two files after unzipping to a temporary directory I moved to devices and drivers subdirectory, first time CCS locked up freezing desktop. After rebooting then it is slow and still error remain unchanged, I changed processor to generic.cortex.M3 and compile generate a lot of errors. NO way to select back again 6918 as target.

     Target directory on Linux is located here:

    /opt/ti/ccsv5/ccs_base/common/targetdb/

    Is far from release revision 5.2.x? Can I participate to beta test?

     Regards

     Roberto

  • Hi Roberto,

    ok let me see if I can get you more detailed instructions.  What are you using to connect to the Stellaris chip?  As mentioned, ICDI is not supported yet.  The XDS100 we should be able to get working with some xml file setup.

    Please let me know about the emulator.

    Best Regards,

    Lisa

  • Hi Roberto,

    one other thing ... you may need to go into the xml files and manually tweak where it lists the driver used ... I suspect the Linux driver is different.  Compare to the versions that came with the installation.  Hopefully this will get you going ..

    Best Regards,

    Lisa

  • Hi Roberto,

    oh ... more important than the above (which I would leave until you do this) ... please remember to do the whole dos2unix thing on the files I sent ... there could be special character issues etc otherwise.

    Let us know how it goes.

    Best Regards,

    LIsa

  •  Hi Lisa, I try'd all you wrote but situation now is worst.

     dos2unix has nothing to do, I checked files and they where in correct format too.

     I raised all files permission to rw-r--r-- (644) but again no change, before putting XML files on the directories build stopped at module, now compilation report a lot of error, compiler setting changed, is not possible to select device variant and compiler is also unusable on c2xxx code too.

     I try'd also to delete and import again project, appear as lm3s6918 no more exist, xml file is in the devices directory and also dependences from Makefile completely ignored...

     Tomorrow I try reinstall from scratch to see if some cure come from refreshing files and permission.

     Please tell me if you think some other test can be run or I just refresh installation.

     About emulation devices I can try use ICDI only after a binary file is generated from succesful build and linkage.

     Regards

     Roberto

     Here the errors after putting files on directories:


    **** Build of configuration Debug for project qs-keypad ****

    /opt/ti/ccsv5/utils/bin/gmake -k all
    Building file: /home/roberto/Vaio/StellarisWare/boards/rdk-idm/qs-keypad/demo_images.c
    Invoking: TMS470 Compiler
    "/opt/ti/ccsv5/tools/compiler/tms470/bin/cl470" --preproc_with_compile --preproc_dependency="demo_images.pp"  "/home/roberto/Vaio/StellarisWare/boards/rdk-idm/qs-keypad/demo_images.c"
    "/home/roberto/Vaio/StellarisWare/boards/rdk-idm/qs-keypad/demo_images.c", line 25: fatal error: could not open source file "grlib/grlib.h"

    1 fatal error detected in the compilation of "/home/roberto/Vaio/StellarisWare/boards/rdk-idm/qs-keypad/demo_images.c".
    Compilation terminated.
    gmake: *** [demo_images.obj] Error 1
    "/home/roberto/Vaio/StellarisWare/boards/rdk-idm/qs-keypad/fs_qs.c", line 25: fatal error: could not open source file "string.h" (no directories in search list)
    1 fatal error detected in the compilation of "/home/roberto/Vaio/StellarisWare/boards/rdk-idm/qs-keypad/fs_qs.c".
    >> Compilation failure
    Compilation terminated.
    gmake: *** [fs_qs.obj] Error 1
    "/home/roberto/Vaio/StellarisWare/boards/rdk-idm/qs-keypad/grlib_demo.c", line 25: fatal error: could not open source file "inc/hw_sysctl.h"
    1 fatal error detected in the compilation of "/home/roberto/Vaio/StellarisWare/boards/rdk-idm/qs-keypad/grlib_demo.c".
    Compilation terminated.
    gmake: *** [grlib_demo.obj] Error 1
    "/home/roberto/Vaio/StellarisWare/boards/rdk-idm/qs-keypad/images.c", line 25: fatal error: could not open source file "grlib/grlib.h"
    1 fatal error detected in the compilation of "/home/roberto/Vaio/StellarisWare/boards/rdk-idm/qs-keypad/images.c".
    Compilation terminated.
    gmake: *** [images.obj] Error 1
    Building file: /home/roberto/Vaio/StellarisWare/boards/rdk-idm/qs-keypad/fs_qs.c
    Invoking: TMS470 Compiler
    "/opt/ti/ccsv5/tools/compiler/tms470/bin/cl470" --preproc_with_compile --preproc_dependency="fs_qs.pp"  "/home/roberto/Vaio/StellarisWare/boards/rdk-idm/qs-keypad/fs_qs.c"

    >> Compilation failure
    Building file: /home/roberto/Vaio/StellarisWare/boards/rdk-idm/qs-keypad/grlib_demo.c
    Invoking: TMS470 Compiler
    "/opt/ti/ccsv5/tools/compiler/tms470/bin/cl470" --preproc_with_compile --preproc_dependency="grlib_demo.pp"  "/home/roberto/Vaio/StellarisWare/boards/rdk-idm/qs-keypad/grlib_demo.c"

    ....................

    A lot of similar lines I removed

    ....................

    >> Compilation failure
    gmake: *** [drivers/touch.obj] Error 1
    gmake: Target `all' not remade because of errors.

    **** Build Finished ****


  •  Update:

     I try'd update installation, nothing changed and still importing project never set again LM3s6918... Compiler is more unusable.. I guess version 5.2.x is a must on Linux platform.

     Anyway, I bought Keil with devkit and is not usable, none of kit has something usable out of the box nor crosstudio nor GCC makefile.

     All software packages are too much windows centric and too much version dependent too.

     Gcc fail searching for some library or wrong compiler name, IAR fail link on device library, Keil fail searching a device library...

     CCStudio for Linux is in beta and fail in a library or device descriptor search... I am afraid about Stellaris compilers

     Regards

     Roberto

  •  Update :

     Linux installation cannot compile nothing from Stellarisware examples so I installed CCStudio 5.1.1 on windows sharing the directory used with Linux result are the same so trouble come from version 5.x than Linux installation,

    Trouble appear also on others compiler as version was changed from release of stellarisware, so I try to point where trouble can come from code, library coannot be build dependence not satisfy and none of example get to success.

     Any idea of what to do to cure this threat?

     Regards

     Roberto

    here the errors on win compiler:
    **** Build of configuration Debug for project qs-keypad ****

    C:\ti\ccsv5\utils\bin\gmake -k all
    'Building file: X:/StellarisWare/boards/rdk-idm/qs-keypad/demo_images.c'
    'Invoking: ARM Compiler'
    "C:/ti/ccsv5/tools/compiler/tms470/bin/cl470" -mv7M3 -g --include_path="C:/ti/ccsv5/tools/compiler/tms470/include" --diag_warning=225 --display_error_number -me --abi=eabi --code_state=16 --preproc_with_compile --preproc_dependency="demo_images.pp"  "X:/StellarisWare/boards/rdk-idm/qs-keypad/demo_images.c"
    "X:/StellarisWare/boards/rdk-idm/qs-keypad/demo_images.c", line 25: fatal error #5: could not open source file "grlib/grlib.h"
    1 fatal error detected in the compilation of "X:/StellarisWare/boards/rdk-idm/qs-keypad/demo_images.c".
    Compilation terminated.

    >> Compilation failure
    gmake: *** [demo_images.obj] Error 1
    'Building file: X:/StellarisWare/boards/rdk-idm/qs-keypad/fs_qs.c'
    'Invoking: ARM Compiler'
    "C:/ti/ccsv5/tools/compiler/tms470/bin/cl470" -mv7M3 -g --include_path="C:/ti/ccsv5/tools/compiler/tms470/include" --diag_warning=225 --display_error_number -me --abi=eabi --code_state=16 --preproc_with_compile --preproc_dependency="fs_qs.pp"  "X:/StellarisWare/boards/rdk-idm/qs-keypad/fs_qs.c"
    "X:/StellarisWare/boards/rdk-idm/qs-keypad/fs_qs.c", line 26: fatal error #5: could not open source file "inc/hw_types.h"
    1 fatal error detected in the compilation of "X:/StellarisWare/boards/rdk-idm/qs-keypad/fs_qs.c".
    Compilation terminated.

    >> Compilation failure
    gmake: *** [fs_qs.obj] Error 1
    'Building file: X:/StellarisWare/boards/rdk-idm/qs-keypad/grlib_demo.c'
    'Invoking: ARM Compiler'
    "C:/ti/ccsv5/tools/compiler/tms470/bin/cl470" -mv7M3 -g --include_path="C:/ti/ccsv5/tools/compiler/tms470/include" --diag_warning=225 --display_error_number -me --abi=eabi --code_state=16 --preproc_with_compile --preproc_dependency="grlib_demo.pp"  "X:/StellarisWare/boards/rdk-idm/qs-keypad/grlib_demo.c"
    "X:/StellarisWare/boards/rdk-idm/qs-keypad/grlib_demo.c", line 25: fatal error #5: could not open source file "inc/hw_sysctl.h"
    1 fatal error detected in the compilation of "X:/StellarisWare/boards/rdk-idm/qs-keypad/grlib_demo.c".
    Compilation terminated.

    >> Compilation failure
    gmake: *** [grlib_demo.obj] Error 1
    'Building file: X:/StellarisWare/boards/rdk-idm/qs-keypad/images.c'
    'Invoking: ARM Compiler'
    "C:/ti/ccsv5/tools/compiler/tms470/bin/cl470" -mv7M3 -g --include_path="C:/ti/ccsv5/tools/compiler/tms470/include" --diag_warning=225 --display_error_number -me --abi=eabi --code_state=16 --preproc_with_compile --preproc_dependency="images.pp"  "X:/StellarisWare/boards/rdk-idm/qs-keypad/images.c"
    "X:/StellarisWare/boards/rdk-idm/qs-keypad/images.c", line 25: fatal error #5: could not open source file "grlib/grlib.h"
    1 fatal error detected in the compilation of "X:/StellarisWare/boards/rdk-idm/qs-keypad/images.c".
    Compilation terminated.

    >> Compilation failure
    gmake: *** [images.obj] Error 1
    'Building file: X:/StellarisWare/boards/rdk-idm/qs-keypad/log.c'
    'Invoking: ARM Compiler'
    "C:/ti/ccsv5/tools/compiler/tms470/bin/cl470" -mv7M3 -g --include_path="C:/ti/ccsv5/tools/compiler/tms470/include" --diag_warning=225 --display_error_number -me --abi=eabi --code_state=16 --preproc_with_compile --preproc_dependency="log.pp"  "X:/StellarisWare/boards/rdk-idm/qs-keypad/log.c"
    "X:/StellarisWare/boards/rdk-idm/qs-keypad/log.c", line 25: fatal error #5: could not open source file "inc/hw_ints.h"
    1 fatal error detected in the compilation of "X:/StellarisWare/boards/rdk-idm/qs-keypad/log.c".
    Compilation terminated.

    >> Compilation failure
    gmake: *** [log.obj] Error 1
    'Building file: X:/StellarisWare/boards/rdk-idm/qs-keypad/qs-keypad.c'
    'Invoking: ARM Compiler'
    "C:/ti/ccsv5/tools/compiler/tms470/bin/cl470" -mv7M3 -g --include_path="C:/ti/ccsv5/tools/compiler/tms470/include" --diag_warning=225 --display_error_number -me --abi=eabi --code_state=16 --preproc_with_compile --preproc_dependency="qs-keypad.pp"  "X:/StellarisWare/boards/rdk-idm/qs-keypad/qs-keypad.c"
    "X:/StellarisWare/boards/rdk-idm/qs-keypad/qs-keypad.c", line 26: fatal error #5: could not open source file "inc/hw_sysctl.h"
    1 fatal error detected in the compilation of "X:/StellarisWare/boards/rdk-idm/qs-keypad/qs-keypad.c".
    Compilation terminated.

    >> Compilation failure
    gmake: *** [qs-keypad.obj] Error 1
    'Building file: X:/StellarisWare/boards/rdk-idm/qs-keypad/random.c'
    'Invoking: ARM Compiler'
    "C:/ti/ccsv5/tools/compiler/tms470/bin/cl470" -mv7M3 -g --include_path="C:/ti/ccsv5/tools/compiler/tms470/include" --diag_warning=225 --display_error_number -me --abi=eabi --code_state=16 --preproc_with_compile --preproc_dependency="random.pp"  "X:/StellarisWare/boards/rdk-idm/qs-keypad/random.c"
    'Finished building: X:/StellarisWare/boards/rdk-idm/qs-keypad/random.c'
    ' '
    'Building file: X:/StellarisWare/boards/rdk-idm/qs-keypad/startup_ccs.c'
    'Invoking: ARM Compiler'
    "C:/ti/ccsv5/tools/compiler/tms470/bin/cl470" -mv7M3 -g --include_path="C:/ti/ccsv5/tools/compiler/tms470/include" --diag_warning=225 --display_error_number -me --abi=eabi --code_state=16 --preproc_with_compile --preproc_dependency="startup_ccs.pp"  "X:/StellarisWare/boards/rdk-idm/qs-keypad/startup_ccs.c"
    'Finished building: X:/StellarisWare/boards/rdk-idm/qs-keypad/startup_ccs.c'
    ' '
    'Building file: X:/StellarisWare/utils/locator.c'
    'Invoking: ARM Compiler'
    "C:/ti/ccsv5/tools/compiler/tms470/bin/cl470" -mv7M3 -g --include_path="C:/ti/ccsv5/tools/compiler/tms470/include" --diag_warning=225 --display_error_number -me --abi=eabi --code_state=16 --preproc_with_compile --preproc_dependency="utils/locator.pp" --obj_directory="utils"  "X:/StellarisWare/utils/locator.c"
    "X:/StellarisWare/utils/locator.c", line 25: fatal error #5: could not open source file "utils/locator.h"
    1 fatal error detected in the compilation of "X:/StellarisWare/utils/locator.c".
    Compilation terminated.

    >> Compilation failure
    gmake: *** [utils/locator.obj] Error 1
    'Building file: X:/StellarisWare/utils/lwiplib.c'
    'Invoking: ARM Compiler'
    "C:/ti/ccsv5/tools/compiler/tms470/bin/cl470" -mv7M3 -g --include_path="C:/ti/ccsv5/tools/compiler/tms470/include" --diag_warning=225 --display_error_number -me --abi=eabi --code_state=16 --preproc_with_compile --preproc_dependency="utils/lwiplib.pp" --obj_directory="utils"  "X:/StellarisWare/utils/lwiplib.c"
    "X:/StellarisWare/utils/lwiplib.c", line 30: fatal error #5: could not open source file "utils/lwiplib.h"
    1 fatal error detected in the compilation of "X:/StellarisWare/utils/lwiplib.c".
    Compilation terminated.

    >> Compilation failure
    gmake: *** [utils/lwiplib.obj] Error 1
    'Building file: X:/StellarisWare/utils/swupdate.c'
    'Invoking: ARM Compiler'
    "C:/ti/ccsv5/tools/compiler/tms470/bin/cl470" -mv7M3 -g --include_path="C:/ti/ccsv5/tools/compiler/tms470/include" --diag_warning=225 --display_error_number -me --abi=eabi --code_state=16 --preproc_with_compile --preproc_dependency="utils/swupdate.pp" --obj_directory="utils"  "X:/StellarisWare/utils/swupdate.c"
    "X:/StellarisWare/utils/swupdate.c", line 26: fatal error #5: could not open source file "inc/hw_nvic.h"
    1 fatal error detected in the compilation of "X:/StellarisWare/utils/swupdate.c".
    Compilation terminated.

    >> Compilation failure
    gmake: *** [utils/swupdate.obj] Error 1
    'Building file: X:/StellarisWare/utils/ustdlib.c'
    'Invoking: ARM Compiler'
    "C:/ti/ccsv5/tools/compiler/tms470/bin/cl470" -mv7M3 -g --include_path="C:/ti/ccsv5/tools/compiler/tms470/include" --diag_warning=225 --display_error_number -me --abi=eabi --code_state=16 --preproc_with_compile --preproc_dependency="utils/ustdlib.pp" --obj_directory="utils"  "X:/StellarisWare/utils/ustdlib.c"
    "X:/StellarisWare/utils/ustdlib.c", line 26: fatal error #5: could not open source file "driverlib/debug.h"
    1 fatal error detected in the compilation of "X:/StellarisWare/utils/ustdlib.c".
    Compilation terminated.

    >> Compilation failure
    gmake: *** [utils/ustdlib.obj] Error 1
    'Building file: X:/StellarisWare/third_party/lwip-1.3.1/apps/httpserver_raw/httpd.c'
    'Invoking: ARM Compiler'
    "C:/ti/ccsv5/tools/compiler/tms470/bin/cl470" -mv7M3 -g --include_path="C:/ti/ccsv5/tools/compiler/tms470/include" --diag_warning=225 --display_error_number -me --abi=eabi --code_state=16 --preproc_with_compile --preproc_dependency="third_party/lwip-1.3.1/apps/httpserver_raw/httpd.pp" --obj_directory="third_party/lwip-1.3.1/apps/httpserver_raw"  "X:/StellarisWare/third_party/lwip-1.3.1/apps/httpserver_raw/httpd.c"
    "X:/StellarisWare/third_party/lwip-1.3.1/apps/httpserver_raw/httpd.c", line 77: fatal error #5: could not open source file "lwip/debug.h"
    1 fatal error detected in the compilation of "X:/StellarisWare/third_party/lwip-1.3.1/apps/httpserver_raw/httpd.c".
    Compilation terminated.

    >> Compilation failure
    gmake: *** [third_party/lwip-1.3.1/apps/httpserver_raw/httpd.obj] Error 1
    'Building file: X:/StellarisWare/third_party/fatfs/src/ff.c'
    'Invoking: ARM Compiler'
    "C:/ti/ccsv5/tools/compiler/tms470/bin/cl470" -mv7M3 -g --include_path="C:/ti/ccsv5/tools/compiler/tms470/include" --diag_warning=225 --display_error_number -me --abi=eabi --code_state=16 --preproc_with_compile --preproc_dependency="third_party/fatfs/src/ff.pp" --obj_directory="third_party/fatfs/src"  "X:/StellarisWare/third_party/fatfs/src/ff.c"
    "X:/StellarisWare/third_party/fatfs/src/ff.c", line 1255: warning #190-D: enumerated type mixed with another type
    'Finished building: X:/StellarisWare/third_party/fatfs/src/ff.c'
    ' '
    'Building file: X:/StellarisWare/third_party/fatfs/port/mmc-rdk-idm.c'
    'Invoking: ARM Compiler'
    "C:/ti/ccsv5/tools/compiler/tms470/bin/cl470" -mv7M3 -g --include_path="C:/ti/ccsv5/tools/compiler/tms470/include" --diag_warning=225 --display_error_number -me --abi=eabi --code_state=16 --preproc_with_compile --preproc_dependency="third_party/fatfs/port/mmc-rdk-idm.pp" --obj_directory="third_party/fatfs/port"  "X:/StellarisWare/third_party/fatfs/port/mmc-rdk-idm.c"
    "X:/StellarisWare/third_party/fatfs/port/mmc-rdk-idm.c", line 13: fatal error #5: could not open source file "inc/hw_memmap.h"
    1 fatal error detected in the compilation of "X:/StellarisWare/third_party/fatfs/port/mmc-rdk-idm.c".
    Compilation terminated.

    >> Compilation failure
    gmake: *** [third_party/fatfs/port/mmc-rdk-idm.obj] Error 1
    'Building file: X:/StellarisWare/boards/rdk-idm/drivers/formike240x320x16_ili9320.c'
    'Invoking: ARM Compiler'
    "C:/ti/ccsv5/tools/compiler/tms470/bin/cl470" -mv7M3 -g --include_path="C:/ti/ccsv5/tools/compiler/tms470/include" --diag_warning=225 --display_error_number -me --abi=eabi --code_state=16 --preproc_with_compile --preproc_dependency="drivers/formike240x320x16_ili9320.pp" --obj_directory="drivers"  "X:/StellarisWare/boards/rdk-idm/drivers/formike240x320x16_ili9320.c"
    "X:/StellarisWare/boards/rdk-idm/drivers/formike240x320x16_ili9320.c", line 36: fatal error #5: could not open source file "inc/hw_gpio.h"
    1 fatal error detected in the compilation of "X:/StellarisWare/boards/rdk-idm/drivers/formike240x320x16_ili9320.c".
    Compilation terminated.

    >> Compilation failure
    gmake: *** [drivers/formike240x320x16_ili9320.obj] Error 1
    'Building file: X:/StellarisWare/boards/rdk-idm/drivers/relay.c'
    'Invoking: ARM Compiler'
    "C:/ti/ccsv5/tools/compiler/tms470/bin/cl470" -mv7M3 -g --include_path="C:/ti/ccsv5/tools/compiler/tms470/include" --diag_warning=225 --display_error_number -me --abi=eabi --code_state=16 --preproc_with_compile --preproc_dependency="drivers/relay.pp" --obj_directory="drivers"  "X:/StellarisWare/boards/rdk-idm/drivers/relay.c"
    "X:/StellarisWare/boards/rdk-idm/drivers/relay.c", line 32: fatal error #5: could not open source file "inc/hw_memmap.h"
    1 fatal error detected in the compilation of "X:/StellarisWare/boards/rdk-idm/drivers/relay.c".
    Compilation terminated.

    >> Compilation failure
    gmake: *** [drivers/relay.obj] Error 1
    'Building file: X:/StellarisWare/boards/rdk-idm/drivers/sound.c'
    'Invoking: ARM Compiler'
    "C:/ti/ccsv5/tools/compiler/tms470/bin/cl470" -mv7M3 -g --include_path="C:/ti/ccsv5/tools/compiler/tms470/include" --diag_warning=225 --display_error_number -me --abi=eabi --code_state=16 --preproc_with_compile --preproc_dependency="drivers/sound.pp" --obj_directory="drivers"  "X:/StellarisWare/boards/rdk-idm/drivers/sound.c"
    "X:/StellarisWare/boards/rdk-idm/drivers/sound.c", line 32: fatal error #5: could not open source file "inc/hw_ints.h"
    1 fatal error detected in the compilation of "X:/StellarisWare/boards/rdk-idm/drivers/sound.c".
    Compilation terminated.

    >> Compilation failure
    gmake: *** [drivers/sound.obj] Error 1
    'Building file: X:/StellarisWare/boards/rdk-idm/drivers/touch.c'
    'Invoking: ARM Compiler'
    "C:/ti/ccsv5/tools/compiler/tms470/bin/cl470" -mv7M3 -g --include_path="C:/ti/ccsv5/tools/compiler/tms470/include" --diag_warning=225 --display_error_number -me --abi=eabi --code_state=16 --preproc_with_compile --preproc_dependency="drivers/touch.pp" --obj_directory="drivers"  "X:/StellarisWare/boards/rdk-idm/drivers/touch.c"
    "X:/StellarisWare/boards/rdk-idm/drivers/touch.c", line 32: fatal error #5: could not open source file "inc/hw_adc.h"
    1 fatal error detected in the compilation of "X:/StellarisWare/boards/rdk-idm/drivers/touch.c".
    Compilation terminated.

    >> Compilation failure
    gmake: *** [drivers/touch.obj] Error 1
    gmake: Target `all' not remade because of errors.

    **** Build Finished ****


  •  Last Update with a good progress (finally... code compiled), on Linux version there is no way to get examples compiled, I wait 5.1.1 release, also on windows need import the project and dependant library project then recompile library before to build the code, main linker error come from library built with 4.x version, none of demo compiler worked than CCS.

     Windows compiler is much more slow than Linux one but can serve my job for now.

     Compiler doesn't satisfy dependences, I try on next check automatically import to see what happen, but for now I grasped how to do compilation and link.

     Every board has different makefile and library, installation simply overwrite without a check of file date, a global Stellarisware or version check on single installation can be useful to avoid library corruption or downgrade.

     Every board example insist on same directory structure mangling makefiles, I compared by diff and I selected the most recent one reinstalling packages in the increasing version number ordering.

     I can now compile succesfully lm3s6918 and lb3s9xxx examples I need customize and get acquainted with.

     Regards

     Roberto

  • Lisa TI said:
    Compare to the versions that came with the installation.  Hopefully this will get you going ..

     Hi Lisa, after reordering all packages by ascending revision number I found this page, on middle there where a complete stellarisware packages all board more recent number, I think may be better to move this on to top of list.

     Regards

     Roberto

  • Hi Roberto,

    I am glad to hear you managed to struggle through setting everything up to work with Stellaris.   This is something that will thankfully eventually be "officially" supported.

    Thanks for the update and all the best with development.

    Best Regards,
    Lisa

  •  Hi Lisa, I fear some more cleaning have to apply to Stellarisware library/packaging otherwise a new user without programming experience can be scared of thing that work or not everytime you touch environment. ALso for me complete analysis costed 15 days of frustration on how to make thing up and running.

     CCS environment is too much complex to setup, I tell you on progress when 5.1.1 Linux version come.

     Regards

     Roberto

  •  Linux version 5.1.1 come out but still Stellaris and MSP are not supported and nothing can be build, Need wait may 5.2.x version to come.

     Regards