Author Topic: is cross compiling android possible with codeBlocks?  (Read 5912 times)

Offline Dykash

  • Single posting newcomer
  • *
  • Posts: 3
is cross compiling android possible with codeBlocks?
« on: July 26, 2012, 10:49:07 am »
Hello,

I've recently started using Code::Blocks as my default C++ editor. But now I am started to wonder is it possible (maybe by using an additional plug-in or something) to cross compile a program written in C++ from windows to android? I couldn't find anything about that on this forum.

Offline oBFusCATed

  • Developer
  • Lives here!
  • *****
  • Posts: 13413
    • Travis build status
Re: is cross compiling android possible with codeBlocks?
« Reply #1 on: July 26, 2012, 11:21:35 am »
You need a cross compiler that works on your OS and can compile code for android. Simple as this.
(most of the time I ignore long posts)
[strangers don't send me private messages, I'll ignore them; post a topic in the forum, but first read the rules!]

Offline Dykash

  • Single posting newcomer
  • *
  • Posts: 3
Re: is cross compiling android possible with codeBlocks?
« Reply #2 on: July 26, 2012, 11:25:08 am »
Yes I know that and sorry my question wasn't clear enough. The real question was: is it possible to use Code::Blocks for cross compiling windows to android?

Offline oBFusCATed

  • Developer
  • Lives here!
  • *****
  • Posts: 13413
    • Travis build status
Re: is cross compiling android possible with codeBlocks?
« Reply #3 on: July 26, 2012, 11:26:19 am »
If you have a compiler that works on windows it will be 99% possible...
(most of the time I ignore long posts)
[strangers don't send me private messages, I'll ignore them; post a topic in the forum, but first read the rules!]

DAVID2008UK

  • Guest
Re: is cross compiling android possible with codeBlocks?
« Reply #4 on: January 20, 2013, 04:15:43 pm »
And the toolchain for ARM processors to Code::Blocks and away you go