Building the C++ SDK Library
Automated Build with Script
./build_and_stage.shbuild_and_stage.bat
staging/
├── docs/
├── examples/
│ ├── i3c_cccs/
│ ├── i3c_ibis/
│ ├── i3c_ICM42605/
│ ├── list_devices/
│ ├── mock_notifications/
│ ├── nova_breathing_leds/
│ ├── sample_app_using_sample_library/
│ ├── sample_library/
│ ├── supernova_101/
│ ├── supernova_i2c/
│ ├── supernova_i2c_benchmark/
│ └── supernova_spi/
├── include/
│ ├── bridge_reader.h
│ ├── BridgeReader_windows.h
│ ├── CommandDispatcher.h
│ ├── CommandManager.h
│ ├── CommandRequest.h
│ ├── CommandResponse.h
│ └── definitions.h
└── lib/
├── libbmc_sdk_static.a
├── libbmc_sdk.1.1.0.dylib
├── libbmc_sdk.1.dylib
├── libbmc_sdk.dylibManual Build Instructions
Prerequisites:
macOS & Linux Instructions:
Windows Instructions:
Output:
Last updated