Rockbox.org home
release
dev builds
extras
themes manual
wiki
device status forums
mailing lists
IRC bugs
patches
dev guide
translations



Rockbox mail archive

Subject: Re: saving compiler warnings to a file

Re: saving compiler warnings to a file

From: Nils <deathtoallhumans_at_gmail.com>
Date: Sun, 31 May 2009 17:56:31 +0200

On Sun, May 31, 2009 at 5:49 PM, Nils <deathtoallhumans_at_gmail.com> wrote:

>
>
> On Sun, May 31, 2009 at 3:14 PM, alex wallis <alexwallis646_at_googlemail.com
> > wrote:
>
>> Hi list.
>> I was wondering if someone could please tell me is there a way when I am
>> compiling under cygwin to save any compiler warnings I receive to a file? as
>> I am getting a few with some patches in place that I would like to find out
>> if they are worth bothering with.
>> Most of the warnings relate to problems with english.lang, but I think
>> there are some others as well. If I can save them to a file I will e mail
>> them to the list.
>> I did try googling around a bit before asking on this list, but couldn't
>> find any information relevant to my question.
>> Thanks for any help.
>> Alex.
>>
>
> you can pipe the output to a file in the shell like this:
> make > output.txt
>
sorry, that won't catch warnings or errors, do:
make &> out.txt
instead, thanks to llorean for noticing!
Received on 2009-05-31

Page template was last modified "Tue Sep 7 00:00:02 2021" The Rockbox Crew -- Privacy Policy