Displaying 20 results from an estimated 6000 matches similar to: "[LLVMdev] tutorial on Xcode for LLVM bytecode?"
2010 Apr 09
1
How to compile speex with XCode (for iPhone App)?
Hi,
I'm currently trying to use Speex on the iPhone but have some difficulties to get Speex compiled with XCode. Unfortunately I'm very new to XCode and it would be great if someone could give me a hint what the problem is.
Here is what I did in detail:
1. Downloaded the Source Code speex-1.2rc1.tar.gz from www.speex.org
2. Start Xcode 3.1.4
3. File > New Project ...
4. iPhone OS
2011 Sep 17
1
[LLVMdev] help with an error message using clang ?
Hi Eli,
Thanks for the reply. Indeed there is solaris on the Sparc machine. I was
told that it is quite difficult to install LLVM there so I am doing what I
am doing. Is there a way for me to get headers from the target Sparc machine
without installing LLVM there?
Best,
Christine
On Fri, Sep 16, 2011 at 4:56 PM, Eli Friedman <eli.friedman at gmail.com>wrote:
> On Fri, Sep 16, 2011 at
2011 Sep 15
2
[LLVMdev] problem with sgt's on Sparc machine
Hi guys,
Thanks for the input. However, it seems that the code still produces the
wrong output on a Sparc machine.
My current llvm_print.bc code is:
--------------------------------------------------------------------------------------------------
; MduleID = '<stdin>'
target datalayout =
2011 Sep 15
2
[LLVMdev] problem with sgt's on Sparc machine
Hi Duncan,
Thanks for the reply! There is no LLVM on the Sparc machine so I cannot
compile my code there into .s file. How shall I modify the target data
layout and triple so it works on Sparc? Basically I got these from compiling
C code using llvm-gcc.
Best,
Christine
On Thu, Sep 15, 2011 at 10:20 AM, Duncan Sands <baldrick at free.fr> wrote:
> Hi,
>
> > target datalayout =
2011 Sep 15
0
[LLVMdev] problem with sgt's on Sparc machine
On Thu, Sep 15, 2011 at 11:06 AM, Christine Cheng <clcheng at stanford.edu> wrote:
> Hi Duncan,
>
> Thanks for the reply! There is no LLVM on the Sparc machine so I cannot
> compile my code there into .s file. How shall I modify the target data
> layout and triple so it works on Sparc? Basically I got these from compiling
> C code using llvm-gcc.
You can use clang for
2011 Dec 18
2
[LLVMdev] clang with multiple input .c and .h files
Hello,
I would like to generate LLVM byte code for some .c and .h files in a
benchmark. Is Clang (or llvm-gcc) has an option for me to input
multiple c files and generate 1 byte code file?
I think generating byte code for each .c file and compile and link
them later is not a good idea since the programs are related to each
other.
Any suggestions about how I should do it?
gcc has a
2011 Sep 16
0
[LLVMdev] help with an error message using clang ?
On Fri, Sep 16, 2011 at 4:40 PM, Christine Cheng <clcheng at stanford.edu> wrote:
> Hi,
>
> I am new to LLVM and clang and I would like to seek some professional help.
> :)
>
> I have been trying to compile some C code on a linux x86 computer for a
> Sparc machine.
>
> I used:
>
> clang -ccc-host-triple sparc-unknown-linux -ccc-clang-archs sparc -pthreads
2011 Aug 18
3
[LLVMdev] tools to debug human readable llvm assembly bc code?
Hi,
I am working with a long llvm bc code in human readable form. I am wondering
is there a tool like gdb to help me debug that piece of code?
Thanks,
Christine
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.llvm.org/pipermail/llvm-dev/attachments/20110818/9ae5dec7/attachment.html>
2011 Sep 16
0
[LLVMdev] problem with sgt's on Sparc machine
Hi Venkatraman,
I am using LLVM 2.8 and llvm-gcc 4.2.
The assembly files are attached. In the assembly file, the erroneous result
is associated with 'subcc', while the correct ones are associated with 'or'.
Thanks a lot!
Christine
On Fri, Sep 16, 2011 at 2:29 PM, Venkatraman Govindaraju <
venkatra at cs.wisc.edu> wrote:
> Hello,
>
> What is your LLVM version?
2011 Sep 16
3
[LLVMdev] help with an error message using clang ?
Hi,
I am new to LLVM and clang and I would like to seek some professional help.
:)
I have been trying to compile some C code on a linux x86 computer for a
Sparc machine.
I used:
clang -ccc-host-triple sparc-unknown-linux -ccc-clang-archs sparc -pthreads
-lm -emit-llvm test.c -c -o -test.bc
The following error messages are produced:
/usr/include/pthread.h:665:6: error: 'regparm' is
2011 Sep 16
2
[LLVMdev] problem with sgt's on Sparc machine
Hello,
What is your LLVM version? Also, can you attach the assembly generated?
Thanks,
Venkatraman
On Thu, Sep 15, 2011 at 5:20 PM, Bruno Cardoso Lopes
<bruno.cardoso at gmail.com> wrote:
> Hi,
>
> On Thu, Sep 15, 2011 at 3:15 PM, Christine Cheng <clcheng at stanford.edu> wrote:
>> Hi guys,
>>
>> Thanks for the input. However, it seems that the code
2003 Mar 18
2
rsync over nfs
> Hello,
> I have rsync process which is a crontab job:
> 0 0-23 * * * /bin/rsync -rvg /net/server1/local/filesys1/userhomedir/project_dir /local/filesys1/userhomedir/project_dir
> which sync the user project dir on localsystem from another machine called server1 via nfs, but the weird thing its coping all files every time it syncs am I using the wrong flags? is it possible to copy
2011 Sep 15
0
[LLVMdev] problem with sgt's on Sparc machine
Hi,
On Thu, Sep 15, 2011 at 3:15 PM, Christine Cheng <clcheng at stanford.edu> wrote:
> Hi guys,
>
> Thanks for the input. However, it seems that the code still produces the
> wrong output on a Sparc machine.
>
> My current llvm_print.bc code is:
> --------------------------------------------------------------------------------------------------
> ; MduleID =
2011 Jun 10
0
Rails 3.1 RC4 with jruby-1.6.2 and stream-renderer missing constant Fiber
I just followed the railscast http://asciicasts.com/episodes/266-http-streaming
to have streaming. calling the http://localhost:3000/users ends up
with following error:
[INFO] NameError (uninitialized constant
ActionView::StreamingTemplateRenderer::Fiber):
[INFO] /home/kristian/projects/sandbox/rails3.1/rails3.1-test5/
target/rubygems/gems/actionpack-3.1.0.rc4/lib/action_view/renderer/
2012 Apr 01
1
Installing Wine with Xcode 4.3
Downloaded Xcode 4.3 for Lion from the app store, and am following the tutorial for installing wine:
http://www.davidbaumgold.com/tutorials/wine-mac/
When I get to part 3 and it tells me to type the following code into terminal
Code:
$ sudo port install wine
I get the following message:
Code:
xxx-xxx-macbook-pro:~ Kaoss$ sudo port install wine
Password:
Warning: xcodebuild exists but
2011 Apr 17
0
[LLVMdev] Xcode 4 autocomplete of LLVM includes
Jonathan Ragan-Kelley <katokop1 <at> gmail.com> writes:
>
> Slightly off-topic, but I imagine this crowd must have some experience
> using Xcode 4 for projects linking to LLVM. I've actually started
> using Xcode 4 as an IDE for C/C++ development thanks to the vastly
> improved code analysis-based tools it's inherited largely thanks to
> LLVM. But,
2010 Jul 30
2
[LLVMdev] Updating llvm-gcc 4.2 in Xcode 3.1.4
Hey,
My projects are not compiling on 10.5 using llvm-gcc 4.2 in Xcode 3.1.4. These are caused by some llvm bugs that are now fixed. Since Apple will not release a Xcode update for 10.5, I am trying to compile a recent version of llvm-gcc 4.2 (from the LLVM 2.7 branch - but I could use ToT if this helps) to use on 10.5 intel.
I easily built llvm-gcc-4.2 on 10.5 intel by following the README.LLVM
2011 Jan 06
1
[LLVMdev] Build problems and workarounds with CMake and XCode
----- Original Message ----
> From: Óscar Fuentes <ofv at wanadoo.es>
> To: Samuel Crow <samuraileumas at yahoo.com>
> Cc: LLVM Developers Mailing List <llvmdev at cs.uiuc.edu>
> Sent: Wed, January 5, 2011 5:00:00 PM
> Subject: Re: Build problems and workarounds with CMake and XCode
>
> Samuel Crow <samuraileumas at yahoo.com> writes:
>
>
2008 Oct 16
0
(no subject)
Hello everybody. I have a strange problem with cifs and Samba share. I have
a Qnap NAS server (TS-109) and I would like to have a private share where I
could keep my stuff and access them through Windows and Linux. But I have
an odd problem and I can't tell what's wrong.
I can write new files on a share, I can update them but I can't write on
special occasions. And because of this
2008 Oct 08
0
[LLVMdev] Running external build tool in Xcode?
On Oct 7, 2008, at 12:40 AM, Cloud Strife wrote:
> Hi everyone.
> I am using Mac OS X to inspect the llvm source code.
> Although the make command works perfectly when compiling the source
> code, the Xcode tool prompted me:
>
> Makefile:26: Makefile.config: No such file or directory
> Makefile:58: /Makefile.rules: No such file or directory
>
> I downloaded the latest