ESROCOS / esrocos-docker

Dockerfile and run script for dockerized esrocos installation
1 stars 1 forks source link

Error in the installation phase #1

Open liesrock opened 4 years ago

liesrock commented 4 years ago

Thanks for the esrocos docker image. I have the following error at the end of the installation script:

  ERROR: got an error processing tools/imagetransfer, waiting for pending jobs to end
  built typelib (5 warnings)
  building rtt (95%)
 
  built rtt (4 warnings)
  updated environment
Command failed
tools/imagetransfer(/root/esrocos_workspace/tools/imagetransfer): failed in build phase
    'make -j1' returned status 2
    see /root/esrocos_workspace/install/log/tools/imagetransfer-build.log for details
    last 10 lines are:
 
        (file "/root/tool-src/ellidiss-GUI/TASTE-linux/bin/TASTE/lib/application/mainTaste.tcl" line 7)
        invoked from within
    "source      $startup"
        (file "/root/tool-src/ellidiss-GUI/TASTE-linux/bin/TASTE/main.tcl" line 38)
    model/CMakeFiles/imagetransfer.dir/build.make:71: recipe for target 'model/binary.c/binaries/x86_partition' failed
    make[2]: *** [model/binary.c/binaries/x86_partition] Error 1
    CMakeFiles/Makefile2:206: recipe for target 'model/CMakeFiles/imagetransfer.dir/all' failed
    make[1]: *** [model/CMakeFiles/imagetransfer.dir/all] Error 2
    Makefile:127: recipe for target 'all' failed
    make: *** [all] Error 2

Can you help me on this?