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

compilation error #1

Open
somnathmid opened this issue Jan 28, 2021 · 1 comment
Open

compilation error #1

somnathmid opened this issue Jan 28, 2021 · 1 comment

Comments

@somnathmid
Copy link

Capture 1
i am using contiki-2.7

@darvarr
Copy link
Owner

darvarr commented Dec 1, 2021

Hi @somnathmid , sorry for the late response. It's a weird error, since it refers to the lack of reference to the linkaddr_cmp function, which resides in the linkaddr Contiki library. Honestly, I'm not working with Contiki since I completed this project, but If you are still experiencing the issue you can try to substitute the linkaddr_cmp with a memcmp of the 2 addresses. Actually, the linkaddr_cmp does (or did) a memcmp.
Additionally, your compiler refers also to the lack of cc26xx_uart_set_input function, which is very important for the whole program to work correctly. My guess is that something is changed in the Contiki library since I developed this attack. You should try to find something replacing the lacking calls within the new Contiki library.

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