similar to: Samba on ARM using native tool chain

Displaying 20 results from an estimated 6000 matches similar to: "Samba on ARM using native tool chain"

2004 Aug 05
1
Samba for xscale
Hi, Does samba require gawk, awk, perl, cc to compile? Or is it possible to just use the gcc compiler to build it. I want to build samba on xscale processor which has aminimal file system with native gcc compiler. It doesn't has perl or gwak etc. -Thanks, Rajesh
2004 Aug 04
1
Samba on ARM configure error
Hi Andrew, I rebuilt my tool chain for ARM. I am running it on the Intel IOP 31244 processor. This is my configuration: Gcc-3.3.2, Glibc-2.3.2, Binutils 2.14 and Linux 2.6.5 . Now I get the following error: Checking configure summary... ERROR: no seteuid method available Configure: error: summary failure. Aborting config. Where am I making mistake? -thanks, Rajesh
2004 Aug 05
1
samba requirement
Hi, Can anyone let me know what are the requirements like gcc, glibc, binutils and kernel required successful compilation of Samba-3.05. I ask this question because when I tried compiling Samba-3.05 with gcc-3.3.2, glibc-2.3.2, binutils-2.14 and Linux 2.6.5I get many errors. Mostly stating function parameter mismatch. -thanks, Rajesh
2013 Apr 23
3
Fetching gem metadata from http://rubygems.org/.Unfortunately, a fatal error has occurred. Please se
Hi guys when i''m doing bundle install i got this type of error whats this? please help me. rajesh@rajesh:~/workspace/Cybermedia_Test$ bundle install Fetching gem metadata from http://rubygems.org/.Unfortunately, a fatal error has occurred. Please see the Bundler troubleshooting documentation at http://bit.ly/bundler-issues. Thanks!
2012 Nov 21
2
[LLVMdev] Extended Inline asm with double data type crashes clang
Thanks Rafael, Hello All, Could anyone please comment, which part in selectiondag need to be understood/modified to fix this. Regards, Rajesh On Wed, Nov 21, 2012 at 2:38 AM, Rafael EspĂ­ndola < rafael.espindola at gmail.com> wrote: > I reported http://llvm.org/pr14393 to track it. > > On 20 November 2012 05:18, rajesh viswabramana > <viswabramana.rajesh at
2012 Nov 20
0
[LLVMdev] Extended Inline asm with double data type crashes clang
I reported http://llvm.org/pr14393 to track it. On 20 November 2012 05:18, rajesh viswabramana <viswabramana.rajesh at gmail.com> wrote: > Hi, > > Clang crashes when below snippet of code is compiled (used latest svn > version) > > double func1() > { > double x ; > asm ( "" : "=r"(x) : "0"(x) ); > return x; > } >
2012 Nov 22
0
[LLVMdev] Extended Inline asm with double data type crashes clang
Hi all, I tried same code on gcc for arm(hard float), double f2 () { double x = 10.0; asm ("" : "=r" (x) : "0" (x)); return x; } > arm-linux-gnueabi-gcc -S -mhard-float pr39058.c -O2 Generates proper code, mov r3, #0 mov r2, #0 movt r3, 16420 fmdrr d0, r2, r3 bx lr But llvm crashes, If data type is "double",
2002 Jan 28
4
commands to see Entire Configuration
Hi all, This may sound strange, but i have a question.. is there any commands which we can use to see the entire TC configurations.. iam new to this TC , thanks, Rajesh Rajesh Revuru, Res:105 smith lane,#33, Syracuse-NY 13210. Ph.315-422-8908(R) Ph.315-443-9120(O) --------------------------------- Do You Yahoo!? Yahoo! Auctions Great stuff seeking new owners! Bid now!
2003 Aug 12
4
rsync problem
Hi all, I've installed rsync-2.5.6 on a sun box (solaris 8). When I run rsync using the command rsync -a ssh /opt/local/pkgs/httpd/htdocs/ root@remotemachine:/mnt/ I get the error rsync: connection unexpectedly closed (0 bytes read so far) rsync error: error in rsync protocol data stream (code 12) at io.c(165) What could be the reason? Any help would be appreciated. Thanks, Rajesh.
2019 Mar 12
2
Query about JIT
Hi Alexey, Thank you very much for your detailed reply, will look into the resources indicated. I'd like to avoid C++ if possible, let me see how it goes. Regards, Rajesh Jayaprakash On Tue 12 Mar, 2019, 6:35 PM Sachkov, Alexey, <alexey.sachkov at intel.com> wrote: > Hi Rajesh, > > If I understand correctly, libclang is a C interface to Clang features, > not LLVM. That
2013 Apr 30
1
wats this???
Hi all, I DONT KNOW WHAT IS THIS WHEN I RUN SERVER OR CONSOLE ITS COMMING. PLEASE ANYBODY TELME WHATS PROBLEM WHATS SOLLUTION rajesh@rajesh:~/workspace/apl$ ruby script/console Loading development environment (Rails 2.3.2) NOTE: Gem.source_index is deprecated, use Specification. It will be removed on or after 2011-11-01. Gem.source_index called from
2001 Oct 15
2
kernel 2.4.12 and ext3 patch
Hi, I have just joined this list. Sorry for this newbie question. Is the patch for Linus's kernel 2.4.12 be expected to be released soon ? Thanks in advance. Peace -- Rajesh http://www.symonds.net/~rajesh/ ***** Powered By: Debian GNU/Linux Kernel 2.4.10(ext3) : [Linux One Stanza Tip] From : <bish@nde.vsnl.net.in> LOST #028 -**< Sub : Graphic file
2013 Jun 19
2
[LLVMdev] ARM struct byval size > 64 triggers failure
I missed that the testing case is returning a struct. You are right in VARegSaveSize. For callee: sub sp, sp, #16 push {r11, lr} mov r11, sp sub sp, sp, #8 str r3, [r11, #20] str r2, [r11, #16] str r1, [r11, #12] ldr r1, [r11, #76] The beginning of the input struct @ sp_at_entry - 16 - 8 + 12 = sp_at_entry -12 # of leftover bytes 67-12 = 55 r11+76 is @ sp_at_entry - 24 + 76 = sp_at_entry
2019 Jul 10
2
Using bytecode version of std::sort for JIT generated data type
Do you have some pointers on how to do it? Take a file like sort.cc above and generate a JIT module. Does llc <https://llvm.org/docs/CommandGuide/llc.html> help with this? What library function can we use to load an existing IR module file into my JIT runtime module to compile them together? On Tue, Jul 9, 2019 at 4:17 PM David Blaikie <dblaikie at gmail.com> wrote: > Ah, no, sort
2013 Jun 20
1
[LLVMdev] ARM struct byval size > 64 triggers failure
> - "since ABI says the stack pointer needs to be 8 byte aligned at function entry point" (taken from Manman's reply) > What will be considered as entry point here? > Is it place of SP Adjustments "sub sp, sp, #16" > (Or) Is it place of first user instruction(end of prologue) "ldr r2, .LCPI0_0" Eight byte stack alignment is a
2015 Sep 13
2
concerning dovecot settings for high volume server
thanks very much urban. this was very helpful. i have around 12500 users spread over 3 independent servers each having around 4000+ users i am using qmailtoaster, vpopmail, spamassassin and dovecot. in future i am planning to consolidate all using a HA cluster. if it is ok with you could you kindly share some information about your email server configuration. if you do not wish to put it on the
2019 Jul 09
2
Using bytecode version of std::sort for JIT generated data type
On Mon, Jul 8, 2019 at 4:39 PM David Blaikie <dblaikie at gmail.com> wrote: > There isn't any magic command for this - you'd have to write some C++ > code/a custom LLVM optimization pass. > > Though, that said - perhaps it should just be a runtime parameter where > you rely on LLVM to inline/optimize things away? You could do some > relatively smaller code
2003 Mar 01
8
Linux to windoze
Is it possible to allow your Liunx box "see" your winbox, just like the winbox can "see" or browse the Linux box with Samba?
2012 Nov 20
2
[LLVMdev] Extended Inline asm with double data type crashes clang
Hi, Clang crashes when below snippet of code is compiled (used latest svn version) *double func1() { double x ;* * asm ( "" : "=r"(x) : "0"(x) ); return x; }* > *clang -S test1.c* > *Assertion failed: (PartVT.isInteger() || PartVT == MVT::x86mmx) && ValueVT.isInteger() && "Unknown mismatch!", file
2015 Sep 13
1
concerning dovecot settings for high volume server
----- Original Message ----- From: Tony Morehen [mailto:tmorehen at ajmconsulting.ca] To: dovecot at dovecot.org Sent: Sat, 12 Sep 2015 17:57:27 -0400 Subject: Re: concerning dovecot settings for high volume server You may be running up against Linux system/user limits. Run $ cat /proc/sys/kernel/pid_max and $ ulimit -a That should give some insight into your problem. On 12/09/2015 2:53 PM,