Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
S
Simple PCIe FMC carrier SPEC
Manage
Activity
Members
Labels
Plan
Issues
50
Issue boards
Milestones
Wiki
Code
Merge requests
0
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Deploy
Releases
Monitor
Incidents
Service Desk
Analyze
Value stream analytics
Contributor analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Projects
Simple PCIe FMC carrier SPEC
Wiki
faq
faq
· Changes
Page history
Add question about how to build dependecies
authored
3 years ago
by
Federico Vaga
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
faq.md
+14
-0
14 additions, 0 deletions
faq.md
with
14 additions
and
0 deletions
faq.md
View page @
a8b8e9ba
...
...
@@ -319,6 +319,20 @@ As IP core to communicate with the Gennum we use the [Gennum GN4124
core
](
https://www.ohwr.org/project/gn4124-core/wiki
)
bus interface
project.
### Q: How do I build dependencies?
A: The SPEC depends on the following projects that you have to clone, build, and install:
git clone https://ohwr.org/project/general-cores.git
make -C general-cores/software
make -C general-cores/software modules_install
git clone https://ohwr.org/project/fmc-sw.git
make -C fmc-sw
make -C fmc-sw modules_install
git clone https://gitlab.cern.ch/coht/fpga-manager.git
make -C fpga-manager/drivers/fpga
make -C fpga-manager/drivers/fpga modules_install
-----
Matthieu Cattin, Erik van der Bij, Grzegorz Daniluk, Federico Vaga - 7 April 2020
...
...
This diff is collapsed.
Click to expand it.