linux-um archives
 help / color / mirror / Atom feed
From: Rodrigo Baroni <baroni@ime.usp.br>
To: user-mode-linux-devel@lists.sourceforge.net
Subject: [uml-devel] compile error: user-offsets.c
Date: Mon, 2 Oct 2006 00:54:12 -0300	[thread overview]
Message-ID: <20061002035412.GC9780@baroni.homelinux.org> (raw)

Note: I didn't see this email at the mail-list's web archive after sending it asnon-subscriber of the mail-list - so, resending after subscription to the list,sorry for duplicate anyway.
  Hi all. I'm getting the following error (below) message after execute     make defconfig ARCH=um ; make menuconfig ARCH=um ; make linux ARCH=um
  Linux's versions tested:    - v2.6.16 and     - v2.6.18-rc7 (last -rc)      Gcc's versions tested:    - gcc-4.1,     - gcc-4.0 and     - gcc-3.4
  The host linux version is v2.6.18-rc7. All kernel source versions was catchedfrom linus's git tree.
  Please, any ideas, suggestions and clarifications are very appreciated.
  Below, the error message:
baroni@baroni:/usr/src/v2.6.16-uml$  make linux ARCH=um  SYMLINK arch/um/include/kern_constants.h  SYMLINK arch/um/include/sysdepgcc -Wall -Wundef -Wstrict-prototypes -Wno-trigraphs -fno-strict-aliasing -fno-common -ffreestanding -Os -fno-omit-frame-pointer -fno-optimize-sibling-calls -g -D__arch_um__ -DSUBARCH=\"i386\" -Dvmap=kernel_vmap -Din6addr_loopback=kernel_in6addr_loopback -Iarch/um/include  -I/usr/src/v2.6.16-uml/arch/um/include/tt  -I/usr/src/v2.6.16-uml/arch/um/include/skas -D_FILE_OFFSET_BITS=64 -march=i686 -mpreferred-stack-boundary=2 -D_GNU_SOURCE -D_LARGEFILE64_SOURCE -S -o arch/um/user-offsets.s arch/um/sys-i386/user-offsets.carch/um/sys-i386/user-offsets.c: In function ‘foo’:arch/um/sys-i386/user-offsets.c:18: warning: implicit declaration of function ‘offsetof’arch/um/sys-i386/user-offsets.c:18: error: expected expression before ‘struct’arch/um/sys-i386/user-offsets.c:19: error: expected expression before ‘struct’arch/um/sys-i386/user-offsets.c:20: error: expected expression before ‘struct’arch/um/sys-i386/user-offsets.c:21: error: expected expression before ‘struct’arch/um/sys-i386/user-offsets.c:22: error: expected expression before ‘struct’arch/um/sys-i386/user-offsets.c:23: error: expected expression before ‘struct’arch/um/sys-i386/user-offsets.c:24: error: expected expression before ‘struct’arch/um/sys-i386/user-offsets.c:25: error: expected expression before ‘struct’arch/um/sys-i386/user-offsets.c:26: error: expected expression before ‘struct’arch/um/sys-i386/user-offsets.c:27: error: expected expression before ‘struct’arch/um/sys-i386/user-offsets.c:28: error: expected expression before ‘struct’arch/um/sys-i386/user-offsets.c:29: error: expected expression before ‘struct’arch/um/sys-i386/user-offsets.c:30: error: expected expression before ‘struct’arch/um/sys-i386/user-offsets.c:31: error: expected expression before ‘struct’arch/um/sys-i386/user-offsets.c:32: error: expected expression before ‘struct’arch/um/sys-i386/user-offsets.c:33: error: expected expression before ‘struct’arch/um/sys-i386/user-offsets.c:34: error: expected expression before ‘struct’arch/um/sys-i386/user-offsets.c:35: error: expected expression before ‘struct’arch/um/sys-i386/user-offsets.c:36: error: expected expression before ‘struct’arch/um/sys-i386/user-offsets.c:37: error: expected expression before ‘struct’arch/um/sys-i386/user-offsets.c:38: error: expected expression before ‘struct’arch/um/sys-i386/user-offsets.c:39: error: expected expression before ‘struct’arch/um/sys-i386/user-offsets.c:40: error: expected expression before ‘struct’arch/um/sys-i386/user-offsets.c:41: error: expected expression before ‘struct’arch/um/sys-i386/user-offsets.c:42: error: expected expression before ‘struct’arch/um/sys-i386/user-offsets.c:43: error: expected expression before ‘struct’arch/um/sys-i386/user-offsets.c:44: error: expected expression before ‘struct’arch/um/sys-i386/user-offsets.c:45: error: expected expression before ‘struct’arch/um/sys-i386/user-offsets.c:46: error: expected expression before ‘struct’arch/um/sys-i386/user-offsets.c:47: error: expected expression before ‘struct’make: ** [arch/um/user-offsets.s] Erro 1baroni@baroni:/usr/src/v2.6.16-uml$
Thanks,Rodrigo Baroni
-------------------------------------------------------------------------Take Surveys. Earn Cash. Influence the Future of ITJoin SourceForge.net's Techsay panel and you'll get the chance to share youropinions on IT & business topics through brief surveys -- and earn cashhttp://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV_______________________________________________User-mode-linux-devel mailing listUser-mode-linux-devel@lists.sourceforge.nethttps://lists.sourceforge.net/lists/listinfo/user-mode-linux-devel

             reply	other threads:[~2006-10-04  0:44 UTC|newest]

Thread overview: 6+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2006-10-02  3:54 Rodrigo Baroni [this message]
  -- strict thread matches above, loose matches on Subject: below --
2006-10-04 19:55 [uml-devel] compile error: user-offsets.c Rodrigo Baroni
2006-10-04  1:51 Rodrigo Baroni
2006-10-04  0:09 Rodrigo Baroni
2006-10-02  0:30 Rodrigo Baroni
2006-10-05 21:59 ` Jeff Dike

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=20061002035412.GC9780@baroni.homelinux.org \
    --to=baroni@ime.usp.br \
    --cc=user-mode-linux-devel@lists.sourceforge.net \
    /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