Sunday, January 06, 2013

Howto compile AZtrino


Thanks to Thempra for this manual:
( source )
Aztrino is one of the firmwares for decoders AzBox Me and MiniMe Neutrino based platform. In order to develop this environment, first we have to install some packages, and start the setup.
To begin preparing the environment, for example, from a Ubuntu 12.04, the less you have to run:

apt-get install cmake gperf
git clone git://gitorious.org/neutrino-hd/aztrino-buildsystem-cs.git
buildsystem cd-cs /
mkdir download

Edit the configuration file, running
nano config

Leaving the following
PLATFORM = azbox
MAINTAINER = <TuNombre>

We started the compilation
preqs make
make crosstool
make bootstrap

To compile Aztrino and we only run
make neutrino

For any questions, we always have the option of:
help make

In which shows all the possibilities of the system build

2 comments :

  1. [ERROR] >> Build failed in step 'Installing pass-1 core C compiler'
    [ERROR] >> called in step '(top-level)'
    [ERROR] >>
    [ERROR] >> Error happened in: CT_DoExecLog[scripts/functions@172]
    [ERROR] >> called from: do_cc_core_backend[scripts/build/cc/gcc.sh@442]
    [ERROR] >> called from: do_cc_core_pass_1[scripts/build/cc/gcc.sh@97]
    [ERROR] >> called from: main[scripts/crosstool-NG.sh@598]
    [ERROR] >>
    [ERROR] >> For more info on this error, look at the file: 'build.log'
    [ERROR] >> There is a list of known issues, some with workarounds, in:
    [ERROR] >> 'docs/B - Known issues.txt'

    Known issues.txt does not exist

    ReplyDelete
  2. Please comment here : http://www.thempra.net/2013/01/compilando-aztrino/

    I think Thempra can help you a lot more with this ;)

    ReplyDelete