Displaying 20 results from an estimated 102 matches for "regparms".
Did you mean:
regparm
2011 Sep 16
3
[LLVMdev] help with an error message using clang ?
Hi,
I am new to LLVM and clang and I would like to seek some professional help.
:)
I have been trying to compile some C code on a linux x86 computer for a
Sparc machine.
I used:
clang -ccc-host-triple sparc-unknown-linux -ccc-clang-archs sparc -pthreads
-lm -emit-llvm test.c -c -o -test.bc
The following error messages are produced:
/usr/include/pthread.h:665:6: error: 'regparm' is
2007 Oct 06
1
GFS-kernel module - Version Magic Error
Are the RPMs for the latest GFS kernel module
GFS-kernel-2.6.9-72.2.0.8 to be used with the version 2.6.9-55.0.9.EL
available ? I tried to compile the Source RPMs available from the Red
Hat site but the modules can't be loaded because of invalid module
format arising from version magic issues. The syslog shows:
node0 kernel: gfs: version magic '2.6.9-55.0.9.ELsmp SMP 686 REGPARM
2004 Aug 09
3
Fedora FC2 and Zaptel (Torisa)
Followed the "instructions" on voip-info.org regardinging fedora FC2,
making Zaptel seems to work fine, however when I modprobe I get this. It
looks like a version mismatch somehow. Ideas? If this ooc, sorry first
post here :-)
modprobe tor2
WARNING: Error inserting zaptel
(/lib/modules/2.6.5-1.358smp/misc/zaptel.ko): Invalid module format
WARNING: Error inserting zaptel
2011 Sep 16
0
[LLVMdev] help with an error message using clang ?
On Fri, Sep 16, 2011 at 4:40 PM, Christine Cheng <clcheng at stanford.edu> wrote:
> Hi,
>
> I am new to LLVM and clang and I would like to seek some professional help.
> :)
>
> I have been trying to compile some C code on a linux x86 computer for a
> Sparc machine.
>
> I used:
>
> clang -ccc-host-triple sparc-unknown-linux -ccc-clang-archs sparc -pthreads
2004 Apr 12
4
Invalid module format in 2.6.5 after running make linux26
[root@asterisk zaptel]# modprobe ztdummy
WARNING: Error inserting zaptel
(/lib/modules/2.6.5-1.315/misc/zaptel.ko): Invalid module format
WARNING: Error inserting zaptel
(/lib/modules/2.6.5-1.315/misc/zaptel.ko): Invalid module format FATAL:
Error inserting ztdummy (/lib/modules/2.6.5-1.315/misc/ztdummy.ko):
Invalid module format FATAL: Error running install command for ztdummy
[root@asterisk
2008 Jan 03
1
[RFC PATCH 01/11] Add basic support for gcc profiler instrumentation
[Added Chris Wright, Rusty and Virt list because they were involved with
this issue before]
On Thu, 3 Jan 2008, Ingo Molnar wrote:
>
> * Steven Rostedt <rostedt@goodmis.org> wrote:
>
> > +# function tracing might turn this off:
> > +config REGPARM
> > + bool
> > + depends on !MCOUNT
> > + default y
>
> are you sure -pg really needs this?
Nope!
2008 Jan 03
1
[RFC PATCH 01/11] Add basic support for gcc profiler instrumentation
[Added Chris Wright, Rusty and Virt list because they were involved with
this issue before]
On Thu, 3 Jan 2008, Ingo Molnar wrote:
>
> * Steven Rostedt <rostedt@goodmis.org> wrote:
>
> > +# function tracing might turn this off:
> > +config REGPARM
> > + bool
> > + depends on !MCOUNT
> > + default y
>
> are you sure -pg really needs this?
Nope!
2004 Jul 27
1
warning killing for poor !LANG=C|US people
--- ../multipath-tools-0.2.8.1/klibc/klibc/arch/i386/MCONFIG 2004-07-20
10:51:42.000000000 +0200
+++ klibc/klibc/arch/i386/MCONFIG 2004-07-27 17:10:12.000000000 +0200
@@ -13,7 +13,7 @@
# them to be cdecl
# REGPARM = -mregparm=3 -DREGPARM
-gcc_major := $(shell $(CC) -v 2>&1 | awk '/gcc version/{print int($$3)}')
+gcc_major := $(shell unset LANG;$(CC) -v 2>&1 | awk
2010 Apr 19
0
redhat4.6-32bit DomU with pv driver can''t be saved
Hi all,
I have some problem with xm save/restore in Xen-4.0.0 & linux-2.6.31.13,
First, the /etc/init.d/xendomains seems do not work properly because of bash
version. So I modified it as follow:
root@r02k08027 # diff -up /etc/init.d/xendomains /etc/init.d/xendomains_31
--- /etc/init.d/xendomains 2010-04-08 00:12:04.000000000 +0800
+++ /etc/init.d/xendomains_31 2010-04-19
2010 Apr 19
0
redhat4.6-32bit DomU with pv driver can''t be saved
Hi all,
I have some problem with xm save/restore in Xen-4.0.0 & linux-2.6.31.13,
First, the /etc/init.d/xendomains seems do not work properly because of bash
version. So I modified it as follow:
root@r02k08027 # diff -up /etc/init.d/xendomains /etc/init.d/xendomains_31
--- /etc/init.d/xendomains 2010-04-08 00:12:04.000000000 +0800
+++ /etc/init.d/xendomains_31 2010-04-19
2008 Jun 11
1
CentOS 5.1 Paravirtualized guest hangs during creation
Hi all,
I am creating a CentOS 5.1 Paravirtualized guest On Xen 3.2.1 / Fedora
8 Dom0. I built DomU kernel from the Xen Linux 2.6.18.8 source. I also
created an initrd image (I face some problems there as I had to manually
copy some modules line xennet, ahci and libata). Anyway, I dounloaded
the CentOS5.1 image from http://jailtime.org/ and copied it to a new
partition. When I create the
2003 Mar 03
0
Re: [BK PATCH] klibc for 2.5.63
On Mon, Feb 24, 2003 at 05:26:32PM -0800, H. Peter Anvin wrote:
> Greg has taken on the job of integrating klibc with the kernel, but
> please post klibc bug reports to the klibc mailing list at
> <klibc@zytor.com>.
To avoid annoying warning from gcc I had to check for compatibility with
-falign-* like we do in arch/i386/Makefile.
check_usergcc located in top-level makefile to
2005 Feb 10
1
[PATCH] make DEBUG=true
udev knows about DEBUG=true and builds a debug binary. Maybe klibc
should do the same?
Was there a reason for -g in the i386 MCONFIG?
Index: MCONFIG
===================================================================
--- MCONFIG (revision 1003)
+++ MCONFIG (working copy)
@@ -62,5 +62,11 @@
#
include $(KLIBSRC)/arch/$(ARCH)/MCONFIG
+ifeq ($(DEBUG),true)
+STRIP = /bin/true
2011 Sep 17
1
[LLVMdev] help with an error message using clang ?
Hi Eli,
Thanks for the reply. Indeed there is solaris on the Sparc machine. I was
told that it is quite difficult to install LLVM there so I am doing what I
am doing. Is there a way for me to get headers from the target Sparc machine
without installing LLVM there?
Best,
Christine
On Fri, Sep 16, 2011 at 4:56 PM, Eli Friedman <eli.friedman at gmail.com>wrote:
> On Fri, Sep 16, 2011 at
2014 Aug 27
0
syslinux efi configuration file name proposal
Hello Ady,
On Wed, Aug 27, 2014 at 10:52:25AM +0300, Ady wrote:
> > Hello Ady & list,
> >
> > On Wed, Aug 27, 2014 at 08:17:51AM +0300, Ady wrote:
> > > > Hello Ady,
> > > >
> > > > On Fri, Aug 01, 2014 at 08:35:27PM +0300, Ady wrote:
> > > > > Goal: To have one USB drive capable of booting UEFI IA32 and UEFI X64
>
2007 Apr 18
3
[RFC, PATCH 4/24] i386 Vmi inline implementation
Macros to use VMI calls from assembly and C languages are introduced.
The macros are quite complex, but the end result is rather impressive.
The result is that when compiling a VMI kernel, the native code is
emitted inline, with no function call overhead, and some wiggle room
for register allocation. The hypervisor compatibility code is emitted
out of line into a separate section, and patched
2007 Apr 18
3
[RFC, PATCH 4/24] i386 Vmi inline implementation
Macros to use VMI calls from assembly and C languages are introduced.
The macros are quite complex, but the end result is rather impressive.
The result is that when compiling a VMI kernel, the native code is
emitted inline, with no function call overhead, and some wiggle room
for register allocation. The hypervisor compatibility code is emitted
out of line into a separate section, and patched
2007 Apr 18
3
explicit saves vs clobbers in paravirt.h
In your sequences in asm/paravirt.h, you explicitly save the caller-save
regs:
static inline void raw_local_irq_restore(unsigned long f)
{
__asm__ __volatile__(paravirt_alt("pushl %%ecx; pushl %%edx\n\t"
"pushl %1; call *%0\n\t"
"popl %1; popl %%edx; popl %%ecx",
PARAVIRT_RESTORE_FLAGS)
: : "m" (paravirt_ops.restore_fl),
2005 May 25
1
OSS install problem
Hi,
I want to install the commercial version of OSS and test if Skype
works better with it.
The problem is that after I compile 2.6.9-5.0.5.EL without sound
support and then install oss3992d-linux-x86-v26-regparm and make it
start at boot, at boot time OSS fails because it can not find /dev/dsp
/dev/mixer and some other /dev sound devices. Indeed they do not
exist. What do I need to do? Did I do
2007 Feb 02
1
[LLVMdev] LLVM & Mozilla
Hello Everyone.
With the help of recent regparm/inreg patches (landed week ago) LLVM was
able able to build recent Mozilla/Seamonkey distribution.
The target system in question was x86-32/Linux. Seamonkey suite 1.07 was
built.
Instructions:
1. Configure with CXXFLAGS="-D__NO_MATH_INLINES"
CFLAGS="-D__NO_MATH_INLINES" CC=<your llvm-gcc> CXX=<your llvm-g++>
2.