2023-07-10 02:38 AM
Compiling X-CUBE-NFC6 related code fails on Linux host.
To compile code on Linux, the following fix is needed:
// rename
#include "st25R3916_irq.h"
// to
#include "st25r3916_irq.h"
This fix will not affect Windows.
Optionally: rename a file on Linux file system to match include.
Solved! Go to Solution.
2023-07-10 05:34 AM
This is indeed a typo in several files nucleo_lxxx_bus.c and should be changed in the next revision. Thank you for pointing this out!
Regards
/Peter
@Brian TIDAL
@Ulysses HERNIOSUS
2023-07-10 05:34 AM
This is indeed a typo in several files nucleo_lxxx_bus.c and should be changed in the next revision. Thank you for pointing this out!
Regards
/Peter
@Brian TIDAL
@Ulysses HERNIOSUS
2023-07-23 12:03 PM
I was going to make a similar post. Would of saved me a good two hours if I spotted this post earlier. Appreciate your post. thx Lex