siemens / siapp-sdk

Software Development Kit to build SIAPPs
Other
20 stars 12 forks source link

Unable to build CodeSnippets #5

Closed MadhavPK closed 2 years ago

MadhavPK commented 2 years ago

Hello, I am using Docker in WSL Ubuntu 20.04. I am facing an issue while building CodeSnippet project in WSL using python3 image Same is with DemoProject image

and DemoSshd image

lukas-wimmer commented 2 years ago

Hello, can you send us the following information?

Seems like your docker installation does not support multi arch.

You can try to use qemu instead:

MadhavPK commented 2 years ago

Hello Lukas, WSL Version: 2 WSL distribution: Ubuntu 20.04.4 LTS Docker version: 20.10.13

Thank you very much Lukas for the suggestion. After following the README, I was able to build and run all 3 projects and siapp file is generated in build directory. The issue I am facing now is that the SIAPP EMULATION and Data Simulation cmd prompts are not opening but applications seems to be working fine.

lukas-wimmer commented 2 years ago

We have discussed the problem internally. Currently, a pure command line prompt like in WSL is unfortunately not supported. But we will put the problem on our feature list.