This is the mail archive of the crossgcc@sources.redhat.com mailing list for the crossgcc project.

See the CrossGCC FAQ for lots more information.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: powerpc-linux-gnuspe progress (2)


Hi Clemens,

here's a quick reply on some of your lighter-weight problems :-)

On Tue, 25 Jan 2005, Clemens Koller wrote:

4) Is there a way to get _all_ outputs to a logfile?
... 2>&1 >>logall.log doesn't work.

That would be >logall.log 2>&1. Anyway, for something like this I usualy do this:


whatever 2>&1 | tee logall.log

This way you get both the progress output on the screen as well as the log-file for later inspection.

5) what's the (safe) minimum disk space I need for a successful build?

Lots of, and dependent on the target arch, compiler equipment (c, c++, java, ...). If in doubt, don't take a risk and provide a lot of disk space.

Regards,
Marius

--
Marius Groeger <mgroeger@sysgo.com>
SYSGO AG                      Embedded and Real-Time Software
Voice: +49 6136 9948 0                  FAX: +49 6136 9948 10
www.sysgo.com | www.elinos.com | www.osek.de | www.imerva.com


------ Want more information? See the CrossGCC FAQ, http://www.objsw.com/CrossGCC/ Want to unsubscribe? Send a note to crossgcc-unsubscribe@sources.redhat.com


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]