public inbox for linux-kernel@vger.kernel.org
 help / color / mirror / Atom feed
From: Keith Owens <kaos@ocs.com.au>
To: "J.A. Magallon" <jamagallon@able.es>
Cc: Lista Linux-Kernel <linux-kernel@vger.kernel.org>
Subject: Re: 2.4.27+stdarg+gcc-3.4.1
Date: Sat, 24 Jul 2004 11:56:21 +1000	[thread overview]
Message-ID: <808.1090634181@ocs3.ocs.com.au> (raw)
In-Reply-To: Your message of "Sat, 24 Jul 2004 02:14:21 +0200." <20040724001421.GC8560@werewolf.able.es>

On Sat, 24 Jul 2004 02:14:21 +0200, 
"J.A. Magallon" <jamagallon@able.es> wrote:
>With gcc-3.4.1 I get the following error when building 2.4.27-rc3.
>Any suggestion ?
>
>gcc -D__KERNEL__ -nostdinc -iwithprefix include -I/usr/src/linux-2.4.27-rc3-jam1/include -Wall -Wstrict-prototypes -Wno-trigraphs -O2 -fno-strict-aliasing -fno-common -fomit-frame-pointer -mpreferred-stack-boundary=2 -msoft-float -march=pentium3 -fno-unit-at-a-time   -DKBUILD_BASENAME=do_mounts -c -o init/do_mounts.o init/do_mounts.c
>init/do_mounts.c: In function `change_floppy':
>init/do_mounts.c:424: error: `va_list' undeclared (first use in this function)

Looks like you applied some additional patches over 2.4.27-rc3, that
command line is non-standard.  Run

gcc -D__KERNEL__ -nostdinc -iwithprefix include \
    -I/usr/src/linux-2.4.27-rc3-jam1/include -Wall \
    -Wstrict-prototypes -Wno-trigraphs -O2 -fno-strict-aliasing -fno-common \
    -fomit-frame-pointer -mpreferred-stack-boundary=2 -msoft-float \
    -march=pentium3 -fno-unit-at-a-time   -DKBUILD_BASENAME=do_mounts -c \
    -o init/do_mounts.s init/do_mounts.c -E

Mail the results from

egrep -B20 -A5 'va_list|stdarg\.h' init/do_mounts.i


  reply	other threads:[~2004-07-24  1:56 UTC|newest]

Thread overview: 9+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2004-07-24  0:14 2.4.27+stdarg+gcc-3.4.1 J.A. Magallon
2004-07-24  1:56 ` Keith Owens [this message]
  -- strict thread matches above, loose matches on Subject: below --
2004-07-24  2:03 2.4.27+stdarg+gcc-3.4.1 Mikael Pettersson
2004-07-24 13:19 ` 2.4.27+stdarg+gcc-3.4.1 Richard B. Johnson
2004-07-24 14:59   ` 2.4.27+stdarg+gcc-3.4.1 Keith Owens
2004-07-25  0:03     ` 2.4.27+stdarg+gcc-3.4.1 Richard B. Johnson
2004-07-26 18:49       ` 2.4.27+stdarg+gcc-3.4.1 Alexandre Oliva
2004-07-25 22:58     ` 2.4.27+stdarg+gcc-3.4.1 J.A. Magallon
     [not found] <200407250127.55782.vda@port.imtp.ilyichevsk.odessa.ua>
2004-07-25  1:31 ` 2.4.27+stdarg+gcc-3.4.1 Keith Owens

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=808.1090634181@ocs3.ocs.com.au \
    --to=kaos@ocs.com.au \
    --cc=jamagallon@able.es \
    --cc=linux-kernel@vger.kernel.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox