NewLib Change Standart to Nano possible in existing Project?

Tip / Sign in to post questions, reply, level up, and achieve exciting badges. Know more

cross mob
Not applicable
I use Printf with Semihosting to display Debug messages on the console.
But when I bulit up a Project with NewLib Standart, I get Linker Errors like:
- multiple definition of `_close'
- multiple definition of `_isatty'
- multiple definition of `_lseek'

Wtih NewLib Nano, everything is fine.

I ist possible to switch NewLib from Standart to Nano in an existing Project?
The Project is big and not mine so I dont want to create a new Project.

Regards
Haydar
0 Likes
2 Replies
DRubeša
Employee
Employee
First solution authored First like received
Hi Haydar,

you may try by opening the "Active Project properties"..right click on the active project and then "Properties". Then check the figure below and try changing the setting as noted in the figure.

3260.attach

Best regards,
Deni
0 Likes
Not applicable
oh,
thanks Deni,
you made my day
0 Likes