search for: ev56

Displaying 20 results from an estimated 36 matches for "ev56".

2006 Feb 17
0
Segmentation fault
Receiving nothing but a 'segfault' when ever I attempt to run any of the binaries after building... Redhat 7.2 [Alpha] Compaq C 6.5.9 Binutils-2.16.x Kernel-2.6.13.4 CC="ccache ccc" CXX="ccache cxx" \ CFLAGS="-shared -O2 -fast -ansi_alias -arch ev56 -mieee -w -pipe" \ CXXFLAGS="-O2 -fast -ansi_alias -arch ev56 -w -pipe" \ ./configure \ --prefix=/usr \ --sysconfdir=/etc \ --build=alpha-alpha-linux \ --with-ssl=openssl \ --with-passwd \ --with-mysql \ --with-storages \ --localstatedir=/var make -s This GDB was configu...
2002 Sep 01
1
floating point exception in 1.0
alpha 21164 (EV56) debian unstable debian's vorbis 1.0 beatles yellow submarine track 9, "sea of holes" 96% of the way through i get a floating point exception. reproduced twice in a row. if a developer does not have a copy of this fine album, i can upload the wav file. ~jeffrey :j --- >8 ---- Li...
2000 Jun 15
2
[PATCH] ./configure fails to recognize alphapca56 (R-1.1.0)
I think I reported this bug in the past. At that time, I was told that it is a bug of autoconf. ./configure does not recognize Linux on DEC Alpha 21164PC (a cheap version of Alpha EV56), so all the compilation flags were set incorrectly. I don't know the right way to fix it (I don't know how autoconf works yet ...), but the following patch fixes the problem. Thank you, Naoki Naoki Takebayashi <ntakebay@bio.indiana.edu> --- Dept. of Biology, Indiana University...
2003 Mar 27
2
Samba and CCC
...Compaq Compiler)? I would really like to be able to compile it using CCC but I keep getting the errors listed below. I was wondering, could please point me in the right direction for a solution to this dilemma? ==================== ERROR MESSAGE ==================== Using FLAGS = -O -fast -O4 -ev56 -Iinclude -I./include -I./ubiqx - -I./smbwrapper -D_LA RGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_GNU_SOURCE - -DLOGFILEBASE="/usr/l ocal/samba/var" -DCONFIGFILE="/usr/local/samba/lib/smb.conf" - -DLMHOSTSFILE=" /usr/local/samba/lib/lmhosts" -DSWATDIR="/usr/l...
2006 Feb 18
2
"undefined reference to `yes_storage'"
...issues' with Compaq C, I decided to attempt compile using GCC-3.4.3... To put it short, that didn't fair well either. Will L G. Redhat 7.2 [Alpha] GCC 3.4.3 Binutils-2.16.x Kernel-2.6.13.4 ccache gcc-3.4.3 -std=gnu99 -g -O5 -finline -fstrict-aliasing -fomit-frame-pointer -mieee -w -mtune=ev56 -mmax -pipe -D_BSD_SOURCE -Wl,-lots -Wl,-lcpml -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wpointer-arith -Wchar-subscripts -Wformat=2 -Wbad-function-cast -o imap cmd-append.o cmd-authenticate.o cmd-capability.o cmd-check.o cmd-close.o cmd-copy.o cmd-create.o cmd-delete.o cmd-examine.o cm...
2000 Jun 16
1
[PATCH] ./configure fails to recognize alphapca56 (PR#572)
...ognize alphapca56 (R-1. Cc: r-devel@stat.math.ethz.ch On 15-Jun-00 Naoki Takebayashi wrote: > I think I reported this bug in the past. At that time, I was told that > it is a bug of autoconf. > > ./configure does not recognize Linux on DEC Alpha 21164PC (a cheap version > of Alpha EV56), so all the compilation flags were set incorrectly. I > don't know the right way to fix it (I don't know how autoconf works > yet ...), but the following patch fixes the problem. > > Thank you, > Naoki > > Naoki Takebayashi <ntakebay@bio.indiana.edu> >...
2003 Sep 05
20
[Bug 635] openssh-SNAP-20030903: configure does not work well with heimdal(krb5)
...MD5 password support: no IP address in $DISPLAY hack: no Translate v4 in v6 hack: no BSD Auth support: no Random number source: OpenSSL internal ONLY Host: alphaev67-dec-osf5.1 Compiler: cc Compiler flags: -O2 -arch ev56 Preprocessor flags: -I/usr/local/openssl/include -Iyes -I/software/@sys/usr/include -I/usr/local/include -I/usr/local/openssl/include -I/usr/heimdal/include Linker flags: -L/usr/local/openssl/lib -Lyes -L/usr/heimdal/lib Libraries: -lwrap -lrt -lz -L/usr/local/lib -L/software/@sys/...
2004 Sep 10
2
Fwd: Re: flac-1.0.3_beta released [64-bit friendly?]
I'm passing this on to the flac-dev list... --- Igor Schein <igor@txc.com> wrote: > Date: Tue, 11 Jun 2002 16:20:15 -0400 > From: Igor Schein <igor@txc.com> > To: Josh Coalson <xflac@yahoo.com> > Subject: Re: [Flac-dev] flac-1.0.3_beta released > > On Tue, Jun 11, 2002 at 10:04:25AM -0700, Josh Coalson wrote: > > One more thing... you will probably
2008 Jun 10
3
[LLVMdev] DejaGNU test fixes
...Running /home/kooijman/src/llvm-trunk/test/CodeGen/Alpha/dg.exp ... FAIL: /home/kooijman/src/llvm-trunk/test/CodeGen/Alpha/ctlz.ll Failed with unknown error (or has stderr output) at line 4 while running: llvm-as < /home/kooijman/src/llvm-trunk/test/CodeGen/Alpha/ctlz.ll | llc -march=alpha -mcpu=ev56 | not grep -i ctlz 'ev56' is not a recognized processor for this target (ignoring processor) 'ev56' is not a recognized processor for this target (ignoring processor) FAIL: /home/kooijman/src/llvm-trunk/test/CodeGen/Alpha/ctpop.ll Failed with unknown error (or has stderr output) at...
2004 Sep 10
2
-lm ordering
...lac-1.0 with Compaq C on FreeBSD/alpha, I needed to move -lm to the end of the libraries, otherwise ccc would complain about unresolved symbols. Patches below. The result is nothing less than stunning. On my 21164A/500 box, "ccc -fast" code is almost twice as fast as "gcc -O -mcpu=ev56", 1:11 vs. 2:03 for encoding a test track with default parameters. This may also be due to the Compaq math library. --- src/flac/Makefile.am.orig Tue Aug 28 15:58:11 2001 +++ src/flac/Makefile.am Tue Aug 28 15:58:19 2001 @@ -29,5 +29,4 @@ encode.h \ file.h -flac_LDFLAGS = -lm -flac_LDA...
2014 Jun 15
0
[PATCH 05/11] qspinlock: Optimize for smaller NR_CPUS
...s in turn allows us to unconditionally acquire; the locked state as observed by the wait loops cannot change. And because both locked and pending are now a full byte we can use simple stores for the state transition, obviating one atomic operation entirely. All this is horribly broken on Alpha pre EV56 (and any other arch that cannot do single-copy atomic byte stores). Signed-off-by: Peter Zijlstra <peterz at infradead.org> --- include/asm-generic/qspinlock_types.h | 13 ++++ kernel/locking/qspinlock.c | 103 ++++++++++++++++++++++++++++++---- 2 files changed, 106 insertions...
2000 Mar 21
0
Summing up histograms and misc.
...by Brain Ripley to read the abovementioned images off-list), it doesn't seem to mean anything, but I figured I might as well ask since I (finally) have upgraded to R-1.0.0. It goes: rukbat:~/hfag/src/c> R CMD SHLIB readraw.c cc -I/local/R/lib/R/include -ieee_with_inexact -std1 -O3 -tune ev56 -c readraw.c -o readraw.o f77 -shared -o readraw.so readraw.o -ldxml -lUfor -lfor -lFutil -lm -lots -lmld: Warning: Unresolved: Rf_error Is it anything to worry about? Best, Kjetil -- Kjetil Kjernsmo Graduate astronomy-student Problems worthy of attack University of Oslo,...
2014 Apr 17
0
[PATCH v9 05/19] qspinlock: Optimize for smaller NR_CPUS
...s in turn allows us to unconditionally acquire; the locked state as observed by the wait loops cannot change. And because both locked and pending are now a full byte we can use simple stores for the state transition, obviating one atomic operation entirely. All this is horribly broken on Alpha pre EV56 (and any other arch that cannot do single-copy atomic byte stores). Signed-off-by: Peter Zijlstra <peterz at infradead.org> Signed-off-by: Waiman Long <Waiman.Long at hp.com> --- include/asm-generic/qspinlock_types.h | 13 ++++ kernel/locking/qspinlock.c | 111 ++++++++++...
2014 Jun 18
1
[PATCH 05/11] qspinlock: Optimize for smaller NR_CPUS
...t; and pending are now a full byte we can use simple stores for the > state transition, obviating one atomic operation entirely. I have to ask - how much more performance do you get from this? Is this extra atomic operation hurting that much? > > All this is horribly broken on Alpha pre EV56 (and any other arch that > cannot do single-copy atomic byte stores). > > Signed-off-by: Peter Zijlstra <peterz at infradead.org> > --- > include/asm-generic/qspinlock_types.h | 13 ++++ > kernel/locking/qspinlock.c | 103 ++++++++++++++++++++++++++++++---- &g...
2014 Jun 18
1
[PATCH 05/11] qspinlock: Optimize for smaller NR_CPUS
...t; and pending are now a full byte we can use simple stores for the > state transition, obviating one atomic operation entirely. I have to ask - how much more performance do you get from this? Is this extra atomic operation hurting that much? > > All this is horribly broken on Alpha pre EV56 (and any other arch that > cannot do single-copy atomic byte stores). > > Signed-off-by: Peter Zijlstra <peterz at infradead.org> > --- > include/asm-generic/qspinlock_types.h | 13 ++++ > kernel/locking/qspinlock.c | 103 ++++++++++++++++++++++++++++++---- &g...
2004 Mar 27
0
Oops with md/ext3 on 2.4.25 on alpha architecture
..._ALPHA_SX164=y # CONFIG_ALPHA_SABLE is not set # CONFIG_ALPHA_SHARK is not set # CONFIG_ALPHA_TAKARA is not set # CONFIG_ALPHA_TITAN is not set # CONFIG_ALPHA_WILDFIRE is not set CONFIG_ISA=y CONFIG_EISA=y # CONFIG_SBUS is not set # CONFIG_MCA is not set CONFIG_PCI=y CONFIG_ALPHA_EV5=y CONFIG_ALPHA_EV56=y CONFIG_ALPHA_CIA=y CONFIG_ALPHA_PYXIS=y CONFIG_ALPHA_SRM=y CONFIG_VERBOSE_MCHECK=y CONFIG_EARLY_PRINTK=y # CONFIG_DISCONTIGMEM is not set # CONFIG_ALPHA_LARGE_VMALLOC is not set CONFIG_PCI_NAMES=y # CONFIG_HOTPLUG is not set # CONFIG_PCMCIA is not set CONFIG_NET=y CONFIG_SYSVIPC=y # CONFIG_BSD_PR...
2014 Jun 15
28
[PATCH 00/11] qspinlock with paravirt support
Since Waiman seems incapable of doing simple things; here's my take on the paravirt crap. The first few patches are taken from Waiman's latest series, but the virt support is completely new. Its primary aim is to not mess up the native code. I've not stress tested it, but the virt and paravirt (kvm) cases boot on simple smp guests. I've not done Xen, but the patch should be
2014 Jun 15
28
[PATCH 00/11] qspinlock with paravirt support
Since Waiman seems incapable of doing simple things; here's my take on the paravirt crap. The first few patches are taken from Waiman's latest series, but the virt support is completely new. Its primary aim is to not mess up the native code. I've not stress tested it, but the virt and paravirt (kvm) cases boot on simple smp guests. I've not done Xen, but the patch should be
2014 Oct 16
15
[PATCH v12 00/11] qspinlock: a 4-byte queue spinlock with PV support
v11->v12: - Based on PeterZ's version of the qspinlock patch (https://lkml.org/lkml/2014/6/15/63). - Incorporated many of the review comments from Konrad Wilk and Paolo Bonzini. - The pvqspinlock code is largely from my previous version with PeterZ's way of going from queue tail to head and his idea of using callee saved calls to KVM and XEN codes. v10->v11: - Use a
2014 Oct 16
15
[PATCH v12 00/11] qspinlock: a 4-byte queue spinlock with PV support
v11->v12: - Based on PeterZ's version of the qspinlock patch (https://lkml.org/lkml/2014/6/15/63). - Incorporated many of the review comments from Konrad Wilk and Paolo Bonzini. - The pvqspinlock code is largely from my previous version with PeterZ's way of going from queue tail to head and his idea of using callee saved calls to KVM and XEN codes. v10->v11: - Use a