Displaying 3 results from an estimated 3 matches for "wxgtkwidget".
Did you mean:
gtkwidget
2010 Dec 03
0
[LLVMdev] wxGTK sample app compiled by llvm crashes on arm
> I am using llvm-2.7 to run a native(executable) on a arm processor.
ARM was pretty much broken in 2.7. Consider using at least 2.8
> ../llvm-gcc-4.2-2.7.source/configure --prefix=/home//gcc-disable-shared --enable-languages=c++,c --enable-checking --enable-llvm=/home/ llvm-objects --disable-bootstrap --disable-multilib
You have to configure llvm-gcc as cross-arm compiler.
> Step 1.
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 everything works fine. Please let me know why do we actually
fail without using new, that to a arbitrary pointer which is never used in
the program.
On Fri, Dec 3, 2010 at 6...
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