[SOLVED] wxWidgets on Armv7

Do you have a typical platform dependent issue you're battling with ? Ask it here. Make sure you mention your platform, compiler, and wxWidgets version.
Post Reply
dcbdbis
Experienced Solver
Experienced Solver
Posts: 80
Joined: Sun Nov 24, 2013 9:49 pm
Location: Aurora, Colorado

[SOLVED] wxWidgets on Armv7

Post by dcbdbis »

Good Evening Community,

I am considering using wxWidgets for a project on a tablet that has been rooted, and now has Linux on it. I have used wxWidgets for several smaller projects on the PC and I am familiar with them.

Has anyone compiled the wxWidget toolkit for Armv7? If so, are there any operational issues?

Thanks!


Dave
Last edited by dcbdbis on Thu Feb 16, 2017 5:50 am, edited 1 time in total.
dcbdbis
Experienced Solver
Experienced Solver
Posts: 80
Joined: Sun Nov 24, 2013 9:49 pm
Location: Aurora, Colorado

Re: wxWidgets on Armv7

Post by dcbdbis »

I received a reply from the Code::Blocks community when I asked about an ARM compiler. Not enough demand, so it doesn't exist. The hamstrung version of Java that runs on Android devices is insufficient for what I need to do. We will go to plan "B" which is a cheap laptop.

Thanks!

Dave
User avatar
doublemax
Moderator
Moderator
Posts: 19114
Joined: Fri Apr 21, 2006 8:03 pm
Location: $FCE2

Re: [SOLVED] wxWidgets on Armv7

Post by doublemax »

You can build and run wxWidgets even on a Raspberry Pi.

http://yasriady.blogspot.fr/2015/10/how ... ry-pi.html
Use the source, Luke!
DavidHart
Site Admin
Site Admin
Posts: 4252
Joined: Thu Jan 12, 2006 6:23 pm
Location: IoW, UK

Re: [SOLVED] wxWidgets on Armv7

Post by DavidHart »

Hi,

Also, there are prebuilt packages in debian; see this link or just use APT.

Regards,

David
dcbdbis
Experienced Solver
Experienced Solver
Posts: 80
Joined: Sun Nov 24, 2013 9:49 pm
Location: Aurora, Colorado

Re: [SOLVED] wxWidgets on Armv7

Post by dcbdbis »

Excellent!

Thank you for the replies. I appreciate it.

Dave
Post Reply