필터 지우기
필터 지우기

Info

이 질문은 마감되었습니다. 편집하거나 답변을 올리려면 질문을 다시 여십시오.

Fix Linux Postbuild Tool CCSv6

조회 수: 1 (최근 30일)
Thales Maia
Thales Maia 2017년 7월 14일
마감: MATLAB Answer Bot 2021년 8월 20일
Hi, I've searched but couldn't find how I can change the postbuild tool configurations.
I'm trying to upload my hex file to my TI C2000 F28027 with Simulink but I have wrong parameters.
### Invoking postbuild tool Download ...
/home/thales/Programas/TI/ccsv6/tools/compiler/c2000_15.12.3.LTS/../../../ccs_base/scripting/bin/dss.bat /home/thales/Programas/MATLAB/R2017a/toolbox/idelink/extensions/ticcs/ccsdemos/runProgram.js /home/thales/Programas/TI/Target/PicolloF28027.ccxml ../BlinkF28027.out
dss.bat is the Windows script. It should be dss.sh instead of dss.bat.
My workaround was to create a symbolic to the file but I'm not happy. I want to know where and how I can edit postbuild infos.
mv dss.bat dss.bat.orig
ln -s dss.bat dss.sh
  댓글 수: 1
Thales Maia
Thales Maia 2017년 7월 14일
ln -s dss.sh dss.bat

답변 (0개)

이 질문은 마감되었습니다.

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by