How to suppress TI C2000 Compiler Warning
4 Ansichten (letzte 30 Tage)
Ältere Kommentare anzeigen
Gergely Szabó
am 15 Feb. 2021
Bearbeitet: Gergely Szabó
am 21 Dez. 2021
Hello everyone,
In one of my configuration reference I use set the Device Board to None, the Device Vendor to Texas Instruments and the Device Type to C2000.
During code generation I get the following warning:
Warning: "Texas Instruments Code Composer Studio (C2000)" is selected as Toolchain on
the "Code Generation" pane of the configuration parameters. "None", selected as "Target
Hardware" on the same pane, is not known to be compatible with the tool chain, in which
case errors may follow. Consider selecting a "Target Hardware" compatible with the tool
chain.
How can I suppress this warning? I don't want to set the Device Board to one of the Launcpads or ControlCard, since they add many additional files, which I don't want ot use.
0 Kommentare
Akzeptierte Antwort
Abhishek Gupta
am 18 Feb. 2021
Hi,
Referring to the following MATLAB documentation, which might help you in suppressing the warning: -
2 Kommentare
Weitere Antworten (0)
Siehe auch
Produkte
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!