Hi there.
The first time I am trying to compile an application (music player daemon) with TC.
I tried to install some kind of design environment: (BTW is there a Wiki or HowTo for setting this up?)
Apps I selected for now:
gcc
binutils
make
cmake
glib2
m4
gawk
kernel-headers
& respective devs
I failed setting up an autoconf environment to be able to compile from git sources:
git
autoconf
automake
MISSING:
autoheaders
aclocal
Q1:
I then tried to configure the sources from a tarball.
The configure failed with a message that it cannot create executables.
Is anything missing up there?
Q2.
I goggled the error message and it seems that glib could have something to do with it.
I read somewhere that glib needs to match the processor architecture.
Do i need glib 2.4 + 2.4 devs that are supporting the Atom Z530 processor? Unfortunately I couldn't find it in the repo. I don't even know if this is really needed.
Q3: Where can I get the missing packages for running the autoconf process?
Please apologize my limited understanding of all above. I am quite new to do this kind of work from scratch. I'd really appreciate your support.
THX