Wednesday, April 30, 2008
Inline Functions in C
Unfortunately, inline in C leaves a bit to be desired. A decent description of the funk that emerges / is supported by GNU C is described in Inline Functions In C. The short version is to suck it up and use static inline with code sitting in a header file. Blah.
Thursday, April 24, 2008
Multi-Architecture Builds
Building for multiple architectures tends to get a bit messy. Trying to
get a clean OS build that uses:
- Core OS kernel (same code base on multiple targets)
- Processor specific drivers
- Platform (hardware attached to processor) specific drivers
08/04/30
It looks like the best way to do what I have in mind is through the use of the subdir-objects. But I didn't get that up and running before heading back to research.
Subscribe to:
Posts (Atom)