← Back to context Comment by dboreham 17 days ago I don't think tinycc can compile the Linux kernel into a bootable image. 1 comment dboreham Reply Calavar 17 days ago It could once upon a time: https://www.bellard.org/tcc/tccboot.htmlIt can't do that today though. Linux uses C11 features and also many GCC extensions that tcc doesn't implement.
Calavar 17 days ago It could once upon a time: https://www.bellard.org/tcc/tccboot.htmlIt can't do that today though. Linux uses C11 features and also many GCC extensions that tcc doesn't implement.
It could once upon a time: https://www.bellard.org/tcc/tccboot.html
It can't do that today though. Linux uses C11 features and also many GCC extensions that tcc doesn't implement.