Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Undefined reference to uwbTdoaTagAlgorithm in locodeck.c:161 when compiling with LPS_TDOA_ENABLE=1 #264

Closed
benkuper opened this issue Nov 11, 2017 · 3 comments
Milestone

Comments

@benkuper
Copy link

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.

@krichardsson
Copy link
Contributor

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

@benkuper
Copy link
Author

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 :)

@krichardsson
Copy link
Contributor

Good idea!

@krichardsson krichardsson added this to the next-version milestone Nov 16, 2017
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants