vowstar / k210-linux-nommu

K210 run linux nommu (From Damien Le Moal's patch)

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

How to add stdio.h

jiangotto opened this issue · comments

How to add stdio.h

the tcc already have stdio library, just use #include <stdio.h>
if you want more function, please add it to https://github.com/vowstar/k210-linux-nommu/blob/master/k210_lib/stdio.h, and https://github.com/vowstar/k210-linux-nommu/tree/master/k210_lib
this is the stdio which uses in this firmware.

image
那么请问这个问题应该怎么解决

我用find -name stdio.h找不到stdio.h

solved

太好了