Tool/software: Code Composer Studio
Hello, I have an existing project which compiled and functioned normally, using GNU GCC v7.2.1.
I've recently upgraded to CCS Version 10.1.0.00010, and am now trying to use GNU GCC v9.2.1.
After changing GNU GCC versions, my code drops me to the FaultISR after trying to call setenv().
setenv("TZ", "CST6CDT", 1);
Can someone please advise me as to why this is, and how to recover the use of setenv()?