[maemo-developers] Having problems getting build enviroment set up (Chinook)

From: Eero Tamminen eero.tamminen at nokia.com
Date: Fri Dec 14 13:25:45 EET 2007
Hi,

ext William Hope wrote:
>  I'm having a problem getting the build tools properly configured. I've read
> various online articles/books/docs and I have a start. The problem is that
> it doesn't compile anything. Below is output & directory structure. I can't
> really concentrate on developing until I can simplify builds.
> I know it's not invoking the compiler as some of the files have errors. If I
> compile by hand, then it doesn't 'attempt' to compile them.
> 
> Can anyone help? Point me to a better place to ask?

So calls like this don't produce .o files:
> source='sio.cpp' object='sio.o' libtool=no \
> depfile='.deps/sio.Po' tmpdepfile='.deps/sio.TPo' \
> depmode=none /bin/sh ../config/depcomp \
> g++ -DHAVE_CONFIG_H -I. -I. -I.. -g -O2 -c -o sio.o sio.cpp

What if you call it with -v from the command line:
   g++ -v -DHAVE_CONFIG_H -I. -I. -I.. -g -O2 -c -o sio.o sio.cpp


	- Eero

More information about the maemo-developers mailing list