Hi,
I am adding additional linker inputs to my project under the MSBuild settings->Additional Linker Inputs option. I can browse to the required file and select it:
<span>$(BuildDir)\protocol\bluetooth\lib\EFR32MG12P\GCC\binapploader.o</span>
but when I come to compile I get the error:
<span>Error /protocol/bluetooth/lib/EFR32MG12P/GCC/binapploader.o: No such file or directory…
</span>
This is a standalone project and I am using VGDB 5.4R3.
How to fix this please?
PS – If I change to use an absolute path it is OK. I have also checked the BuildDir is correct.
-
This topic was modified 5 years, 6 months ago by ChangedDaily.