Reply To: Error from C++ compiler after adding SystemConfigurationPackage marking

homepage Forums BridgePoint Development and Integrations Error from C++ compiler after adding SystemConfigurationPackage marking Reply To: Error from C++ compiler after adding SystemConfigurationPackage marking

#5281
keithbrown
Keymaster

As of BridgePoint 5, the source archetypes for the model compilers are included in the installation. For example, the C++ arcs are found in /eclipse/plugins/org.xtuml.bp.mc.cpp.source_5.1.0/mc3020/arc

On github, the c++ specific arcs are “shared” with the SystemC arcs. The output differences are determined by markings. It is important to note that the C and C++ arcs share a lot of common functionality. Thus, when you look at https://github.com/xtuml/mc/tree/master/arc you see all the common/shared archetypes. The ones that are specific to each model compiler are then found in the c/ and sysc/ subdirs.

Cheers,
Keith