similar to: [LLVMdev] -stats prints nothing, though something is expected

Displaying 20 results from an estimated 8000 matches similar to: "[LLVMdev] -stats prints nothing, though something is expected"

2013 Nov 27
3
[LLVMdev] Targeting ARM Cortex-a9 from x86_64 with clang
On 26 November 2013 16:44, Renato Golin <renato.golin at linaro.org> wrote: > On 26 November 2013 15:36, Rob Stewart <robstewart57 at gmail.com> wrote: >> >> $ clang -v -target armv7a-linux-eabi -mcpu=cortex-a9 -mfloat-abi=soft >> -mfpu=neon helloworld.c > > Hi Rod, I'm honoured. (But Rob is also OK) :-) > You need cross-binutils installed on your
2013 Nov 26
0
[LLVMdev] Targeting ARM Cortex-a9 from x86_64 with clang
On 26 November 2013 15:36, Rob Stewart <robstewart57 at gmail.com> wrote: > $ clang -v -target armv7a-linux-eabi -mcpu=cortex-a9 -mfloat-abi=soft > -mfpu=neon helloworld.c > Hi Rod, You need cross-binutils installed on your box. If you use Debian, there are packages (gcc-4.7-arm-linux-gnueabi and friends). Other distros may have similar packages, but you can always download the
2013 Nov 26
3
[LLVMdev] Targeting ARM Cortex-a9 from x86_64 with clang
Hi, here's the canonical helloworld.c #include<stdio.h> int main() { printf("Hello World"); return 0; } In accordance with the cross-compilation LLVM documentation [1], I am trying to target the ARM on the Zedboard [2]. It is an ARM Cortex-A9. The machine I am compiling on is an x86_64 Fedora Linux machine, using clang 3.3. I am failing to generate an executable,
2011 Oct 06
1
Wilcox Test / Mann Whitney U Test
Hello List, I'm trying to prepare some lecture notes on non parametric methods, and I can't manually reproduce the results of the wilcox.test function for ordinal data. The data I'm using are from David Howell's website, available here http://www.uvm.edu/~dhowell/StatPages/More_Stuff/OrdinalChisq/OrdinalChiSq.html If I run the wilcox.test function on the data I get a p-value of
2002 Jul 10
0
OT: Want something for nothing? (fwd)
---------- Forwarded message ---------- Date: Wed, 10 Jul 2002 08:47:37 +0200 From: [South Africa] It's called the Nigerian 419 scam, and you should take it very serious as they murdered people over here Here's more information on the police website http://www.saps.org.za/crimeprev/nig.htm
2009 Jun 16
7
Rsync, SSH and authorized_keys problem
Hi, I'm trying to backup from one machine to the other (automatically via cron) using rsync and ssh password-less public key authentication. I having been trying to set this up following an article in a Linux magazine[1] by only allowing the specific rsync command to run on the remote box. I am using the following rsync command: $ rsync -avz -e "ssh -i ~/.ssh/backup-key" /backup
2005 Jan 25
2
Re: [Asterisk-biz] bellster.net - GREAT advance
Sam> In France, the second most important ADSL provider (named "Free") Sam> offers a phone line (which uses VoIP but can only be used as a FXS) Sam> with unlimited free calls to landlines. I also have Free ADSL in Paris, and would very much like to get their VoIP working natively with Asterisk. Free assigns each user both a public (for Internet access) and a private (for VoIP
2013 Nov 27
0
[LLVMdev] Targeting ARM Cortex-a9 from x86_64 with clang
On 11/27/2013 07:57 AM, Rob Stewart wrote: > On 26 November 2013 16:44, Renato Golin <renato.golin at linaro.org> wrote: >> On 26 November 2013 15:36, Rob Stewart <robstewart57 at gmail.com> wrote: >>> $ clang -v -target armv7a-linux-eabi -mcpu=cortex-a9 -mfloat-abi=soft >>> -mfpu=neon helloworld.c >> Hi Rod, > I'm honoured. (But Rob is also OK)
2013 Jan 28
3
rsync --delete not working (no wildcards)
Hi, I'm trying to copy some directories with rsync and would like to delete files from the destination if they no longer exist in the source. I'm using the following command: rsync -v --archive --hard-links --delete --force --filter=':/.rsync-filter' /opt/ /mnt/backup/opt/ /opt does not contain any files the destination contains one file stewart at attobeast:/etc$ ls
2006 Oct 28
2
Loaded suite dispatch.cgi Started Finished in 0.000166 secon
Loaded suite dispatch.cgi Started Finished in 0.000166 seconds. 0 tests, 0 assertions, 0 failures, 0 errors why is this line showing? I cant see it in any of my layout files -- Posted via http://www.ruby-forum.com/. --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Ruby on Rails: Talk" group. To post
2011 Dec 22
8
Managing sensitive strings with puppet
I''m new to Puppet, and I''m a software developer, not a sysadmin, so be gentle. I have puppet managing some files via templates, and one of the template variables that needs to be plugged in is a password of sorts that shouldn''t be generally available. In particular, it can''t be stored in the manifest, as that''s stored in version control, and the
2002 May 15
1
rsync not prompting for username, only password
Hi guys, can anyone suggest why, when I connect to my rsync server, I'm not prompted for a username and password but instead I'm only prompted for a password? I have "auth users = username" set in /etc/rsyncd.conf and a corresponding entry in /etc/rsyncd.secrets but still rsync only asks for a password. Stewart -- Stewart Mclean UNIX Support Group Information Management
2007 Dec 10
5
Neat conditional assignment
I would like to make a new vector with values taken from two existing vectors conditional upon a third. At present I am doing this with a for loop but wonder if there is not a neater way, given some of the very neat things R can do. a<-rep(c("A","B"),50) b<-rep(1,100) c<-rep(2,100) a is thus "A" "B" "A" "B" "A"
2004 Sep 17
1
Saving Shorewall Settings
Hi I have recently being doing a lot of rebuilds recently. Whats the best approach to saving a copy of the current firewall settings? I think I am right in my understanding that "Shorewall Save" saves the current settings of Iptables so that the state of Iptables can be reinstated quickly if required, but doesn''t save any of the configuration files like Rules, Policy etc.
2004 Aug 25
3
Menu help
Hi We have setup a TFTP server on a server running Fedora Core 2. We have a network/router appliance that acts as our DHCP server. The DHCP server gives our workstations an IP address then directs them to our TFTP server looking for the boot file named pxelinux.0 . On the TFTP server we have a directory called tftpboot in this directory we have the following files: - memdisk -
2014 May 30
3
[LLVMdev] Error with Gold Linker during LTO
So you see the issue as well in ARM? When doing a objdump -D weakMainO1.exe | grep -A 10 "<_ZN1C13caller_methodEv>:" I see: 00008b88 <_ZN1C13caller_methodEv>: 8b88: e92d4800 push {fp, lr} 8b8c: e1a0b00d mov fp, sp 8b90: e24dd008 sub sp, sp, #8 8b94: e58d0004 str r0, [sp, #4] 8b98: e59d0004 ldr r0, [sp, #4] 8b9c: ebffdd17 bl 0
2005 Aug 25
0
RealWorld Stats; Not achieving expected results
Hey guys, We have a brand new Dell Poweredge 1850, Single Proc 3Ghz, 2GB RAM, 15K RPM HD's RAID 1. We also have a Sangoma 4 port T1/PRI card. We are not using G729. Everything is G711. Every call is PRI -> Asterisk G711 -> Sip Carrier We just filled up 2 PRI's and reached a CPU usage of 70%. There's no way we can do 4 PRI's worth of traffic. Will a 2nd CPU
2008 Mar 07
3
Silencing VoiceMail() app in * 1.4.10
Hi there, Googling through the archives it looks like I'm the ferst person to want this... My aim is to set up a voicemail application with a custom greeting before *AND AFTER* the punter has left the message. Right now the relevant section of my dialplan is like this: exten => 2,1,Playback(/media/asterisk/answerphone-en) exten => 2,n,VoiceMail(2000,s) exten =>
2005 Jan 11
5
Problem starting Shorewall using Bridge configuration
Hi I have recently reconfigured my system to a Bridge based architecture on the basis that I have an ADSL Modem/Router with a Public address on the Wan side and a Private address on the Lan side. I am running a Debian based system kernel 2.6.7 and the Bridging software is installed and working correctly, including startup etc. The problem that I have is in "shorewall start" The
2004 Sep 06
3
multiline IP hardphone w/ FDX speakerphone?
Could someone please recommend a reasonably priced IP phone that works well with *, has a decent (full duplex, echo canceling) speakerphone, has at least two line appearances, and can transfer / conference reliably? The Wiki lists 35 brands of hardphone, but: 1. Most seem to be toys. 2. For many, there is no info on e.g. speakerphone characteristics. 3. When one seems technically promising, e.g.