Skip to content

Interpuce/stdlib

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 

Repository files navigation

STD library for AurorOS

A rewrite of standard C libary (stdlib) for AurorOS purposes.

Important

This is not source code of AurorOS, which can be found at official repo after first public release.

Compiling applications to AurorOS

You can now create object files. The example is here:

gcc -c filename -o filename.o -nostdlib -nostartfiles -ffreestanding -I"path/to/std/include"

If you are using excluded src/ directory as workarea for your application and src/main.c as main file, try this command:

gcc -c src/main.c -o src/main.o -nostdlib -nostartfiles -ffreestanding -Iinclude

About

STD Library for AurorOS

Resources

Security policy

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages