2020-06-26 01:19 AM
In this image, I have created a new build configuration of Test inside the project & trying to add external library (.a) of CppUTest but not getting add library and library path option. Could you guide me on how to add libraries to any new build configuration created within a project ?
Awaiting your early response.
Thanks
Ritu
2020-06-26 05:38 AM
Here is one example extracted from STM32Cube AI pack setup. I guess you have to apply same.
2020-06-27 01:07 AM
This option is also not coming for New Build Configuration.
2020-06-28 12:16 AM
Here just a context issue ... have try asking for properties on project folder instead your compilation folder ... you will see much more options.
2020-06-30 01:23 AM
I intent to include unit test for my firmware for which I have added New build configuration named "Test" (you can see in above pic). I just need to link library of CppUTest to this build configuration so that it doesn't affect the build of the firmware. If you have any other suggestion/way to do this, please help with it.
2020-06-30 02:57 AM
Not sure to get your issue here then ? I've provided you way to get access to proper option and their setup so ???
2020-06-30 07:45 AM
There are as always in Eclipse tools many ways to set this up. But I agree with @Cartu38 OpenDev, in your last screenshot you are accessing the properties for only the "test" folder. This is not the place where you can make general project changes.
You need to do this:
All-in-all you are almost on the right track.