I have been trying to migrate The Tivaware SDK from ARM Compiler5 to 6, for some reason when I try to build the Blinky example, it gives me this error:
assembling startup_rvmdk.S...
linking...
.\rvmdk\blinky.axf: error: L6002U: Could not open file .\rvmdk\startup_rvmdk.o: No such file or directory
Not enough information to list image symbols.
Not enough information to list load addresses in the image map.
Finished: 2 information, 0 warning, 0 error and 1 fatal error messages.
".\rvmdk\blinky.axf" - 1 Error(s), 0 Warning(s).
Target not created.
I tried using the "Migrate Pack" Option, but it doesn't seem to solve anything.