Error installing datalayer.provide.all-data example on CORE Virtual

Hello @all,

after succesfully building and installing the "Hello World" example, I just built the cpp-example "datalayer.provide.all-data" and tried to install it on a CORE Virtual device.

However, the installation doesn't work. Only some red "empty" error message box is shown. In the diagnostics logbook also some error messages can be found.
I attached screenshots of them to this posting.

What did I do wrong here?

 

 

Best reply by CodeShepherd

The main difference between version 1.10.x and 1.12.x is that the system was based on core18 and is now based on core20. So if you build  an SDK 1.12 example it will need a system of the same version.

name: sdk-cpp-alldata
version: "2.0.0"
grade: stable
summary: SDK sample app in cpp - provides Data Layer nodes with different data types
description: |
  This app provides two Data Layer branches, each branch initialy has nodes with all simple data types and one flatbuffers type.
  The 'static' branch allows only read access. 
  The 'dynamic' branch allows read and write access of each node.
  Furthermore nodes can be added.
title: sdk-cpp-alldata
base: core20
confinement: strict

 

View original
Error2.JPG
49.67KB
Error3.JPG
101.66KB
Error1.JPG
108.4KB
5 replies