This thread has been locked.

If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.

AM437x GP EVM native compile(make) and OE build/ Arago Environment Setup

Current build : 3.12.10-ti2013.12.01

I have an application source which I cannot cross compile. I would like to natively compile the source on the EVM. However, "make" is not available with the present build.

Is there a opkg package that i can install to add native compile ?
If not, is there a way to add "make" package during targetFS build using create SD card script ?

If not, is there a way to add/build open embedded recipe with make using "http://processors.wiki.ti.com/index.php/Sitara_Linux_Training:_Getting_Started_with_Openembedded" ?


Btw, getting started with open embedded lab is broken at these places(its not a git problem)

cd <oe-dir>/sources
git clone git://gitorious.org/sitara-bootcamp/meta-custom.git -b amsdk-06.00.00.00
or
git clone git://gitorious.org/sitara-bootcamp/meta-custom.git -b amsdk-07.00.00.00
or
git clone git://gitorious.org/sitara-bootcamp/meta-custom.git -b amsdk-07.01.00.00

I had also tried

Arago build environment setup(http://arago-project.org/wiki/index.php/Setting_Up_Build_Environment) is broken because of a file fetch from an non-existing link from ti git

at this step

MACHINE=am335x-evm bitbake core-image-minimal 

because of an non-existing fetch link.

I want to natively compile a program either by installing a package or by building a OE based build. I would greatly appreciate help for this.