in order to restore PNEV5190B to its original state,
I follow the steps of the: PNEV5190B evaluation board quick start guide
But it can't success, when I build the project “DownloadLibEx1”
Solved! Go to Solution.
Being a linking error, linker does not find required libraries. I suggest you double check "MCU Linker" section of the build tools settings and make sure the library search paths are OK.
Also, make sure dependencies between projects are correct and you build the required build configurations for needed projects. In your case, maybe DownloadLibEx1 with active build config "debug", refers the library built by "debug" from SDK_2.x_FRDM-K82F. However, you're building "release" target, thus the library you need is not present. It's just an assumption.
Regards,
MCUXpresso IDE Support
Being a linking error, linker does not find required libraries. I suggest you double check "MCU Linker" section of the build tools settings and make sure the library search paths are OK.
Also, make sure dependencies between projects are correct and you build the required build configurations for needed projects. In your case, maybe DownloadLibEx1 with active build config "debug", refers the library built by "debug" from SDK_2.x_FRDM-K82F. However, you're building "release" target, thus the library you need is not present. It's just an assumption.
Regards,
MCUXpresso IDE Support
After I changed the path, it can be successfully built. Sincerely thank you!
The above project DownloadLibEx1 from SW6592
However, after following the steps, the download LibEx1 compilation was unsuccessful and displayed as the following error:
May I ask how this can be resolved? Thank you for your timely help.
Sincerely thank you all for your help
Hello, my name is Pavel, and I will be supporting your case, let me get into your case and when I have more information, I will contact you.
What do you want to try?
Best regards,
Pavel