Replies: 4 comments 3 replies
-
I have a compilations problem - using Centos7 with gcc verion 8 - I'm not sure if this is the right place to ask for help, but... As its VPR, could it be related to the gtk-3 comment on the compile help page: "VPR’s GUI requires gtk-3, and can be enabled with cmake .. -DVPR_USE_EZGL=on" I have gtk-3 installed - below is an extract from "yum list installed": What is meant by "enabled"? in the compile help - where/how do I run "cmake .. -DVPR_USE_EZGL=on"? Any help much appreciated! Very keen to get working with this tool! Many thanks, |
Beta Was this translation helpful? Give feedback.
-
@RobB720 For runtime, you can refer to our github action about build compatibility test: https://github.com/lnis-uofu/OpenFPGA/runs/3929728766 Regarding the errors, I believe it is due to some TBB issues known in VTR. My suggestion is to disable TBB as we did in CI tests. |
Beta Was this translation helpful? Give feedback.
-
Thanks for the reply! Apologies, this is all new to me, but how do I "disable TBB as we did in CI tests"? For the GUI, the dependencies list includes "tcl8.6-dev" - whereas my Centos 7 installation has 8.5: tcl.x86_64 1:8.5.13-8.el7 @anaconda Could this be the problem? I think I can install tcl8.6 directly if needed (its not available through yum for centos 7). Going through the dependencies in more detail a few on the list do not have the same names in Centos (dev->devel) and some I can't find at all e.g. libevent-dev, libc6-dev, libcairo2-dev, libfontconfig1-dev, liblist-moreutils-perl, libncurses5-dev, libreadline-dev, libxml++2.6-dev and qt5-default So is Centos 7 the issue here? I have a new installation so am happy to change my version of linux to Centos 8 or Ubuntu if that is easier. |
Beta Was this translation helpful? Give feedback.
-
@RobB720 If you are new, I suggest you to use the same environment as we did in Github Actions: OpenFPGA/.github/workflows/build.yml Line 23 in 5e912b3 |
Beta Was this translation helpful? Give feedback.
-
Hi,
My first download and compilation! In the video it's stated that compilation takes 5 minutes on a 64 CPU machine - does anyone know or can estimate how long it might take on a standard (and quite old) desktop?
Many thanks,
Rob.
Beta Was this translation helpful? Give feedback.
All reactions