-
Notifications
You must be signed in to change notification settings - Fork 3k
Kinetis SDK: Include stddef.h to fix build errors seen when including… #3256
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
Conversation
… SDK header files Signed-off-by: Mahadevan Mahesh <Mahesh.Mahadevan@nxp.com>
/morph test |
Result: SUCCESSYour command has finished executing! Here's what you wrote!
Outputmbed Build Number: 1070 All builds and test passed! |
@mbed-bot: TEST HOST_OSES=ALL |
[Build ] |
@mbed-bot: TEST HOST_OSES=ALL |
[Build 1114] |
Test failures are not related to this patch-set. @bridadan Please confirm |
@0xc0170 The failure was due to DAPLink testing (it happens on the same machine as the mbed 2 tests). I will rerun the test in a bit when DAPLink has finished |
@mbed-bot: TEST HOST_OSES=ALL |
[Build 1118] |
@0xc0170 Last check looks good. Should be good to come in now. |
Can this be merged in please. Thank you. |
Description
The below error was seen when SDK header files are included by mbed source files.
Compile [ 0.7%]: BusOut.cpp
[Error] fsl_dspi.h@357,15: [Pe020]: identifier "size_t" is undefined
[Error] fsl_dspi.h@379,15: [Pe020]: identifier "size_t" is undefined
[Error] fsl_dspi.h@380,6: [Pe020]: identifier "size_t" is undefined
[Error] fsl_dspi.h@381,15: [Pe020]: identifier "size_t" is undefined
[Error] fsl_dspi.h@397,15: [Pe020]: identifier "size_t" is undefined
Status
**READY