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
Some examples could be:
~/m4a-firmware/firmware/network/radio/radio.c: In function 'identify_multiple_radio_interface': ~/m4a-firmware/firmware/network/radio/radio.c:45:51: error: 'netdev_t' {aka 'struct netdev'} has no member named 'type' 45 | if (gnrc_netif_get_by_type(iface_mult->dev->type, index - 1) != NULL) { | ^~ make[3]: *** [/m4a-firmware/RIOT/Makefile.base:146: /m4a-firmware/firmware/bin/cc2650-launchpad/radio/radio.o] Error 1 make[2]: *** [/m4a-firmware/RIOT/Makefile.base:31: ALL--/m4a-firmware/firmware/network/radio] Error 2 make[1]: *** [/m4a-firmware/firmware/../RIOT/Makefile.include:737: application_m4a-mesh.module] Error 2 make[1]: se sale del directorio '/m4a-firmware/firmware' make: [Makefile:19: all] Error 2 (no tiene efecto)
Try to build the firmware for some of above described MCUs, for example:
make BOARD=cc1352p-launchpad
Compilation success
Compilation Errors
OS: Ubuntu 22.04
The text was updated successfully, but these errors were encountered:
Successfully merging a pull request may close this issue.
Description
Some examples could be:
Steps to reproduce the issue
Try to build the firmware for some of above described MCUs, for example:
make BOARD=cc1352p-launchpad
Expected results
Compilation success
Actual results
Compilation Errors
Versions
OS: Ubuntu 22.04
The text was updated successfully, but these errors were encountered: