-
Notifications
You must be signed in to change notification settings - Fork 3k
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
Build error with NUCLEO_H743ZI2 (Armc5, Mbed os 5.14) #12005
Comments
Internal Jira reference: https://jira.arm.com/browse/MBOTRIAGE-2440 |
Hi I confirm that ETH_RX_BUFFER_SIZE is not defined :-( Why issue has not been found before? Loooking at features/netsocket/emac-drivers/TARGET_STM/stm32xx_emac.cpp
Seems that ARMC6 doesn't set __CC_ARM and set GNUC ? @kjbracey-arm any sugestion ? Should we implement: #if defined ( ICCARM ) /*!< IAR Compiler */ or #if defined ( TOOLCHAIN_IAR ) /*!< IAR Compiler / |
It's been active in the recent nightlies thus the report.
That is correct, |
You can use You can use If you want to look for either ARMC5 or ARMC6, then you can test I'd rarely recommend doing a ARMC5, ARMC6 and GCC all set Yes, there are the Mbed-specific |
Description of defect
Following build error appears when compiling blinky example for the following target:
Target(s) affected by this defect ?
NUCLEO_H743ZI2
Toolchain(s) (name and version) displaying this defect ?
Armc5
What version of Mbed-os are you using (tag or sha) ?
mbed-os-5.14.2
What version(s) of tools are you using. List all that apply (E.g. mbed-cli)
latest
How is this defect reproduced ?
mbed compile
of mbed os blinkyThe text was updated successfully, but these errors were encountered: