Submit and vote on feature ideas.

Welcome to the new Parasoft forums! We hope you will enjoy the site and try out some of the new features, like sharing an idea you may have for one of our products or following a category.

Multiple linker errors when using unit tests for a Keil µVision project

Options
KarstenSimon
KarstenSimon Posts: 1

Hello, I have a linker issue when using unit tests (cpptest) for a Keil µVision project.
The versions are:
Keil Arm MDK 5.27 (Windows 10)
Parasoft C/C++test Professional 10.5.0.20201022B1126 (Standalone)

The project was created by importing the batch generated from Keil IDE.
Generating Unit tests and stubs works fine, but running a test results in multiple
Error: L6218E: Undefined symbol cpptestDsMethodNotInitialized (referred from bundled_address_check.o). Error: L6218E: Undefined symbol cpptestXyz (referred from bundled_address_check.o).
After searching this forum I suspect the build settings, but even after some reconfiguring, there is no success.