Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
D
duo-buildroot-sdk
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Analytics
Analytics
Repository
Value Stream
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Commits
Open sidebar
xpstem
duo-buildroot-sdk
Commits
71a34a54
Unverified
Commit
71a34a54
authored
Nov 06, 2023
by
Carbon
Committed by
GitHub
Nov 06, 2023
Browse files
Options
Browse Files
Download
Plain Diff
Merge pull request #26 from oupton/fix-linker-error
Add -latomic to linker flags for venc sample
parents
982add25
ea730488
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
middleware/v2/sample/venc/Makefile
middleware/v2/sample/venc/Makefile
+1
-1
No files found.
middleware/v2/sample/venc/Makefile
View file @
71a34a54
...
@@ -51,7 +51,7 @@ LIBS += -lcli
...
@@ -51,7 +51,7 @@ LIBS += -lcli
endif
endif
EXTRA_CFLAGS
=
$(INCS)
$(DEFS)
EXTRA_CFLAGS
=
$(INCS)
$(DEFS)
EXTRA_LDFLAGS
=
$(LIBS)
-lini
-lpthread
EXTRA_LDFLAGS
=
$(LIBS)
-l
atomic
-l
ini
-lpthread
EXTRA_LDFLAGS_WITH_ASAN
=
-Wl
,-Bdynamic
$(LIBS)
-lini
-lpthread
EXTRA_LDFLAGS_WITH_ASAN
=
-Wl
,-Bdynamic
$(LIBS)
-lini
-lpthread
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment