make and cmake
- This topic has 3 replies, 2 voices, and was last updated 7 years, 8 months ago by .
Viewing 4 posts - 1 through 4 (of 4 total)
Viewing 4 posts - 1 through 4 (of 4 total)
- You must be logged in to reply to this topic.
Home › Forums › Conduit: AEP Model › make and cmake
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!
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:
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.
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
We mostly use UBUNTU 14.04LTS.