Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
openairinterface5G
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Deploy
Releases
Model registry
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
Show more breadcrumbs
oai
openairinterface5G
Wiki
Cbmimo1Flash
Changes
Page history
New page
Templates
Clone repository
minor fixes
authored
9 years ago
by
Cedric Roux
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
Cbmimo1Flash.md
+8
-6
8 additions, 6 deletions
Cbmimo1Flash.md
with
8 additions
and
6 deletions
Cbmimo1Flash.md
View page @
e028e554
...
@@ -29,7 +29,9 @@ Moreover, the installation of Xilinx Impact drivers calls a driver package that
...
@@ -29,7 +29,9 @@ Moreover, the installation of Xilinx Impact drivers calls a driver package that
You must install the API headers:
You must install the API headers:
```
shell
```
shell
make headers_check make
INSTALL_HDR_PATH
=
dest headers_install find dest/include
\(
-name
.install
-o
-name
..install.cmd
\)
-delete
cp
-rv
dest/include/
*
/usr/src/linux-headers-2.6.xxxxxx/include/
make headers_check
make
INSTALL_HDR_PATH
=
dest headers_install
find dest/include
\(
-name
.install
-o
-name
..install.cmd
\)
-delete
cp
-rv
dest/include/
*
/usr/src/linux-headers-2.6.xxxxxx/include/
```
```
**Alternative:**
**Alternative:**
...
...
This diff is collapsed.
Click to expand it.