Other Parts Discussed in Thread: SYSBIOS
Tool/software: TI-RTOS
HI,
I have tried a couple of attempts at installing CCS, tirtos and wolfssl but both have failed. The first attempt, I installed the latest ver (7.0) of CCS, the tivacware, tirtos 2.16.01.14, and wolfssl 3.10. Followed the wolfssl build instructions at the following: http://processors.wiki.ti.com/index.php/Using_wolfSSL_with_TI-RTOS#Targets
Set up the wolfssl\tirtos\products.mak as directed in the wiki. Launched the build using gmake (I'm working on a win7 laptop) in a windows cmd shell. After a lot of console output, an error appeared (I didn't write it down). I searched TI forums and found a discussion from ~2 months ago dealing with the same error. The responder stated that wolfssl hasn't been tested with CCS yet and to switch to wolfssl 3.9.6.
I downloaded that and repeated the steps on the wiki. Got the following error:
Gmake: *** No rule to make target ‘uf’ stop.
(note that the u has an ^ character above it in the console output).
After a couple of hours of poking around the forums, decided to try switching from CCS 7 to 6.2.
Installed into C:\ti\ccs620. Moved wolfssi from ccs7 over to c:\ti\ccsv6\ folder.
After getting this to run, dug into the TM4C129ED_UG, p. 23 states tirtos v2.14.00.10 or later will work with the demo board IoT app, with any wolfssl ver from 3.6.6 onwards. However, in the CCS Resource Explorer, only shows TI-RTOS for Tivac ver v2.16.00.08. So which should I use? Lets try downloading the one that CCS 6.2 is pointing to, into c:\ti\ccs620. Downloaded from here:
http://software-dl.ti.com/dsps/dsps_public_sw/sdo_sb/targetcontent/tirtos/index.html
However, there is a note on the above page to download/install via CCS AppCenter. Opened App Cntr and searched tirtos – was directed to go into Resource Explorer. There is a tirtos for tivaC there – used the download arrow icon on the right of the page – started download/installed. Said it was saving to desktop – got installed into
C:\ti\tirex-content
. Why/how I have no clue.
After install, a window popped up regarding dependencies - directing to select xdctools-3.32.00.06.
Note that there is already a xdctools-3.32.01.22_core in the ccs620 folder. Select OK – started another download.
Installed to
C:\ti\tirex-content
. Another window opened asking to install new products, tirtos and xdctools.
After it did its install, asked to restart CCS.
Try leaving wolfssl where I have it now, in c:\ti\ccs620
After edit of products.mak in
C:\ti\ccs620\wolfssl\tirtos
, from this folder, run build:
..\..\..\
tirex-content\
xdctools_3_32_00_06_core\gmake.exe –f wolfssl.mak all
Resulted in same error as before: Gmake: *** No rule to make target ‘uf’ stop.
No clue what to do about this, I've exhausted all the searches I can think of on the forums. Hope someone can help?
Thank you.