Part Number: TM4C1294NCPDT
Tool/software: Code Composer Studio
Hello all,
Working on a PC recently updated to Windows 10 64, using CCS 10.0.0.00010. Previous version was the most recent CCS 9, in a Win 7 64 machine.
Now, when compiling a project for TM4C, I'm getting all sorts of errors. This project is no-OS, highly "Tivaware based".
First, a lot of errors of invalid arguments which made no sense came up. For example, a simple memcpy((void*)destarray, (const void*)sourcearray, 4); gives invalid arguments and I couldn't figure it out. But let's skip this for a second... Went to a different project, got "weird" errors again (sorry about the lack of clarity at this point).
So going in circles, some reasonable attempts. Rebuilt the static libraries used; rebuilt the indexes on the project. Went back and forth between last Tivaware 2.14.178 and current 2.20.295. Installed the last known to work compiler (TI 18.12.5), rebuilt everything again... Errors seem to be diminishing to the current stage. Back to current LTS compiler 20.2.1.
Project uses lwip. Both on locator.c and ustdlib.c, I now get errors of "Function '__va_parmadr' could not be resolved. The external lwip-1.4.1 is clearly coming from Tivaware's 2.20.295 third_party directory, and I don't know where to go from here.
Thanks for the help.
Bruno