2021-04-20 03:17 AM
Hi,
I have a NUCLEO- F401RE board with the X- NUCLEO-S2868A2 expansion shell and i want to test the examples, provide by ST, that the X-NUCLEO-SUBG2 folder contain.
I import the border router and both of the udp's projects to see how they works (one by one of course) and in every of it i have the same errors.
I do not change anything in the projects, just import and build it. Do you know what is happening?
Thanks.
In this image you can see the errors.
Solved! Go to Solution.
2021-04-20 09:02 AM
Hello,
there is an issue with the Contiki-NG based projects and the default compiler library (nano) of latest IDE. One possibility is to use the standard library (see attached picture).
Other possibility is to use the previous compile in the new STM32CubeIDE.
BR
2021-04-20 09:02 AM
Hello,
there is an issue with the Contiki-NG based projects and the default compiler library (nano) of latest IDE. One possibility is to use the standard library (see attached picture).
Other possibility is to use the previous compile in the new STM32CubeIDE.
BR
2021-04-21 04:01 AM
Hi,
Thank you very much i changed the library and finally it works fine.
Regards.