similar to: [LLVMdev] wxGTK sample app compiled by llvm crashes on arm

Displaying 20 results from an estimated 1200 matches similar to: "[LLVMdev] wxGTK sample app compiled by llvm crashes on arm"

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 07
0
[LLVMdev] Arm Target
On Dec 6, 2010, at 10:09 PM, ankur jain wrote: > Thanx bob . > We have been facing problem in memory allocation related stuff. > If we start our application code using a memory allocation then things work fine. > however without such explicit memory allocation that to a pointer which is never used ,our applcation crashes. It is not very likely that this kind of problem is due to the
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
2007 Mar 19
0
[898] branches/wxruby2/wxwidgets_282/swig/classes/App.i: Fix init of stock objects for Wx2.8 - was causing infinite loop +crash on OS X
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.1//EN" "http://www.w3.org/TR/xhtml11/DTD/xhtml11.dtd"> <html xmlns="http://www.w3.org/1999/xhtml"> <head><meta http-equiv="content-type" content="text/html; charset=utf-8" /><style type="text/css"><!-- #msg dl { border: 1px #006 solid; background: #369; padding:
2006 Apr 23
5
Re: StaticBoxSizer bug?
Daniel, Thanks for the sample code. Sizers do appear to have a problem and it''s on the list to take a look at. I''m currently reworking several classes and trying to fix some of the big compatibility bugs. I will test your code with my latest builds but I don''t think I''ve gotten to the sizers yet. Roy Daniel F. Savarese wrote: > I''ve run into
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
2008 Sep 19
1
Update troubles for wxGTK apps
Hi, I have a CentOS 5.2 desktop with the RPMForge repo enabled. I just ran 'yum update', and there seems to be some trouble with the wxGTK apps. A simple 'yum update' gives this error message: --8<-------------------------------------------------------------------- --> Finished Dependency Resolution Error: Missing Dependency: libwx_gtk2u_adv-2.6.so.0 is needed by package
2004 Feb 02
0
the sample
I''m faster than smarter :) The sample is here. -- +-[ Kontra, Gergely<kgergely@mcl.hu> PhD student Room IB113 ]---------+ | http://www.mcl.hu/~kgergely "Olyan langesz vagyok, hogy | | Mobil:(+36 20) 356 9656 ICQ: 175564914 poroltoval kellene jarnom" | +-- Magyar php mirror es magyar php dokumentacio: http://hu.php.net --+ -------------- next part
2003 Oct 27
5
Windows Build - Down to Run Time Errors
I finally got a clean compile and link for wxRuby. Now I''m down to deciphering runtime errors. Once again, I''m going to pick up on this tomorrow, but I thought I''d post my console output tonight to see if anyone has any thoughts before I tackle this tomorrow. I''m running the same app "minimal.rb" E:\Dev\RubyDev\wxruby\samples\minimal>ruby
2008 Nov 07
0
[ wxruby-Bugs-22706 ] BitmapComboBox doesn''t work on Linux GTK+
Bugs item #22706, was opened at 2008-11-07 06:55 You can respond by visiting: http://rubyforge.org/tracker/?func=detail&atid=218&aid=22706&group_id=35 Category: None Group: None Status: Open Resolution: None Priority: 3 Submitted By: Nobody (None) Assigned to: Nobody (None) Summary: BitmapComboBox doesn''t work on Linux GTK+ Initial Comment: This is the source code.
2008 Jan 03
0
[ wxruby-Feature Requests-16788 ] Support Dynamic wxgtk libraries in Linux
Feature Requests item #16788, was opened at 2008-01-03 07:25 You can respond by visiting: http://rubyforge.org/tracker/?func=detail&atid=221&aid=16788&group_id=35 Category: API improvement Group: User request Status: Open Priority: 3 Submitted By: Nobody (None) Assigned to: Kevin Smith (qualitycode) Summary: Support Dynamic wxgtk libraries in Linux Initial Comment: As per e-mail
2005 Jun 05
0
wxRuby patch for work with wxGtk
I write patch for wxRuby 0.6 for work with wxGTK (in attachment). Known bugs: - You can''t use *_PEN, *_BRUSH, *_CURSOR, *_FONT, and color pointer constants before create application object. - Don''t work app.end_main_loop function - Tree object causes many DeleteObject errors, but sometimes work. But most of it working! -- Best regards, Alexander Borovsky AKA Partizan
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:
2007 May 21
0
[1022] trunk/wxruby2/swig/classes/App.i: Memory mgmt: use Wx::App to mark still-alive Windows, set up Wx::THE_APP const
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.1//EN" "http://www.w3.org/TR/xhtml11/DTD/xhtml11.dtd"> <html xmlns="http://www.w3.org/1999/xhtml"> <head><meta http-equiv="content-type" content="text/html; charset=utf-8" /><style type="text/css"><!-- #msg dl { border: 1px #006 solid; background: #369; padding:
2010 Dec 06
0
[LLVMdev] wxGTK sample app compiled by llvm crashes on arm
> 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. x86 and ARM have different ABIs, so you was just lucky. You can read e.g. http://llvm.org/docs/FAQ.html#platformindependent for more
2010 Dec 06
0
[LLVMdev] wxGTK sample app compiled by llvm crashes on arm
> You said that, You have to configure llvm-gcc as cross-arm compiler. > I am not clear what does it actually mean ?? > For us , intel is the host machine and arm is the target machine . For this you need the cross-compiler (same as for normal gcc). So, basically configure llvm-gcc as a cross-compiler for your target platform the same way as you're doing this with the ordinary gcc.
2004 Jan 08
3
pictorG
Hi! Attached is the current version of my image organizing program. If you dbl-click on a thumbnail, it will show the image (1:1 zoom) in a dialog, and eat some memory.... Gergo -- +-[ Kontra, Gergely<kgergely@mcl.hu> PhD student Room IB113 ]---------+ | http://www.mcl.hu/~kgergely "Olyan langesz vagyok, hogy | | Mobil:(+36 20) 356 9656 ICQ: 175564914 poroltoval
2006 Aug 22
1
Problem after installing audacity
Hi, I installed audacity and after installation I get an error message. Whole sequence below. What to do ? I'm using Centos 4.3 updated to current level and this installation was done under root (su). --- "log" starting --- ># yum install audacity Setting up Install Process Setting up repositories Reading repository metadata in from local files Parsing package install
2004 Jan 22
0
Samba 3 problems
I recently lost my Samba 2.x server, so when it was rebuilt I moved to Samba 3.latest (last week) as the PDC with a mix of 98/NT/W2k/XP clients. I'm using the same smb.conf file and the user areas on the server have not been changed so all the logon scripts/profiles etc are the same. All the Samba shares are there and you can write/create files on the shares, but there seems to be a
2009 Jul 01
2
?max (so far...)
Hi, I have a data.frame that is date ordered by row number - earliest date first and most current last. I want to create a couple of new columns that show the max and min values from other columns *so far* - not for the whole data.frame. It seems this sort of question is really coming from my lack of understanding about how R intends me to limit myself to portions of a data.frame. I get the