Displaying 4 results from an estimated 4 matches for "samyak3".
2010 Dec 08
0
[LLVMdev] Fwd: wxGTK sample app compiled by llvm crashes on arm
---------- Forwarded message ----------
From: Anton Korobeynikov <anton at korobeynikov.info>
Date: Wed, Dec 8, 2010 at 16:31
Subject: Re: [LLVMdev] wxGTK sample app compiled by llvm crashes on arm
To: ankur jain <samyak3 at gmail.com>
Hello,
> I still have a query. Using llvm-gcc as cross-arm compiler will generate
> bytecode specific to arm.
> These bytecodes will work only on arm based platforms.Is it so ??
Yes, as you already checked for x86 bytecode on ARM :)
> This would
> mean that we ca...
2010 Dec 06
4
[LLVMdev] wxGTK sample app compiled by llvm crashes on arm
Thanx for a prompt reply.
I will definitely try llvm 2.8 as per your suggestion.
However Step 1 and Step 2 are working for me in case of a simple hello world
program on arm processor . Similarly I am able to run a GTK application on
arm. However while running wxGTKwidget app it crashes while allocation of
memory. As I mentioned earlier, If I explicitly allocate memory using new
operation then
2010 Dec 07
3
[LLVMdev] Arm Target
Hello,
We have been testing our llvm(2.8) compiled executables for arm target.
It seems as if the arm target support is not so stable/mature yet.
Is it so ?? We read about the same in the release notes but want a word from
your side.
Thanks,
Sameer
-------------- next part --------------
An HTML attachment was scrubbed...
URL:
2010 Dec 03
2
[LLVMdev] wxGTK sample app compiled by llvm crashes on arm
* *Hello,
I am using llvm-2.7 to run a native(executable) on a arm processor.
I have built my wxGtk sample app with llvm-gcc as frontend .
I am using llvm-2.7 and llvm-gcc-4.2.
I built llvm-2.7 with:
../llvm-2.7/configure --prefix=/home/install-llvm --enable-optimized
--enable-assertions
and llvm gcc with:
../llvm-gcc-4.2-2.7.source/configure --prefix=/home//gcc-disable-shared