Try to compile flips but got error..

Adam Lackorzynski adam at os.inf.tu-dresden.de
Fri Jan 4 16:13:02 CET 2008


Hi,

On Thu Jan 03, 2008 at 22:00:06 -0500, wira wrote:
> Before this I do ./repomgr co hello , and my fiasco and hello world works
> fine. Yesterday, I do ./repomgr co remote_repo_l4 with the intention to get
> the flips package. Today, I tried to compile at /fiasco/l4.. and type  make
> O=/home/fiasco/build at the Terminal .. suddenly I got this error. What does
> it means?
> My objective is to get the flips running on my fiasco..
> 
> 
> /home/fiasco/build/lib/x86_586/l4v2/libl4env.a(startup.o): In function
> `__startup_main':
> /home/fiasco/l4/pkg/l4env/lib/src/startup.c:77: undefined reference to
> `main'
> make[5]: *** [fuxfprov] Error 1
> make[5]: Leaving directory
> `/home/fiasco/build/pkg/lxfuxlibc/server/fuxfprov/OBJ-x86_586-l4v2'make[4]:
> *** [/home/fiasco/build/pkg/lxfuxlibc/server/fuxfprov/OBJ-x86_586-l4v2]
> Error 2

This sounds like main.o is missing when linking, the 'main' function is
defined there. Does it help when you a do 'make clean' followed by
'make' in pkg/lxfuxlibc/server/fuxfprov?



Adam
-- 
Adam                 adam at os.inf.tu-dresden.de
  Lackorzynski         http://os.inf.tu-dresden.de/~adam/




More information about the l4-hackers mailing list