Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

MacOS, Qt5/QtOpenGL issue, no such file #268

Open
ReubenkThomas opened this issue Jul 30, 2024 · 3 comments
Open

MacOS, Qt5/QtOpenGL issue, no such file #268

ReubenkThomas opened this issue Jul 30, 2024 · 3 comments

Comments

@ReubenkThomas
Copy link

I tried running make -f Makefile.himbaechel in the /examples/himbaechel/ directory, which produced the following error at the end. Any suggestions on this? I'm running this on MacOS with qt5 installed, but perhaps there's something incorrect that I did for install.

2.32. Executing JSON backend.

End of script. Logfile hash: aa017d52bd, CPU: user 0.34s system 0.02s
Yosys 0.43+22 (git sha1 118b2829d, c++ 14.0.3 -fPIC -Os)
Time spent: 30% 20x read_verilog (0 sec), 10% 4x proc_dff (0 sec), ...
nextpnr-himbaechel --json blinky-tangnano20k-synth.json --write blinky-tangnano20k.json --device GW2AR-LV18QN88C8/I7 --vopt family=GW2A-18C --vopt cst=tangnano20k.cst
dyld[29903]: Library not loaded: @rpath/QtOpenGL.framework/Versions/5/QtOpenGL
  Referenced from: <0E202A22-1C50-3D5A-9BE2-4DB14C46E944> /usr/local/bin/nextpnr-himbaechel
  Reason: tried: '/Library/Frameworks/QtOpenGL.framework/Versions/5/QtOpenGL' (no such file), '/System/Library/Frameworks/QtOpenGL.framework/Versions/5/QtOpenGL' (no such file, not in dyld cache)
make: *** [blinky-tangnano20k.json] Abort trap: 6
rm blinky-tangnano20k-synth.json
@pepijndevos
Copy link
Member

You need to install Qt OpenGL or build nextpnr without GUI.

@ReubenkThomas
Copy link
Author

Do you by chance know how to uninstall the current build of nextpnr (with GUI) so that i can rebuild it without GUI? There doesn't seem to be a command for make uninstall

@pepijndevos
Copy link
Member

There isn't. You just make install the new one on top.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants