Configuration of CSP

269 views
Skip to first unread message

komro...@gmail.com

unread,
Nov 24, 2017, 9:49:31 AM11/24/17
to cubesat-space-protocol
Hello,

i want to install FreeRTOS with CSP on a Mikrocontroller from Texas Instruments and have a problem with the configuration of CSP on the waf build system. Windows 7 is used for the CSP creation. My Toolchain is the Code Composer Studio 7.2.0..

I tried to configure CSP with the command: python waf configure --toolchain=CCS- --with-os=freertos --prefix=install. But the waf build system can not find the compiler ( Program ['CCS-gcc'] is not executable).

Then i changed the Compiler to Atmel Studio 7 for testing and use the command: python waf configure --toolchain=avr32- --with-os=freertos --prefix=install. But the same error occur.

can you help me to solve this problem? Thank you.

best regards

Mohamed Saied

unread,
Nov 24, 2017, 9:17:34 PM11/24/17
to cubesat-space-protocol
You should first modify the wscript to use it with your microcontroller, for example if you use C3 AVR32 , you need to change  variables to the CFLAGS: ’-mpart=uc3a3256’  ’-DBOARD=USER BOARD’  ’-ARCH=ucr2’
those changes in the wscript under #setup CFLAGS 

komro...@gmail.com

unread,
Nov 25, 2017, 2:44:15 PM11/25/17
to cubesat-space-protocol
Thank you for the answer. I tried this with the variables for avr32. But the same error occour.

Where can i find the right variables for code composer studio, my mikrocontroller and a CAN interface?

Muhammad Ibrahim

unread,
Jan 19, 2020, 2:36:38 AM1/19/20
to cubesat-space-protocol
Hi Komoro…

You Can Only Configure/build CSP using gcc compiler. I don't think that CCS v7.2.0 compiler is gcc based. You can try using Gcc compiler for ARM if you are using ARM Architecture.
Reply all
Reply to author
Forward
0 new messages