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.

Segmentation Fault error

Other Parts Discussed in Thread: TMS320F28335, CCSTUDIO

Upon checking the Build option for floating Point support.  I added rts2800_fpu32.lib to linker includes and to the project.

I get the following error where as previously there were none.  \c2000\cgtools\bin\asm2000.exe experienced a segmentation fault processing section .text file

I'm just starting out so the simplest answer the better.  Thanks.

  • Which version of CCS and compiler tools are you using? In newer/current versions of CCS, when you select a device with floating point support, the appropriate runtime library will be automatically selected for you. If you can provide more details on your version of tools and how you created/set up your project that would be helpful.

  • I'm running eZdsp TMS320F28335. CCStudio V3.3.  I have a daughter A/D D/A  board on the DSP. LR-F28335DAQ.   I am running the daq_non_bios.pjt.  

  • I am not familiar with the daq_non_bios.pjt project but CCS 3.3 is very old and not actively supported any more. Are you in a position to update to the latest CCS, v5.2 or do you have to stay with CCS 3.3? If you have to stay with CCS 3.3, you may be able to update to a newer version of the compiler tools to get around the error (newer compiler toolls are available from Help->Update Advisor), but for that you would need a full version of CCS (not the DSK version).

  • I can get a hold of Code Composer Studio v5.  I will update to this and see what happens.