This discussion has been locked.
You can no longer post new replies to this discussion. If you have a question you can start a new discussion

Building Development Studio Projects in (Docker) Containers

We have a small fleet of DS-5/Development Studio projects that target Cyclone V and we're interested in building these projects in containers. Some questions:

  • Our developers currently use Intel's ESW-DS-FIX node locked license. Is there a floating version of this? If not, what's the most cost effective alternative that will work with a container?
  • Is there a pre-existing container image that can build a DS-5/Dev Studio project by calling eclipse.exe in headless build mode?
  • For MSVC/Fortran/gcc, etc. we've started using tools like CMake instead of relying on the IDE for automated builds. Is there a similar toolchain in this area? Is eclipse in headless build mode the way to go?
Parents
  • AFAIK the next 4 steps for us are:

    1. Automating the builds in containers with an on-prem instance of GitLab. I'm working on installing Dev Studio Intel Edition in an image now.
    2. Automating static analysis and reporting the results to GitLab.
    3. Automating unit tests.
    4. Automating integration tests in some kind of emulated platform.

    I'm a DevOps engineer that's relatively new to embedded systems so I don't know what #4 looks like yet.

Reply
  • AFAIK the next 4 steps for us are:

    1. Automating the builds in containers with an on-prem instance of GitLab. I'm working on installing Dev Studio Intel Edition in an image now.
    2. Automating static analysis and reporting the results to GitLab.
    3. Automating unit tests.
    4. Automating integration tests in some kind of emulated platform.

    I'm a DevOps engineer that's relatively new to embedded systems so I don't know what #4 looks like yet.

Children