-
Notifications
You must be signed in to change notification settings - Fork 1.2k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[BUG] Compile warning due to __CONCAT redefinition #13562
Labels
Comments
github-actions
bot
added
Arch: arm
Issues related to ARM (32-bit) architecture
Area: Board support
Board support issues
labels
Sep 20, 2024
TimJTi
changed the title
[BUG] <compile warning due to __CONCAT redefinition>
[BUG] Compile warning due to __CONCAT redefinition
Sep 22, 2024
where __CONCAT define in nuttx? @TimJTi |
|
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
Description / Steps to reproduce the issue
Perhaps due to me upgrading my arm gcc cross compiler recently, I'm seeing a compiler warning because of the definition of __CONCAT - in my case this is in _sama5d2x_memorymap.h but it occurs in 12 other files too
The warning is:
I can fix this as follows but have no idea if a better, more global fix is needed and, if so, where/how?
On which OS does this issue occur?
[OS: Linux]
What is the version of your OS?
Ubuntu 22.04.5 LTS
NuttX Version
Master
Issue Architecture
[Arch: arm]
Issue Area
[Area: Board support]
Verification
The text was updated successfully, but these errors were encountered: