WelcomeWelcome | FAQFAQ | DownloadsDownloads | WikiWiki

Author Topic: Configure fails on Atom Z530 - Help needed!  (Read 2511 times)

Offline soundcheck

  • Newbie
  • *
  • Posts: 46
Configure fails on Atom Z530 - Help needed!
« on: July 12, 2009, 04:20:15 AM »
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












Offline curaga

  • Administrator
  • Hero Member
  • *****
  • Posts: 10974
Re: Configure fails on Atom Z530 - Help needed!
« Reply #1 on: July 12, 2009, 04:39:55 AM »
Get the compiletc meta-package; it depends on most common compiling packages, and should get rid of the "cannot create executables" part.
The only barriers that can stop you are the ones you create yourself.

Offline soundcheck

  • Newbie
  • *
  • Posts: 46
Re: Configure fails on Atom Z530 - Help needed!
« Reply #2 on: July 12, 2009, 06:36:29 AM »

Great advise. This solved it.

Would be great to put a comment or a chapter in the Wiki. Perhaps it should be stated in the "HowTo make a TCE-Wiki".

Again THX a lot.

Offline ^thehatsrule^

  • Administrator
  • Hero Member
  • *****
  • Posts: 1726
Re: Configure fails on Atom Z530 - Help needed!
« Reply #3 on: July 12, 2009, 09:59:41 AM »
There is a wiki page called "creating extensions"

Offline soundcheck

  • Newbie
  • *
  • Posts: 46
Re: Configure fails on Atom Z530 - Help needed!
« Reply #4 on: July 12, 2009, 11:10:14 AM »

Yeah. I know. Would be nice to put in a reference to the "compile" meta-package.

Offline curaga

  • Administrator
  • Hero Member
  • *****
  • Posts: 10974
Re: Configure fails on Atom Z530 - Help needed!
« Reply #5 on: July 12, 2009, 11:27:14 AM »
Quote
1. Installing
If compiling, the compiletc extension should be used.

Wiki, Creating extensions
The only barriers that can stop you are the ones you create yourself.

Offline soundcheck

  • Newbie
  • *
  • Posts: 46
Re: Configure fails on Atom Z530 - Help needed!
« Reply #6 on: July 13, 2009, 01:21:44 AM »

Sorry for the confusion. I just overlooked it. ;)

Anyhow -- I got my Music Player Daemon Running now. :D