We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
While doing border router experiment when I type the command "make tunslip6" , it is showing the following error :
cc tunslip6.c -o tunslip6 tunslip6.c:120: warning: implicit declaration of function 'gettimeofday' tcc: error: undefined symbol '__dso_handle' make: *** [: tunslip6] Error 1
The text was updated successfully, but these errors were encountered:
Merge pull request contiki-os#2708 from pjonsson/tests-nbr-convert
d56d659
tests/ipv6-nbr: enable full parallelism
No branches or pull requests
While doing border router experiment when I type the command "make tunslip6" , it is showing the following error :
cc tunslip6.c -o tunslip6
tunslip6.c:120: warning: implicit declaration of function 'gettimeofday'
tcc: error: undefined symbol '__dso_handle'
make: *** [: tunslip6] Error 1
The text was updated successfully, but these errors were encountered: