linux-um archives
 help / color / mirror / Atom feed
From: "roland" <for_spam@gmx.de>
To: user-mode-linux-devel@lists.sourceforge.net
Subject: [uml-devel] compile issue when removing CONFIG_MODE_TT
Date: Thu, 4 Mar 2004 23:46:13 +0100	[thread overview]
Message-ID: <108601c4023a$7f0f3bc0$2000000a@schlepptopp> (raw)
In-Reply-To: 200403040216.i242GLWo009037@ccure.user-mode-linux.org

hi,
this is not actually a real "problem" for me, but i think it`s worth reporting.

when unsetting CONFIG_MODE_TT (i dont need and want TT) in .config, i get the following error, when compiling uml:

---- snipp ----
gcc  -Wall -Wstrict-prototypes -Wno-trigraphs -fno-strict-aliasing -fno-common -U__i386__ -Ui386 -D__arch_um__ -DSUBARCH=\"i386\" -D
_LARGEFILE64_SOURCE   -Iarch/um/include -I/tmp/uml/linux-2.6.3-rc2/arch/um/kernel/skas/include -D_GNU_SOURCE -O2 -g -c -o
arch/um/kernel/config.o arch/um/kernel/config.c
  CC      arch/um/kernel/exec_kern.o
  CC      arch/um/kernel/exitcode.o
  CC      arch/um/kernel/frame_kern.o
  CC      arch/um/kernel/init_task.o
  CC      arch/um/kernel/irq.o
  CC      arch/um/kernel/ksyms.o
arch/um/kernel/ksyms.c:35: `host_task_size' undeclared here (not in a function)
arch/um/kernel/ksyms.c:35: initializer element is not constant
arch/um/kernel/ksyms.c:35: (near initialization for `__ksymtab_host_task_size.value')
make[1]: *** [arch/um/kernel/ksyms.o] Error 1
make: *** [arch/um/kernel] Error 2

regards
roland



-------------------------------------------------------
This SF.Net email is sponsored by: IBM Linux Tutorials
Free Linux tutorial presented by Daniel Robbins, President and CEO of
GenToo technologies. Learn everything from fundamentals to system
administration.http://ads.osdn.com/?ad_id=1470&alloc_id=3638&op=click
_______________________________________________
User-mode-linux-devel mailing list
User-mode-linux-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/user-mode-linux-devel

  reply	other threads:[~2004-03-04 22:54 UTC|newest]

Thread overview: 44+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2003-12-29 16:32 [uml-devel] Kernel mode fault at addr 0x48965000, ip 0x400e51a4 Jeff Chua
     [not found] ` <200401060258.i 062wuFI023117@ccure.user-mode-linux.org>
     [not found] ` <200401061718.i 06HILtd002620@ccure.user-mode-linux.org>
     [not found] ` <200401061718.i  06HILtd002620@ccure.user-mode-linux.org>
2003-12-30 18:06 ` BlaisorBlade
2004-01-01  6:14   ` Jeff Chua
2004-01-06  2:58 ` Jeff Dike
2004-01-06 15:57   ` Johannes Formann
2004-01-06 17:18     ` Jeff Dike
2004-01-06 18:11       ` Johannes Formann
2004-01-06 18:18         ` BlaisorBlade
2004-01-06 18:49           ` Johannes Formann
2004-01-06 16:33             ` [uml-devel] Kernel mode fault at addr 0x48965000, ip0x400e51a4 stian
2004-01-06 19:06               ` Johannes Formann
2004-01-06 19:40                 ` Johannes Formann
2004-01-06 19:34                   ` Jeff Chua
2004-01-06 21:00                     ` Johannes Formann
2004-01-06 20:47                       ` Jeff Chua
2004-01-06 21:47                         ` Johannes Formann
2004-01-06 21:32                           ` Jeff Chua
2004-01-06 21:55                             ` Johannes Formann
2004-01-06 21:39                               ` Jeff Chua
2004-01-07  5:53                                 ` Johannes Formann
2004-01-07 17:10                                   ` Jeff Chua
2004-01-07 19:18                                     ` Johannes Formann
2004-01-07 19:25                     ` BlaisorBlade
2004-01-10 20:33                       ` Johannes Formann
2004-01-11 12:34                         ` BlaisorBlade
2004-01-11 15:25                           ` Johannes Formann
2004-01-11 15:46                             ` BlaisorBlade
2004-01-11 18:04                               ` Johannes Formann
2004-02-21 11:23                                 ` Johannes Formann
2004-02-21 15:34                                   ` BlaisorBlade
2004-01-11 23:04                               ` Jeff Chua
2004-01-13 18:14                                 ` BlaisorBlade
2004-01-06 20:55                   ` Jeff Dike
2004-03-04  2:16                   ` Jeff Dike
2004-03-04 22:46                     ` roland [this message]
2004-01-06 19:07             ` [uml-devel] Kernel mode fault at addr 0x48965000, ip 0x400e51a4 BlaisorBlade
2004-01-06 18:00     ` Jeff Chua
2004-01-06 16:15       ` stian
2004-01-07 17:08         ` Jeff Chua
2004-01-07 19:18           ` Adam Heath
2004-01-08 17:34             ` [uml-devel] [tracked down] Kernel mode fault with /dev/kmem BlaisorBlade
2004-03-04  2:16 ` [uml-devel] Kernel mode fault at addr 0x48965000, ip 0x400e51a4 Jeff Dike
2004-03-04  2:19   ` Jeff Chua
2004-03-07 10:54     ` BlaisorBlade

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='108601c4023a$7f0f3bc0$2000000a@schlepptopp' \
    --to=for_spam@gmx.de \
    --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