We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
I want to try and run any other different C programs on ARA for example the Binary sort in program
What is the process to achieve this? Is it just to replace any main.c file in ara/apps/ for example just replacing main.c file in apps/hello_world ?
main.c
ara/apps/
apps/hello_world
I sense some other way of writing a code to enable ARA processing or else it will just execute in ARIANE itself, Am I am thinking correctly?
If yes please guide me writing any user defined C code to be executed in ARA
The text was updated successfully, but these errors were encountered:
Hello, have you found a solution? I want to do that too.
Sorry, something went wrong.
@grigohas No i haven't The authors have to give some idea regarding this
No branches or pull requests
I want to try and run any other different C programs on ARA for example the Binary sort in program
What is the process to achieve this?
Is it just to replace any
main.c
file inara/apps/
for example just replacingmain.c
file inapps/hello_world
?I sense some other way of writing a code to enable ARA processing or else it will just execute in ARIANE itself, Am I am thinking correctly?
If yes please guide me writing any user defined C code to be executed in ARA
The text was updated successfully, but these errors were encountered: