Displaying 5 results from an estimated 5 matches for "sgpp".
Did you mean:
3gpp
2009 Sep 28
1
[LLVMdev] __clear_cache on ARM
Hello,
I've just found that the current SVN trunk has some toolchain dependencies
on ARM cross compiling.
i.g. the __clear_cache in lib/System/Memory.cpp is not defined in my
toolchain (codesourcery 2007q3, gcc version 4.2.1).
What is the official(?) toolchain version used for ARM cross-compilation?
Best,
Hyok
-------------- next part --------------
An HTML attachment was
2010 Jan 16
1
[LLVMdev] LLVM-gcc for ARM
Can you be more specific?
Where can I found it(arm-eabi)? please provide me with some basic steps.
Thank you.
--- On Sat, 1/16/10, Anton Korobeynikov <anton at korobeynikov.info> wrote:
From: Anton Korobeynikov <anton at korobeynikov.info>
Subject: Re: [LLVMdev] LLVM-gcc for ARM
To: "corina s" <corina_fff at yahoo.com>
Cc: llvmdev at cs.uiuc.edu
Date: Saturday,
2012 Jan 29
1
[LLVMdev] dragonegg arm patch
Hi Duncan,
I appreciate your kind review.
I'd like to help you to build an ARM cross compiler.
I built GCC as following.
1. Download "arm-2010.09-50-arm-none-linux-gnueabi-i686-pc-linux-gnu.tar.bz2"
You can find this file on https://sourcery.mentor.com/sgpp/lite/arm/portal/release1600.
(Please click "IA32 GNU/Linux TAR" on Packages.)
2. Extract this file on your linux machine.
3. Add "bin" directory of extracted file to PATH.
(ex: PATH=$PATH:"/home/jaykang10/Projects/ARM/arm-2010.09/bin)
4. configure gcc-4.6 as following. (...
2012 Jan 29
0
[LLVMdev] dragonegg arm patch
Hi Jin-Gu,
> I made a patch for dragonegg. This patch is for dragonegg to generate arm
> assembly code.
thanks for working on this.
>
> Dragonegg is compiled with this patch after building gcc-4.6 as cross compiler
> for arm and
>
> then dragonegg can generate arm assembly code.
>
> It currently makes errors to build dragonegg and llvm from svn. so I made a
> patch
2012 Jan 29
3
[LLVMdev] dragonegg arm patch
Hi Duncan,
I made a patch for dragonegg. This patch is for dragonegg to generate arm assembly code.
Dragonegg is compiled with this patch after building gcc-4.6 as cross compiler for arm and
then dragonegg can generate arm assembly code.
It currently makes errors to build dragonegg and llvm from svn. so I made a patch using
dragonegg-3.0 source code. (This patch doesn't support