search for: xerxes

Displaying 20 results from an estimated 82 matches for "xerxes".

Did you mean: xerces
2004 Jan 23
2
trouble with german special chars on smb shares
Setup: two Slackware9.1 boxen with Samba 3.0.1 (tried 2.2.x as well), where xerxes: is a file server and shodan: is the client on xerxes there are 3 shared vfats (the errors I am going to describe occur on ext2/3 in exactly the same way) When I do: dexter@xerxes:/mnt/f/smbtest$ touch Umlaute_??? I get: dexter@xerxes:/mnt/f/smbtest$ ls Umlaute_??? Just like it should. BUT: o...
2002 Oct 17
1
newbie problem: can't mount win xp disk into linux (regkey is set)
Got two machines connected via a 10MBit Hub: One Slackware Linux 8.1 with eth0 = Realtek8139 (working fine), one WindowsXP Pro, same NIC, registry key for proper auth is set. The Windows machine is called xerxes on which the C dir is shared, and there is /mnt/xerxes/ on the Linux box. The command: # mount -t smbfs -o username=(username on win machine),password=(passwd on win # machine) //XERXES/C /mnt/xerxes/ gives me the following errors: 2251: session request to XERXES failed (Not listening on called n...
2009 Apr 08
4
[LLVMdev] What is the state of LLVM's ARM backend
...manually on my arm board and can now categorize most of the thirteen unexpected CodeGen failures in four categories: 1. llvm don't lower MVT::i64 properly on arm errors http://labb.zafena.se/shark-testing/llvmARMCodeGenFailures200904/i64armLoweringRelatedErrors/ example: root at overo:/home/xerxes/llvm-test/fail/CodeGen/notnativelysupported# llvm-as < 2008-02-04-ExtractSubvector.ll | llc llc: /usr/src/openembedded/overo/tmp/work/armv7a-angstrom-linux-gnueabi/llvm2.6-2.6-r0/llvm-2.6/include/llvm/Target/TargetLowering.h:158: llvm::TargetRegisterClass* llvm::TargetLowering::getRegClassFor(l...
2009 Jul 01
2
[LLVMdev] build failure on ARM linux
...contains the call to __sync_val_compare_and_swap that lowers to the missing __sync_val_compare_and_swap_4 GCC intrinsic. The same file contains several other __sync_* calls and all these has to be implemented if we want to be able to compile llvm on linux/ARM with GCC versions below < 4.4 xerxes at labbserver:~/llvm$ grep _sync lib/*/* lib/System/Atomic.cpp: __sync_synchronize(); lib/System/Atomic.cpp: return __sync_val_compare_and_swap(ptr, old_value, new_value); lib/System/Atomic.cpp: return __sync_add_and_fetch(ptr, 1); lib/System/Atomic.cpp: return __sync_sub_and_fetch(ptr, 1); li...
2009 Apr 08
0
[LLVMdev] What is the state of LLVM's ARM backend
Hi Xerxes, > 4. softfloat related errors > http://labb.zafena.se/shark-testing/llvmARMCodeGenFailures200904/softenfloat_Do_not_know_how_to_soften_the_result_of_this_operator/ > example: > > root at overo:/home/xerxes/llvm-test/fail/CodeGen/softenfloat# llvm-as < 2007-11-19-VectorSplitting...
2009 Apr 08
2
[LLVMdev] What is the state of LLVM's ARM backend
Duncan Sands skrev: > Hi Xerxes, > > >> 4. softfloat related errors >> http://labb.zafena.se/shark-testing/llvmARMCodeGenFailures200904/softenfloat_Do_not_know_how_to_soften_the_result_of_this_operator/ >> example: >> >> root at overo:/home/xerxes/llvm-test/fail/CodeGen/softenfloat# llvm-as...
2010 Aug 31
2
[LLVMdev] [PATCH] New LLVMGetVersion function allowing applications to get LLVM version through the API directly from libLLVM.so
Please check in this patch. Thanks, Yuri -------------- next part -------------- An embedded and charset-unspecified text was scrubbed... Name: patch-version URL: <http://lists.llvm.org/pipermail/llvm-dev/attachments/20100831/632e9759/attachment.ksh>
2009 Jul 01
0
[LLVMdev] build failure on ARM linux
Why is his configure not catching this? It tests for the linkability of these functions on the target arch, and should be detecting their absence if that is actually the case. --Owen On Jul 1, 2009, at 12:50 AM, Xerxes Rånby wrote: > llvm/lib/System/Atomic.cpp contains the call to > __sync_val_compare_and_swap that lowers to the missing > __sync_val_compare_and_swap_4 GCC intrinsic. > > The same file contains several other __sync_* calls and all these has > to be implemented if we want to be a...
2011 Apr 08
0
[LLVMdev] Assuring ARM code quality in LLVM
On 8 April 2011 11:21, Xerxes Rånby <xerxes at zafena.se> wrote: > Hope this will help fix the regressions Hi Xerxes, I see you're the owner of that board, thanks for the detailed description of the tests. By what you say, I think that the board itself is serving its purpose, and 2.9 only got that regression bec...
2009 Aug 27
1
[LLVMdev] llvm-gcc-4.2-2.5 fails to build from source on arm: - ARM buildbot are installed.
...g common tools like gdb and code manipulation are most welcome. Anton do you know if there are current any bugs that breaks clang/gcc on ARM? With this said i gladly volunteer during the coming months to do my best make at least the ARM stable for the 2.6 release. Greetings and have a great day! Xerxes Den 2009-08-20 01:30, Tanya Lattner skrev: > > On Aug 4, 2009, at 5:33 AM, Anton Korobeynikov wrote: > >> Hello, Martin >> >>> llvm-gcc-4.2-2.5 is failing to build from source on arm, sparc, >>> powerpc and ia64, only succeeding on i386 and amd64: >>&g...
2009 Apr 01
0
[LLVMdev] What is the state of LLVM's ARM backend
LLVM ARM v6 backend is in fairly good shape. Even the JIT passes nearly the entire llvm test suite. There are some known missing bits: 1. Exception handling 2. Atomic Not sure: 3. Debugging support (should be trivial to hook up if it's not done) Also the thumb backend is not awesome. Its performance is not great. Evan On Apr 1, 2009, at 6:34 AM, Robert Schuster wrote: > Hi, > the
2009 Apr 18
2
[LLVMdev] [patch] vmkit compiled using gcc
...tested compiling vmkit using gcc3.4 and gcc4.4 Some vmkit files required that I added some explicit typecasts and #includes in order to compile. I have attached my changes against the vmkit svn trunk rev 69439 Using this patch both versions of gcc managed to compiled vmkit on my machine. Cheers Xerxes -------------- next part -------------- An embedded and charset-unspecified text was scrubbed... Name: vmkit_r69439_svn_compile_gcc.patch URL: <http://lists.llvm.org/pipermail/llvm-dev/attachments/20090418/60806b55/attachment.ksh>
2007 Feb 14
2
UTF8 not working
...max log size = 10240 valid users = dexter admin users = dexter read list = dexter write list = dexter printer admin = dexter hosts allow = 192.168.0.0/24 [media] path = /mnt/data/media read only = No The fstab entry on the client: //xerxes/media /mnt/xerxes/smb/media cifs credentials=<foo>,rw,users 0 0 So - why no UTF-8 chars? -- -----BEGIN GEEK CODE BLOCK----- Version: 3.12 GCS d--(+)@ s-:+ a- C++++ UL++ P+>++ L+++>++++ E-- W++ N o? K- w--(---) !O M+ V- PS+ PE Y++ PGP t++(---)@ 5 X+(++) R+(++) tv--(+)@ b++(+++) DI+...
2011 Aug 31
1
[LLVMdev] Trouble using the MCJIT: "Target does not support MC emission" error
...g lli to report (unknown object format). We need to implement llvm/lib/ExecutionEngine/RuntimeDyld/RuntimeDyldELF.cpp for the MCJIT to work on ELF systems. Testcase: ./llvm-as < llvm/test/ExecutionEngine/hello.ll | ./lli -use-mcjit > > Any more ideas? > > Best, > Ralf Cheers Xerxes
2009 Sep 30
0
[LLVMdev] long double type on ARM
...runk. So try using llc from llvm 2.6 release branch or llvm pre2.7 svn trunk! It would be helpful if you could open a bugreport for this issue and attach the problematic od.bc since we need a testcase from the bitcode that exposes the bug inorder to help you analyse and solve your problem. Cheers Xerxes Jin Gu Kang skrev: > Dear LLVM members. > I am compiling coreutils-7.4 package for ARM linux using LLVM 2.5 version. > When i compiled 'od' program in coreutils package using LLVM 2.5, > i could see the error message on llc processing. > > llvm-gcc -emit-llvm ./od.c -c -o...
2009 Apr 01
4
[LLVMdev] What is the state of LLVM's ARM backend
Hi, the ARM backend lacks some stuff like support for atomic intrinsics. I learned the hard way (crash). Lately I was told that the ARM backend of LLVM is generally in its early stages of development. I would like to know more about this. Which stuff is missing, known to be unstable and the like. Thanks in advance for taking the time. Regards Robert -------------- next part -------------- A
2011 Apr 08
2
[LLVMdev] Assuring ARM code quality in LLVM
...le1.osuosl.org:8011/builders/llvm-arm-linux/builds/594/steps/test-llvm/logs/fold-pcmpeqd-0.ll> http://google1.osuosl.org:8011/builders/llvm-arm-linux/builds/595 - Revision: 127308 last known successful ARM build by the builder after the 2.9 fork. Hope this will help fix the regressions Cheers Xerxes >> We have thought about some routes: >> - Install some build slaves on our side, so you can test them (linux, >> bare-metal), if it's possible to cross-compile on build slaves. > there are several idle ARM buildslaves. There are the following slaves: > > gcc35:...
2009 Nov 16
0
[LLVMdev] Compilation error while cross compiling LLVM for ARM - the __clear_cache issue - now the __sync_val_compare_and_swap issue - now the internal compiler error issue.
...rootfs are compiled with armgcc-4.2.1... so should i need to compile the kernel and rootfs with armgcc-4.3.3? If i want to use arm-toolchain-4.2.1 , what should i do for clearing the instruction cache call in lib/System/Memory.cpp? Thanks and Regards, Prasanth J On Mon, Nov 16, 2009 at 4:12 PM, Xerxes Rånby <xerxes at zafena.se> wrote: > > Prasanth J wrote: > > Hi, > > > > As you said i downloaded arm toolchain from codesourcery(2009q3 with > > gcc 4.4.1 version).. if i use this toolchain i am getting the > > following error.. > > > > make[2...
2004 Mar 07
2
CIFS, fstab, credentials
...username=<username> and password=<password> in /etc/credfile, tried user=<username> to match the convention in cifsfs, but with both variants I get: mount error 13 = Permission denied Refer to the mount.cifs(8) manual page (e.g.man mount.cifs) the corresponding fstab entry is: //xerxes/m1 /mnt/xerxes/d cifs credentials=/etc/credfile,uid=dexter,gid=users,rw 0 0 The other thing is: at boot time, I get: CIFS VFS: Error connecting to IPv4 socket. Aborting operation CIFS VFS: cifs_mount failed w/return code = -22 later, when the system is up, I can cd to the mnt dir and mount alri...
2011 Apr 11
2
[LLVMdev] Assuring ARM code quality in LLVM
...n tried native builds on a beagleboard, it took about 4 hours to build without the tests which is a bit too slow. We will need to find a way to make ARM builds faster. Thanks Galina On Fri, Apr 8, 2011 at 5:46 AM, Renato Golin <renato.golin at arm.com> wrote: > On 8 April 2011 11:21, Xerxes Rånby <xerxes at zafena.se> wrote: >> Hope this will help fix the regressions > > Hi Xerxes, > > I see you're the owner of that board, thanks for the detailed > description of the tests. > > By what you say, I think that the board itself is serving its purpose,...