libc_stdio_set_console/newlib uses fopen to open console device, which has O_CREAT flag and cause fault.
1. Add POSIX termios implementation; 2. Add POSIX signals implementation; 3. Add stdio for each libc.