halfmanhalftaco / fpga-docker

Tools for running FPGA vendor toolchains with Docker
70 stars 14 forks source link

Make build errors. #2

Open KileXt opened 2 years ago

KileXt commented 2 years ago

Hi, I was happy to find this docker setup but unfortunately I am stumblign on build issues:

_make[1]: Entering directory '/home/kilext/DockerArch/fpga-docker/fpga-base/centos6' make[1]: Nothing to be done for 'all'. make[1]: Leaving directory '/home/kilext/DockerArch/fpga-docker/fpga-base/centos6' make[1]: Entering directory '/home/kilext/DockerArch/fpga-docker/Intel_Quartus_Prime_18.0' Sending build context to Docker daemon 6.618GB Step 1/9 : FROM fpga-base:centos6 as install ---> c1aa8001c57e Step 2/9 : LABEL com.halfmanhalftaco.fpga.temp=1 ---> Running in e5fbbd6cd9be Removing intermediate container e5fbbd6cd9be ---> 975c583280da Step 3/9 : ADD Quartus-lite-18.1.0.625-linux.tar /quartus ADD failed: file not found in build context or excluded by .dockerignore: stat Quartus-lite-18.1.0.625-linux.tar: file does not exist make[1]: [Makefile:18: container-image-built] Error 1 make[1]: Leaving directory '/home/kilext/DockerArch/fpga-docker/Intel_Quartus_Prime_18.0' make: [Makefile:34: Intel_Quartus_Prime18.0] Error 2

This is what happens when I try to run make from the root of your repo. Am I doing something wrong ?

Thanks for your time. KileXt

KileXt commented 2 years ago

Okay, I got it, it was right under my eyes: Quartus-lite-18.0.0.614-linux.tar was hard-written in fpga-docker/Intel_Quartus_Prime_18.0/Dockerfile. Hence the error.