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.
All:
I am trying to run cl55 on a command line, and I started by using the hello example from CCS 5.3 - copied the "Summary of flags set" to the command line.
C:\cl55cmdline>cl55 -v5515 --memory_model=large -g --include_path="C:/ccs53/ccsv
5/tools/compiler/c5500_4.4.1/include" --define=c5505 --display_error_number --di
ag_warning=225 --ptrdiff_size=16 hello.c
I get the following error - how do I fix this?
>> ERROR: cannot run acp55 - invalid argument mode
What is the value of your PATH environment variable? Does it have any quotes in it? It should not have any quotes, single or double, unless it is actually part of the name.
I am unable to reproduce this. Are you sure you have the PATH set to the appropriate \bin directory for the correct version of C55x codegen tools?