Skip to content

Failed to build NXP mimxrt1060_evk board #75037

Closed Answered by ofirshe
ofirshe asked this question in Q&A
Discussion options

You must be logged in to vote

Hi @DerekSnell,

I managed to compile successfully after removing these three configs:

CONFIG_NEWLIB_LIBC=y
CONFIG_NEWLIB_LIBC_FLOAT_PRINTF=y
CONFIG_NEWLIB_LIBC_NANO=n

These were previously used for floating point support but are no longer necessary.

I see that Picolib is enabled by default, as expected. Would you recommend using this library for the RT1060 controller, or do you have another suggestion?

Additionally, I've observed that the compilation now takes significantly longer [1303/1303] compared to before [355/360].

Thanks.

Replies: 2 comments 2 replies

Comment options

You must be logged in to vote
1 reply
@ofirshe
Comment options

Answer selected by DerekSnell
Comment options

You must be logged in to vote
1 reply
@ofirshe
Comment options

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
area: C Library C Standard Library platform: NXP NXP
2 participants