Hi,

I have successfully ported UnitTest++ into a number of environments from TI and 
Analog Devices across multi-families of embedded processors.

I have ports for Analog Devices SHARC and Blackfin processors under their old 
IDDE VisualDSP.  I have imported this project into their new CrossCore CCES 
environment based around Eclipse.

Key issue - valid VDSP projects  when converted to CCES give me error messages 
of the form

[Error li1021]  The following symbols referenced in processor 'p0' could not be 
resolved:        'Typeinfo for 
UnitTest::DeferredTestReporter[__ZTIN8UnitTest20DeferredTestReporterE]'   
referenced from '.\TestDeferredTestReporter.doj
'Typeinfo for std::ios_base [__ZTISt8ios_base]' referenced from        
'..\..\..\NewUnitTestLibs_BF533\Release\NewUnitTestLibs_BF533.dlb[Test.doj]'

I can do a temp fix on the first by removing the file, but the second one I 
must fix

The comments from Analog Help is "Does your project rely on any preprocessor 
macro definitions? There is a known issue with the project import wizard where 
the Compiler Preprocessor macro definitions are not correctly applied to the 
imported project. I recommend checking these settings as a starting point."

I would consider UnitTest all preprocessor definitions.

Anybody got an idea what I should be looking for?

Thanks






Michael Smith Ph. D., P. Eng.,
Professor, Department of Electrical and Computer Engineering.
Adjunct Professor, Department of Radiology, University of Calgary.
Analog Devices University Ambassador.

Electrical and Computer Engineering,      Voice: (+1) 403-220-6142
University of Calgary, Calgary,           Fax: (+1) 403-282-6855
Alberta, Canada T2N1N4                    Email: mike.sm...@ucalgary.ca
Web site: enel.ucalgary.ca/People/Smith/  Skype: MikeSmithCanada

Experience can't be taught; Experience can only be earned.

------------------------------------------------------------------------------
See everything from the browser to the database with AppDynamics
Get end-to-end visibility with application monitoring from AppDynamics
Isolate bottlenecks and diagnose root cause in seconds.
Start your free trial of AppDynamics Pro today!
http://pubads.g.doubleclick.net/gampad/clk?id=48808831&iu=/4140/ostg.clktrk
_______________________________________________
unittest-cpp-devel mailing list
unittest-cpp-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/unittest-cpp-devel

Reply via email to