Rockbox Development > Starting Development and Compiling

Testing build on pc not player

<< < (4/7) > >>

Chronon:
Well, usually you would use redirection (pipe sends the output to another program):


--- Code: ---%program > file
--- End code ---

So, I would assume that running


--- Code: ---%make > error
--- End code ---

Should redirect stdout to a file named "error".

LambdaCalculus:

--- Quote from: Chronon on September 11, 2007, 06:07:50 PM ---Well, usually you would use redirection (pipe sends the output to another program):


--- Code: ---%program > file
--- End code ---

So, I would assume that running


--- Code: ---%make > error
--- End code ---

Should redirect stdout to a file named "error".

--- End quote ---

Indeed it does, Chronon.

GodEater:
make >& some_file

dkarma:
i used the make > error command and it stopped on the line
LD rockboxui.exe
but didn't print the actual error output
the command did output the error message to the screen in cygwin but not the file

just for the record I'm compiling the most recent build from svn (dl'd yesterday) i think it is build 14672

LambdaCalculus:
Okay, just to make sure, do the following:

1) ../tools/configure in the ~/rockbox/build-dir folder (replace build-dir with whatever you called the folder)
2) Select the target
3) Build a Simulator
4) type make after the makefile has been created
5) Sit back and wait as the code compiles
6) Once it's done, type make install.
7) To make sure the build compiled, type ./rockboxui --background
8) Report back to us with the results.

(EDIT: bluebrother and pixelma have shown me the One True Path.)

Navigation

[0] Message Index

[#] Next page

[*] Previous page

Go to full version