Rockbox General > Rockbox General Discussion

Playing tracks with E260 simulator

<< < (2/3) > >>

OldSchool:
That creates a log file, but there's nothing in it. I'm guessing the file isn't closed properly when I kill the simulator. Sorry, no Linux experience.

saratoga:

--- Quote from: OldSchool on December 26, 2007, 09:41:13 PM ---That creates a log file, but there's nothing in it. I'm guessing the file isn't closed properly when I kill the simulator.

--- End quote ---

You don't need to close redirected files.  If you're not getting output, I'd guess its because you're not redirecting the output correctly.  What did you type?


--- Quote from: OldSchool on December 26, 2007, 09:41:13 PM ---Sorry, no Linux experience.

--- End quote ---

This works the same way on Windows.

OldSchool:
So much for that excuse. :-)

What I typed (excluding the "$" prompt) was:

$ ./rockboxui.exe > rockboxui.log

From the ~/rockbox/sim directory, this starts the simulator and creates the ".log" file, but the log file is empty after I stop the simulator.

I also tried the examples from the linuxsa.org site:

$ echo This is a line of text > /tmp/file.txt
$ echo This is another line   >> /tmp/file.txt

Both of these work as advertised.

Thanks again for your help (and patience).

Llorean:
Try ./rockboxui.exe &> rockboxui.log

MarcGuay:

--- Quote from: OldSchool on December 26, 2007, 05:55:32 PM ---I'm attempting to run a new WPS on the E260 simulator (it runs on the target, but I want to tweak it a bit).

--- End quote ---

This might be a stupid question, but is there a reason you haven't just downloaded the pre-built simulator?  Unless you're creating your own customized build it should be enough to test-run a WPS.

Navigation

[0] Message Index

[#] Next page

[*] Previous page

Go to full version