This is the mail archive of the newlib@sourceware.org mailing list for the newlib project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

newlib header files


Hello everyone,
This is not really newlib related, but I'm asking myself if there is a way to generate header files from newlib sources.
For including newlib in our arm-elf project we need them but I think the header files within the project files are not the proper files to include (because they are full of macros).
So is there a way to generate those files while compiling and store them in arm-elf/include folder?!?
Currently we just call:
$: configure --target=arm-elf
$: make

Thanks in advance…
Chris


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]