make and cmake

Home Forums Conduit: AEP Model make and cmake

Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #20726
    Stefano Saccucci
    Participant

    Hi all
    I have an AEP Conduit and I have to compile a C/C ++ program with cmake and make for work.
    In the system the make and cmake do not exist, nothing on the 3.3.6 opkg feed. How can I do? Compiling and running C/C ++ code with make/cmake seems minimal.

    Thanks!

    #20727
    John Klug
    Moderator

    You must install the toolchain on a compatible Linux system. Conduit is too small in footprint for a development system.

    Look for Toolchain on this page:
    http://www.multitech.net/developer/downloads/

    Instructions here:
    http://www.yoctoproject.org/docs/latest/adt-manual/adt-manual.html

    You must run the source script to set CC and CXX, which is described in section 2.3 of the adt-manual.

    Alternatively, you might try Python or Bash which does not require a development system.

    #20743
    Stefano Saccucci
    Participant

    John, thank you for your answer.
    Can I ask what kind of Linux system can I run on a VM / server to develop my application?
    Thank you again

    #20748
    John Klug
    Moderator

    We mostly use UBUNTU 14.04LTS.

Viewing 4 posts - 1 through 4 (of 4 total)
  • You must be logged in to reply to this topic.