5 ms·
can you compile and run smth like gcc in your OS?
by keyvank 2y ago
can you compile and run smth like gcc in your OS?
- Bananymous 2y agoI've managed to compile the GNU toolchain (binutils + gcc). gcc seems to work fine, it can properly compile source code into assembly. There are some problems with binutils that make it not able to create object files or link. I'm haven't dug deeper to see where the problem actually is.
- keyvank 2y agowow, i envy you! :) i have been working on a really simple self-compiling C compiler for some time, was wondering if you are interested in adding it to your OS haha. but if GCC works fine, then i don't see a reason :d