Hello list,
This patch implements the semihosting call to retrieve command line
arguments from the host environment. Without this patch, neither
arm-non-eabi-gcc compiled executables (which use semihosting) nor
ARM-compiler compiled executables can read command line arguments. It
works for bot
Hello list,
ARM ADS/RVCT compiler generated executables by default use "semihosting"
to communicate with the host, including retrieval of a commandline. The
semihosting implementation up to now did not implement this functionality;
this patch adds the SYS_GET_CMDLINE semihosting call, such that