cancel
Showing results for 
Search instead for 
Did you mean: 

X-CUBE-NFC6 compilation problem

Lex
Associate III

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.

1 ACCEPTED SOLUTION

Accepted Solutions
Peter BENSCH
ST Employee

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 

In order to give better visibility on the answered topics, please click on Accept as Solution on the reply which solved your issue or answered your question.

View solution in original post

2 REPLIES 2
Peter BENSCH
ST Employee

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 

In order to give better visibility on the answered topics, please click on Accept as Solution on the reply which solved your issue or answered your question.
tomasA
Associate

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