[EMAIL PROTECTED] schreef:
Hello,
I wrote the attached program ruc_cyc.c in order to let cyclictest run a
few times and measure latencies and jitters.
I implemented it in c becaus msh does'nt suppeort for-loops. But I get
errors running the compiled binary of run_cyc.c.
For errorprint see err.txt
What am I doing wrong? Or has someone an idea how to implement a
cyclictest-loop in msh-skript?
Using, execvp you have to supply the arguments as vector, not a string.
You probably meant execlp(cmd,args,NULL);. See man execvp for more details.
Regards,
Remco Poelstra
_______________________________________________
uClinux-dev mailing list
[email protected]
http://mailman.uclinux.org/mailman/listinfo/uclinux-dev
This message was resent by [email protected]
To unsubscribe see:
http://mailman.uclinux.org/mailman/options/uclinux-dev