-
Notifications
You must be signed in to change notification settings - Fork 41
Open
Labels
bugSomething isn't workingSomething isn't working
Description
Describe the bug
Build the totalcross VM for arm32v7 is not possible.
Devices:
Please complete the following information:
- Distributor ID: Ubuntu Description: Ubuntu 18.04.5 LTS
- cmake version 3.10.2
- Docker version 20.10.8, build 3967b7d
- TotalCross Version: latest from master branch
- Architecture: arm32v7
To Reproduce
git clone https://github.com/TotalCross/totalcross.git
cd totalcross/TotalCrossVM/docker/arm32v7
sudo ./build-docker.sh
=> ERROR [build 7/7] RUN cmake /sources -G Ninja && ninja 0.4s
------
> [build 7/7] RUN cmake /sources -G Ninja && ninja:
#11 0.345 CMake Error: The source directory "/sources" does not appear to contain CMakeLists.txt.
#11 0.345 Specify --help for usage, or press the help button on the CMake GUI.
------
Dockerfile:70
--------------------
68 | COPY . /sources
69 |
70 | >>> RUN cmake /sources -G Ninja && ninja
71 |
72 | CMD ["/bin/bash", "-c", "make", "-j$(($(nproc) + 2))", "-f", "${BUILD_FOLDER}/Makefile"]
--------------------
error: failed to solve: process "/bin/sh -c cmake /sources -G Ninja && ninja" did not complete successfully: exit code: 1
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
bugSomething isn't workingSomething isn't working