NUCLEO_L452RE doesn't compile anymore: "error: header guard..." #17891
-
Hi There, I have a strange error compiling the firmware for NUCLEO_L452RE:
I did the I don't see what could have changed, I have compiled many times targeted to this board. Did the Fedora migration from release 40 to 41 impacted this ? Any clue what could fix this issue ? Thanks, |
Beta Was this translation helpful? Give feedback.
Replies: 4 comments 7 replies
-
It looks like arm-none-eabi-gcc got a bump from 13.x to 14.x v1.26.0 compiled cleanly for me for the NUCLEO_L452RE with arm-none-eabi-gcc 14.2.1 on Ubuntu |
Beta Was this translation helpful? Give feedback.
-
Either way, there is clearly a typo on line 29 ( |
Beta Was this translation helpful? Give feedback.
-
ARrggghhh !! |
Beta Was this translation helpful? Give feedback.
-
Guys, My patch doesn't commit due to: I dont see where this [email protected] comes from. |
Beta Was this translation helpful? Give feedback.
Either way, there is clearly a typo on line 29 (
PYH
instead ofPHY
) – that is what the compiler is trying to tell you. You can probably submit a pull request to fix that by editing the file right in the GitHub web interface.