Re: HelloWorld.c
Posted: Sun Aug 24, 2014 4:28 pm
Linux (none) 3.0.33 #1 SMP PREEMPT Tue Sep 10 17:40:57 KST 2013 armv7l GNU/Linuxjuuso wrote:uname -a
Linux (none) 3.0.33 #1 SMP PREEMPT Tue Sep 10 17:40:57 KST 2013 armv7l GNU/Linuxjuuso wrote:uname -a
run just:MrKalach wrote:Surezoelechat wrote:Are you saying it doesn't work just because there's no output? Did you check in media player if you can seek movies by set values with arrows, after patching? Also better use Telnet instead of Putty...MrKalach wrote:Doesn't work.I tried, without reboot and with reboot. Putty is best solution
Code: Select all
./seekpatch
Okay run these two commands and make a screen shot:MrKalach wrote:I have got nothing, see last screenshot.
Code: Select all
echo "TEST1" > /dev/stdout
echo "TEST2" > /dev/stderr
Okay I am almost sure what you did wrong. Now try this:MrKalach wrote:I tried both, putty and terminal.
Code: Select all
echo TEST1 1>&1
echo TEST2 1>&2
touch /dev/stderr &2>1
that is expected. Now this:MrKalach wrote:Wow! why stderr readonly???
Code: Select all
touch /dev/stderr
echo TEST4 > /dev/stderr
Code: Select all
./seekpatch 2>&1