CCS should properly format build options to compiler depending on host OS.

XMLWordPrintable

    • Type: Bug
    • Resolution: Unresolved
    • Priority: Medium

      The host OS shell being used can impact how the sting passed to the compiler is handled.

      For example, when passing in the following string to the compiler:

      -DDebug_REMOVE(...)=/.../

      There is no issue on Windows. However it will cause an issue on the Linux shell:

      "Badly placed ()'s."

      In the above case, wrapping the option in single quotes works:

      '-DDebug_REMOVE(...)=/.../'

      On most linux shells, single quotes always tells the shell to not process anything inside the quotes, but to pass it on exactly as is.

      Backslashes can also be used to escape the parenthesis. However, the request is for the IDE to be aware of the host OS and handle this automatically.

            Assignee:
            TI User
            Reporter:
            TI User
            Votes:
            0 Vote for this issue
            Watchers:
            2 Start watching this issue

              Created:
              Updated:

                Connection: Intermediate to External PROD System
                EXTSYNC-5365 - CCS should properly format build op...
                SYNCHRONIZED
                • Last Sync Date: