Results 1 to 2 of 2

Thread: Compiling c++ for an ARM device

  1. #1

    Thread Starter
    Frenzied Member TheBigB's Avatar
    Join Date
    Mar 2006
    Location
    *Stack Trace*
    Posts
    1,511

    Compiling c++ for an ARM device

    Hi,

    This may be a silly question.
    I have this c++ app and I want to compile it for an android device.
    I know I need root to run those things, but that's not a problem.

    It's compiled with g++ with parameter "-s" and has the following includes
    Code:
    #include <cstdio>
    #include <cstdlib>
    #include <cstring>
    #include <cctype>
    #include <ctime>
    Would I be able to get this to work?

    Thanks
    Delete it. They just clutter threads anyway.

  2. #2
    type Woss is new Grumpy; wossname's Avatar
    Join Date
    Aug 2002
    Location
    #!/bin/bash
    Posts
    5,682

    Re: Compiling c++ for an ARM device

    Look for info on "cross compiling" in the GCC man pages, that may hold some answers. However you'll likely get a better answer from an android forum.
    I don't live here any more.

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  



Click Here to Expand Forum to Full Width