I am trying to compile C:\Keil_v5\ARM\Boards\Keil\MCB4300\RL\TCPnet\FTP_demo project (I have legacy v4 pack installed on the MDK v5). When building, I get the following error .\Obj\FTP_demo.axf: error: L6002U: Could not open file C:\Keil\ARM\RV31\LIB\TCP_CM3.lib: No such file or directory
I have the following library C:\Keil_v5\ARM\RV31\LIB\ has TCP_CM3.lib. So I just need to modify the path name.
Under Options for Target "LCP4357 Flash" I could not find a path to modify.. I thought I would find something like "C:\Keil\ARM\RV31\LIB\TCP_CM3.lib" and I can modify it to "C:\Keil_v5\ARM\RV31\LIB\TCP_CM3.lib". Nothing like that was found under the linker tab.
Linker tab: scatter file looks empty. Linker control string looks like below --cpu Cortex-M4 *.o --strict --scatter ".\Obj\FTP_demo.sct" --summary_stderr --info summarysizes --map --xref --callgraph --symbols --info sizes --info totals --info unused --info veneers --list ".\Lst\FTP_demo.map" -o .\Obj\FTP_demo.axf
If I try other tabs like "Asm" or "C/C++" I did not see any path like "C:\Keil". It has the correct path of "C:\Keil_v5". Please let me know where i need to make the changes.