Displaying 7 results from an estimated 7 matches for "teklu".
2011 Jan 25
0
[LLVMdev] install and add backend to llvm.
...changing a particular backend, check the documentation in
http://llvm.org/docs/WritingAnLLVMBackend.html
http://llvm.org/docs/CodeGenerator.html
A few LLVMdev meetings have good talks to give you a good enough idea.
http://llvm.org/devmtg/
Cheers,
Raghu.
----- Original Message -----
From: "Teklu kebede" <tek_phy at yahoo.com>
To: llvmdev at cs.uiuc.edu
Sent: Monday, January 24, 2011 6:13:37 PM
Subject: [LLVMdev] install and add backend to llvm.
Hi I am new to llvm and Linux (I am using ubuntu 10)
My aim is to add backend to llvm.
I install llvm using
$ sudo apt-get insta...
2011 Jan 25
2
[LLVMdev] install and add backend to llvm.
Hi I am new to llvm and Linux (I am using ubuntu 10)
My aim is to add backend to llvm.
I install llvm using
$ sudo apt-get install llvm
and I am able to understand what I read about Writing an LLVM Compiler Backend.
I have seen the assembly codes of the targets on llvm using llc. What I need now is to change some of the TableGen files of one of the target like SparcInstrInfo.td. So I
2005 Jan 27
1
pulling files - Correction
...onf": No such file or
directory
rsync error: syntax or usage error (code 1) at clientserver.c(502)
rsync: connection unexpectedly closed (0 bytes read so far)
rsync error: error in rsync protocol data stream (code 12) at io.c(342)
Any ideas please.
> ----------
> From: rsync-bounces+dteklu=amlaw.com@lists.samba.org on behalf of
> Daniel Teklu
> Sent: Thursday, January 27, 2005 1:03 PM
> To: rsync@lists.samba.org
> Subject: pulling files
>
> I am trying to pull files froma remote server. here is what I have on
> rsyncd.conf on the remote server:
>
> [te...
2004 Apr 15
2
rsync problems
I am a new rsync user and it has been going fine as to nightly rsyncs. On
one of the scripts I am getting two kind of errors:
1. @ERROR: chroot failed
rsync: connection unexpectedly closed (34 bytes read so far)
rsync error: error in rsync protocol data stream (code 12) at io.c(165)
and also on the same script to another server, I get no errors but the files
are not being mirrored on the
2011 Feb 28
0
[LLVMdev] Calling convention
Hi,
I am going to write backend for small chip without dynamic memory allocation and SP. I want to pass the first 3 arguments on register and the others on fixed memory address.
Any suggestion …
regards
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.llvm.org/pipermail/llvm-dev/attachments/20110228/57a57da6/attachment.html>
2004 May 18
1
error in rsync protocol data stream
I am doing this to rsync a file:
rsync -avz
/usr/local/websphere/appserver/hosts/default_host/jsp/servers/includes/file1
.txt backup.domain.com:jspfsp >> /var/log/rsync_backup.log
I get these error:
@ERROR: chroot failed
rsync: connection unexpectedly closed (34 bytes read so far)
rsync error: error in rsync protocol data stream (code 12) at io.c(165)
I am rsyncing several folders
2005 Jan 27
0
pulling files
I am trying to pull files froma remote server. here is what I have on
rsyncd.conf on the remote server:
[test]
comment = TEST
path = /home/test
read only = no
uid = root
gid = root
and on the local server I run
# rsync -avR --rsync-path=/usr/local/bin/rsync remote_server::test
/home/test
and I am getting this error:
@ERROR: invalid gid root
rsync: connection unexpectedly closed (87 bytes