Skip to main content
Graduate
July 10, 2023
Solved

X-CUBE-NFC6 compilation problem

  • July 10, 2023
  • 2 replies
  • 1067 views

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.

    This topic has been closed for replies.
    Best answer by Peter BENSCH

    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 

    2 replies

    Technical Moderator
    July 10, 2023

    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 

    Visitor II
    July 23, 2023

    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