I am attempting to get the "Syncor Unit Testing Framework" working on the SB700EX hardware. I followed the instructions in the screencast and this post "Porting the Syncor Unit Test Framework to a new platform"
But I am getting the following errors
Code: Select all
X:\nburn\NBEclipse\workspace\SyncorUnitTest_Framework\lib\UnitTest++.a(TimeHelpers.o): In function `UnitTest::Timer::GetTimeInTicks() const':
C:\SW_DEV\NBEclipse\NBEclipse_CurrentProjects\UnitTest++\Release/..\src\NetBurner/TimeHelpers.cpp:39: undefined reference to `BspGetTickFraction'
X:\nburn\NBEclipse\workspace\SyncorUnitTest_Framework\lib\UnitTest++.a(TimeHelpers.o): In function `UnitTest::Timer::SetMaxFractionalCount()':
C:\SW_DEV\NBEclipse\NBEclipse_CurrentProjects\UnitTest++\Release/..\src\NetBurner/TimeHelpers.cpp:50: undefined reference to `BspGetTickFraction'
* Note: I do NOT have the source code for TimeHelpers.cpp it is included from a library.
I have attempted a few things to fix this problem, such as adding
Code: Select all
#include <Bsp.h>
I am running out of ideas.
* Cross posted to a few different locations *