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
Hello,
i'm using the BitcrazeVM, i launched the "updateAllProjects" and then tried to compile with config.mk including LPS_TDOA_ENABLE=1 and the compiling fails with that :
Undefined reference to uwbTdoaTagAlgorithm in locodeck.c:161
when not setting LPS_TDOA_ENABLE=1 , it compiles fine.
The text was updated successfully, but these errors were encountered:
Are you sure the update worked as expected? There is not really a reference to uwbTdoaTagAlgorithm on line 161 in locodeck.c in the latest version of the file.
Update from the command line git pull
Maybe try to clean before building as well? make clean
Yes really sorry for that i issued too fast, i actually added the lines CFLAGS += [...] instead of directly LPS_TDOA_ENABLE...
Closing the issue as it's not a really problem, but it might be good to add to the config.mk.example these lines commented out :)
Hello,
i'm using the BitcrazeVM, i launched the "updateAllProjects" and then tried to compile with config.mk including LPS_TDOA_ENABLE=1 and the compiling fails with that :
Undefined reference to uwbTdoaTagAlgorithm in locodeck.c:161
when not setting LPS_TDOA_ENABLE=1 , it compiles fine.
The text was updated successfully, but these errors were encountered: