Skip to content
Snippets Groups Projects
Commit a86f7e74 authored by Michael Thies's avatar Michael Thies
Browse files

Fix armhf cross compiling with missing libc6-dev-armhf-cross package

parent 1ecd8b81
No related branches found
No related tags found
No related merge requests found
FROM ubuntu:19.04
RUN ln -fs /usr/share/zoneinfo/Europe/Berlin /etc/localtime && apt-get update -qq && apt-get install -y -qq --no-install-recommends gcc libc6-dev make git bison flex tcl cmake gcc-arm-linux-gnueabihf gcc-mingw-w64-x86-64 binutils-mingw-w64-x86-64
RUN ln -fs /usr/share/zoneinfo/Europe/Berlin /etc/localtime && apt-get update -qq && apt-get install -y -qq --no-install-recommends gcc libc6-dev make git bison flex tcl cmake gcc-arm-linux-gnueabihf libc6-dev-armhf-cross gcc-mingw-w64-x86-64 binutils-mingw-w64-x86-64
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment