You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Common .gitignore and similar configurations will ignore build, debug, release, etc. directories from version control. If using the SDK copy strategy for vendoring purposes, the needed .a files will be ignored. Similar to the emdrv or rail_lib examples above, can the bluetooth stack's .a files be put into a lib or lib_release directory? The current workaround would be to git add -f the files; however, forgetting the workaround results in very strange compilation errors.
The text was updated successfully, but these errors were encountered:
The SDK delivers several archive (
.a
files). For example:Common
.gitignore
and similar configurations will ignorebuild
,debug
,release
, etc. directories from version control. If using the SDK copy strategy for vendoring purposes, the needed.a
files will be ignored. Similar to theemdrv
orrail_lib
examples above, can the bluetooth stack's.a
files be put into alib
orlib_release
directory? The current workaround would be togit add -f
the files; however, forgetting the workaround results in very strange compilation errors.The text was updated successfully, but these errors were encountered: