This repository has been archived by the owner on Sep 28, 2019. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 62
host system call #13
Comments
I did not check the OpenOCD sources, but I also remember some problems with the newlib implementation of the I suggest you check both the OpenOCD and newlib sources. |
could you please specified which are exactly the files in OpenOCD where is included the implementation for the system calls. thanks you |
sure. aaaa... nope. top secret! ;-) |
thanks for your answers. I will start to work on that. |
good luck. be sure you fix newlib first. |
ilg-ul
pushed a commit
that referenced
this issue
Jun 5, 2017
riscv: Globally disable interrupts when running algorithms.
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Dear all,
I'm working with the STM32F401RE board in the semihosting mode, However was impossible to execute system call's related with the command processor (shell(LINUX) or the command line(WINDOWS)) such as "dir, ls -l", I suppose that it is because Openocd doesn't support such kind of SYSTEM_CALLS.
If my affirmation is correct, I'm Interesting in implementing such functionalities, could you bring me some support or ideas of how I can complete that task, please.
I will appreciate your help so much.
bye
The text was updated successfully, but these errors were encountered: