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

Error compiling for unhandled MCUs #324

Closed
luisan00 opened this issue Jul 23, 2022 · 0 comments · Fixed by #325
Closed

Error compiling for unhandled MCUs #324

luisan00 opened this issue Jul 23, 2022 · 0 comments · Fixed by #325

Comments

@luisan00
Copy link
Contributor

Description

Some examples could be:

  • cc1312-launchpad
  • cc1352p-launchpad
  • cc2650-launchpad
~/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)

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant