Tool/software: Code Composer Studio
Hello
My project is Ble5 simple peripheral
The program had problems finding the files "build_config.opt" and "flashRom_library.lib"
I figured out that the directories of those files weren't right because there was a variable in the directory that was not defined.
So I could define the variable and correct the directory of just "build_config.opt
So the errors related to "build_config.opt" were solved. But the problems related to "flashRom_library.lib" were not.
The program cannot find 3 files: "ble_r2.symbols" , "lib_linker.cmd" , ".lib"
I couldnt find such files either.
I tried all of the solutions mentioned in other threads but it didn't work for me.