Other Parts Discussed in Thread: SYSBIOS
Long story, but here is goes. We recently updated all our tools to the latest and greatest version (SYSBIOS, XDCTOOLS, NDK, EDMA3 LLD, etc). After running with all the new tools, our project crashes. So we began backing things out to find the one that broke the project. I've narrowed it down SYSBIOS 6.35.01.29 which fails (6.35.0.20 works).
We have to rebuild our SYSBIOS because we need to turn on some FATFS options that aren't on by default. Because I have multiple version of XDCTOOLS installed (3.24.06.63 and 3.25.00.48 and 3.25.02.70), when I rebuilt SYSBIOS I would rename the XDCTOOLS folders that I wasn't using with an _old suffix. This forced me to make sure the correct XDCTOOLS were defined in bios.mak and windows was using the correct version of gmake.exe.
During one of my experiments of rebuilding SYSBIOS 6.35.01.29 with a different package of XDCTOOLS, I forgot to remove the _old suffix from the XDCTOOLS folders I wasn't using. When I fired up CCSv5, and went into Project->Properties->General->RTSC tab, only one version of XDCTOOLS is available via the XDCtools version drop down. I exited CCSv5, removed the _old suffix from the XDCTOOLS folders, re-launched CCSv5, but the drop down still only shows one version.
Bottom line, 3.24.06.63 is the only available option via the drop down (3.25.00.48 and 3.25.02.70 are missing). Does anyone have any advice?
Thanks, Dean