On Fri, May 29, 2015 at 10:40:02AM +0300, matti kaasinen wrote: > I tried to install Arago distribution following > http://arago-project.org/wiki/index.php/Setting_Up_Build_Environment > > I downloaded arago-2011.09-armv7a-linux-gnueabi-sdk.tar.bz2 and inserted > arago-2011.09/armv7a/bin to my PATH > > After some nasty error messages I inserted also TOOLCHAIN_BRAND=arago > definition. > BTW, why that is not mentioned in wiki, nor inserted in local.conf?
It defaults to external Linaro toolchain for armv7a and the old Arago toolchain for armv5te. If you want to override that, you must specify TOOLCHAIN_BRAND like you do above to use the old Arago toolchain for armv7a. > Still after that I can't run: > bitbake core-image-minimal > successfully. I have set MAHINE=am335x-evm > > OSError: [Errno 13] Permission denied: '/ARAGO-external-arago-toolchain' > > Is this something to do with the fact that I chose to run?: > > ./oe-layertool-setup.sh -f configs/arago-fido-config.txt > > This '/ARAGO-external-arago-toolchain' path seems pretty strange. The path does seem weird - are you sure you didn't specify it somewhere in the config? Did you add your toolchain location to the PATH? > Does anyone have any clue what I have done wrong? > > -Matti > _______________________________________________ > meta-arago mailing list > [email protected] > http://arago-project.org/cgi-bin/mailman/listinfo/meta-arago _______________________________________________ meta-arago mailing list [email protected] http://arago-project.org/cgi-bin/mailman/listinfo/meta-arago
