Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Compile kernel without standard includes #121

Open
1 of 4 tasks
danielinux opened this issue Mar 15, 2017 · 0 comments
Open
1 of 4 tasks

Compile kernel without standard includes #121

danielinux opened this issue Mar 15, 2017 · 0 comments
Assignees
Labels

Comments

@danielinux
Copy link
Contributor

danielinux commented Mar 15, 2017

By removing dependency from stdinc/stdlib, we ensure that the kernel does not depend on any external component to build.

Steps:

  • Activate CFLAG -nostdlib
  • Activate CFLAG -nostdinc
  • Provide own version of stdint.h, stddef.h
  • Ensure that posix includes needed for types are in frosted-headers (e.g. sys/time.h)
@danielinux danielinux self-assigned this Mar 15, 2017
@danielinux danielinux mentioned this issue Mar 15, 2017
2 tasks
brabo added a commit to insane-adding-machines/frosted-headers that referenced this issue Mar 17, 2017
brabo added a commit to insane-adding-machines/frosted-headers that referenced this issue Mar 17, 2017
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants