Startup files for STM32F4xx

Martin Nowak via Digitalmars-d-learn digitalmars-d-learn at puremagic.com
Sat Apr 25 04:56:55 PDT 2015


On Saturday, 25 April 2015 at 05:07:04 UTC, Jens Bauer wrote:
> While I remember it ... I had to nullify a number of imports in 
> stdint. They simply do not belong in there. :)
> Eg. I do not want FILE* if I aks for stdint. But FILE* is 
> forced upon me, because wchar_t includes it. What does a 
> wchar_t need a file-system for ?

You better dismiss the idea of using druntime/phobos. They are 
not optimized for code size and contain a lot of stuff that'll 
never work.
You can replace the core.stdc headers with bindings for nanolib, 
but again it's not necessary for doing useful stuff and should be 
done later.


More information about the Digitalmars-d-learn mailing list