eclipse-plugins
eclipse-plugins copied to clipboard
reimplement system() for semihosting usage
in the current newlib, the system() call seems not functional, probably due to the missing HAVE_SYSTEM definition.
in the semihosting section of syscalls, reimplement system() to call _system().