wira | 4 Jan 04:00
Picon

Try to compile flips but got error..

Hi all!

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
make[4]: Leaving directory `/home/fiasco/l4/pkg/lxfuxlibc/server/fuxfprov'
make[3]: *** [fuxfprov] Error 2
make[3]: Leaving directory `/home/fiasco/l4/pkg/lxfuxlibc/server'
make[2]: *** [server] Error 2
make[2]: Leaving directory `/home/fiasco/l4/pkg/lxfuxlibc'
make[1]: *** [lxfuxlibc.bin] Error 2
make[1]: Leaving directory `/home/fiasco/l4/pkg'
make: *** [pkg] Error 2




Thanks in advance..
karipap


_______________________________________________
l4-hackers mailing list
l4-hackers <at> os.inf.tu-dresden.de
http://os.inf.tu-dresden.de/mailman/listinfo/l4-hackers
Adam Lackorzynski | 4 Jan 16:13
Picon
Favicon

Re: Try to compile flips but got error..

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/
kazilus kazilus | 5 Jan 03:45
Picon
Favicon

problem booting L4Linux-2.6

hi all

i've got problem booting L4Linux

the error is

unexpected trap while booting fiasco

below is my menu.lst

oot (hd0,2)

title FIASCO
kernel /boot/fiasco/bootstrap
modaddr 0x02000000
module /boot/fiasco/fiasco -nowait
module /boot/fiasco/sigma0
module /boot/fiasco/roottask
module /boot/fiasco/hello

title L4Linux-26/Fiasco+Serial+Console
kernel /boot/L4Linux/bootstrap
modaddr 0x06000000
module /boot/L4Linux/main -nowait -nokdb -serial_esc -comspeed -115200 -comport
module /boot/L4Linux/sigma0
module /boot/L4Linux/roottask task modname "bmodfs" attached 4 modules
module /boot/L4Linux/events
module /boot/L4Linux/names --events
module /boot/L4Linux/log --events
module /boot/L4Linux/dm_phys --isa=0x00800000 -v --events
module /boot/L4Linux/simple_ts -t 300 --events
#module /boot/L4Linux/rtcc --events
module /boot/L4Linux/l4io --noirq --events module
#module /boot/L4Linux/l4exec --events
module /boot/L4Linux/loader --fprov=BMODFS linux26.cfg
module /boot/L4Linux/bmodfs
module /boot/L4Linux/vmlinuz
module /boot/L4Linux/linux26.cfg
module /boot/L4Linux/libloader.s.so
module /boot/L4Linux/libld-l4.s.so

title SLACKWARE
kernel    /boot/vmlinuz root=/dev/hda3 ro vga=791

and here is my linux26.cfg

modpath "(hda0,2)/boot/L4Linux"
task "vmlinuz.serialconsole" "earlyprintk=yes console=ttyS0,115200 init=1 mem=256M root=/dev/hda3" all_sects_writable allow_vga

any idea?

Never miss a thing. Make Yahoo your homepage.
_______________________________________________
l4-hackers mailing list
l4-hackers <at> os.inf.tu-dresden.de
http://os.inf.tu-dresden.de/mailman/listinfo/l4-hackers
Adam Lackorzynski | 5 Jan 14:31
Picon
Favicon

Re: problem booting L4Linux-2.6


On Fri Jan 04, 2008 at 18:45:31 -0800, kazilus kazilus wrote:
> modaddr 0x06000000
> module /boot/L4Linux/main -nowait -nokdb -serial_esc -comspeed -115200 -comport

It's  -comspeed 115200 -comport 1
+ you can omit those as they're default anyway.

Adam
--

-- 
Adam                 adam <at> os.inf.tu-dresden.de
  Lackorzynski         http://os.inf.tu-dresden.de/~adam/
wira | 7 Jan 03:46
Picon

Re: Try to compile flips but got error..

Thanks Adam for the reply. but actually im a bit confused here, about the things that i need to run Flips.
is it correct that I use this command:

./repomgr co remote_repo_l4      or is it     ./repomgr co hello   ?

i just need the flips package, but it seems to download everything..
i need to set up two machines running fiasco and with running tcp/ip communication. someone plz advice me..


thanks,
karipap


On Jan 4, 2008 11:13 PM, Adam Lackorzynski <adam <at> os.inf.tu-dresden.de> wrote:
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/

_______________________________________________
l4-hackers mailing list
l4-hackers <at> os.inf.tu-dresden.de
http://os.inf.tu-dresden.de/mailman/listinfo/l4-hackers

_______________________________________________
l4-hackers mailing list
l4-hackers <at> os.inf.tu-dresden.de
http://os.inf.tu-dresden.de/mailman/listinfo/l4-hackers
wira | 7 Jan 08:19
Picon

Error while make-ing L4

Hi all,

Any clue how solve this error?


make[5]: Leaving directory `/home/fiasco/build/pkg/bootstrap/server/src/OBJ-x86_586'
make[4]: *** [/home/fiasco/build/pkg/bootstrap/server/src/OBJ-x86_586] Error 2
make[4]: Leaving directory `/home/fiasco/l4/pkg/bootstrap/server/src'
make[3]: *** [src] Error 2
make[3]: Leaving directory `/home/fiasco/l4/pkg/bootstrap/server'
make[2]: *** [server] Error 2
make[2]: Leaving directory `/home/fiasco/l4/pkg/bootstrap'
make[1]: *** [bootstrap.bin] Error 2
make[1]: Leaving directory `/home/fiasco/l4/pkg'
make: *** [pkg] Error 2
debian:/home/fiasco/l4#

_______________________________________________
l4-hackers mailing list
l4-hackers <at> os.inf.tu-dresden.de
http://os.inf.tu-dresden.de/mailman/listinfo/l4-hackers
Björn Döbel | 7 Jan 08:37
Picon
Favicon

Re: Error while make-ing L4


Hi,

| Any clue how solve this error?

Could you please not strip the relevant information and show us the full
build log?

Thanks,
Bjoern
wira | 7 Jan 08:42
Picon

Re: Error while make-ing L4

 ok, here it is ..


In file included from /home/fiasco/l4/pkg/bootstrap/server/src/libc_support+.cc:24:
/home/fiasco/l4/pkg/bootstrap/server/src/support.h:16:38: l4/arm_drivers/uart_base.h: No such file or directory
In file included from /home/fiasco/l4/pkg/bootstrap/server/src/libc_support+.cc:24:
/home/fiasco/l4/pkg/bootstrap/server/src/support.h:32: error: expected constructor, destructor, or type conversion before '*' token
/home/fiasco/l4/pkg/bootstrap/server/src/libc_support+.cc: In function `ssize_t write(int, const void*, size_t)':
/home/fiasco/l4/pkg/bootstrap/server/src/libc_support+.cc:87: error: `uart' was not declared in this scope
/home/fiasco/l4/pkg/bootstrap/server/src/libc_support+.cc:87: warning: unused variable 'uart'
/home/fiasco/l4/pkg/bootstrap/server/src/libc_support+.cc: In function `int getchar()':
/home/fiasco/l4/pkg/bootstrap/server/src/libc_support+.cc:102: error: `uart' was not declared in this scope
/home/fiasco/l4/pkg/bootstrap/server/src/libc_support+.cc:102: warning: unused variable 'uart'
make[5]: *** [libc_support+.o] Error 1
make[5]: Leaving directory `/home/fiasco/build/pkg/bootstrap/server/src/OBJ-x86_586'
make[4]: *** [/home/fiasco/build/pkg/bootstrap/server/src/OBJ-x86_586] Error 2
make[4]: Leaving directory `/home/fiasco/l4/pkg/bootstrap/server/src'
make[3]: *** [src] Error 2
make[3]: Leaving directory `/home/fiasco/l4/pkg/bootstrap/server'
make[2]: *** [server] Error 2
make[2]: Leaving directory `/home/fiasco/l4/pkg/bootstrap'
make[1]: *** [bootstrap.bin] Error 2
make[1]: Leaving directory `/home/fiasco/l4/pkg'
make: *** [pkg] Error 2







On Jan 7, 2008 3:19 PM, wira < wirazanoramy <at> gmail.com> wrote:
Hi all,

Any clue how solve this error?


make[5]: Leaving directory `/home/fiasco/build/pkg/bootstrap/server/src/OBJ-x86_586'
make[4]: *** [/home/fiasco/build/pkg/bootstrap/server/src/OBJ-x86_586] Error 2
make[4]: Leaving directory `/home/fiasco/l4/pkg/bootstrap/server/src'
make[3]: *** [src] Error 2
make[3]: Leaving directory `/home/fiasco/l4/pkg/bootstrap/server'
make[2]: *** [server] Error 2
make[2]: Leaving directory `/home/fiasco/l4/pkg/bootstrap'
make[1]: *** [bootstrap.bin] Error 2
make[1]: Leaving directory `/home/fiasco/l4/pkg'
make: *** [pkg] Error 2
debian:/home/fiasco/l4#


_______________________________________________
l4-hackers mailing list
l4-hackers <at> os.inf.tu-dresden.de
http://os.inf.tu-dresden.de/mailman/listinfo/l4-hackers
Picon
Favicon

Re: Try to compile flips but got error..

Hello,

wira wrote:
> Thanks Adam for the reply. but actually im a bit confused here, about 
> the things that i need to run Flips.
> is it correct that I use this command:
> 
> ./repomgr co remote_repo_l4      or is it     ./repomgr co hello   ?
You can use "./repomgr co remote_repo_l4", however you get beside flips 
much more you will not need probably.

"./repomgr co hello" provides only a few packages to run a simple hello
application, which however is not enough for your purpose.

A better starting point for you is "./repomgr co l4env", where you get 
basic packages to build later on flips.

After checking out the basic packages you can change in the l4/pkg 
directory and fetch FLIPS related/required additional packages by :

"svn up flips l4vfs socket_linux dde_linux rtc"

and our network multiplexer

"svn up ore dde".

To build FLIPS you need Linux 2.4.34.4 sources. We don't provide them
in our repository.

To build all you have to call something like:

make O=... LINUX24_DIR=...

Hope it helps,

Alex B.
> 
> i just need the flips package, but it seems to download everything..
You mean
> i need to set up two machines running fiasco and with running tcp/ip 
> communication. someone plz advice me..
> 
> 
> thanks,
> karipap
> 
> 
> On Jan 4, 2008 11:13 PM, Adam Lackorzynski <adam <at> os.inf.tu-dresden.de 
> <mailto:adam <at> os.inf.tu-dresden.de>> wrote:
> 
>     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
>     <mailto:adam <at> os.inf.tu-dresden.de>
>      Lackorzynski         http://os.inf.tu-dresden.de/~adam/
>     <http://os.inf.tu-dresden.de/%7Eadam/>
> 
>     _______________________________________________
>     l4-hackers mailing list
>     l4-hackers <at> os.inf.tu-dresden.de <mailto:l4-hackers <at> os.inf.tu-dresden.de>
>     http://os.inf.tu-dresden.de/mailman/listinfo/l4-hackers
> 
> 
> 
> ------------------------------------------------------------------------
> 
> _______________________________________________
> l4-hackers mailing list
> l4-hackers <at> os.inf.tu-dresden.de
> http://os.inf.tu-dresden.de/mailman/listinfo/l4-hackers

--

-- 
Dipl.-Inf. Alexander Böttcher
Technische Universität Dresden, Fakultät Informatik
Technische Universität Dresden, Dept. of Computer Science

Nöthnitzer Str. 46, Room 3087     Ph.  +49 351 463 3 8534
D-01307 Dresden                   Fax  +49 351 463 3 8255

boettcher <at> os.tu-dresden.de
key finger print: 5E79 31F6 F571 5FBA CF75  33FB AA34 4AF4 A633 25B3
Picon
Favicon

Re: Error while make-ing L4

Hi,

this issue has been fixed and will be available in the next days in the 
remote svn. As quick workaround you can checkout the package arm_drivers 
in l4/pkg and call make again.

Alex B.

wira wrote:
>  ok, here it is ..
> 
> 
> In file included from 
> /home/fiasco/l4/pkg/bootstrap/server/src/libc_support+.cc:24:
> /home/fiasco/l4/pkg/bootstrap/server/src/support.h:16:38: 
> l4/arm_drivers/uart_base.h: No such file or directory
> In file included from 
> /home/fiasco/l4/pkg/bootstrap/server/src/libc_support+.cc:24:
> /home/fiasco/l4/pkg/bootstrap/server/src/support.h:32: error: expected 
> constructor, destructor, or type conversion before '*' token
> /home/fiasco/l4/pkg/bootstrap/server/src/libc_support+.cc: In function 
> `ssize_t write(int, const void*, size_t)':
> /home/fiasco/l4/pkg/bootstrap/server/src/libc_support+.cc:87: error: 
> `uart' was not declared in this scope
> /home/fiasco/l4/pkg/bootstrap/server/src/libc_support+.cc:87: warning: 
> unused variable 'uart'
> /home/fiasco/l4/pkg/bootstrap/server/src/libc_support+.cc: In function 
> `int getchar()':
> /home/fiasco/l4/pkg/bootstrap/server/src/libc_support+.cc:102: error: 
> `uart' was not declared in this scope
> /home/fiasco/l4/pkg/bootstrap/server/src/libc_support+.cc:102: warning: 
> unused variable 'uart'
> make[5]: *** [libc_support+.o] Error 1
> make[5]: Leaving directory 
> `/home/fiasco/build/pkg/bootstrap/server/src/OBJ-x86_586'
> make[4]: *** [/home/fiasco/build/pkg/bootstrap/server/src/OBJ-x86_586] 
> Error 2
> make[4]: Leaving directory `/home/fiasco/l4/pkg/bootstrap/server/src'
> make[3]: *** [src] Error 2
> make[3]: Leaving directory `/home/fiasco/l4/pkg/bootstrap/server'
> make[2]: *** [server] Error 2
> make[2]: Leaving directory `/home/fiasco/l4/pkg/bootstrap'
> make[1]: *** [bootstrap.bin] Error 2
> make[1]: Leaving directory `/home/fiasco/l4/pkg'
> make: *** [pkg] Error 2
> 
> 
> 
> 
> 
> 
> 
> On Jan 7, 2008 3:19 PM, wira < wirazanoramy <at> gmail.com 
> <mailto:wirazanoramy <at> gmail.com>> wrote:
> 
>     Hi all,
> 
>     Any clue how solve this error?
> 
> 
>     make[5]: Leaving directory
>     `/home/fiasco/build/pkg/bootstrap/server/src/OBJ-x86_586'
>     make[4]: ***
>     [/home/fiasco/build/pkg/bootstrap/server/src/OBJ-x86_586] Error 2
>     make[4]: Leaving directory `/home/fiasco/l4/pkg/bootstrap/server/src'
>     make[3]: *** [src] Error 2
>     make[3]: Leaving directory `/home/fiasco/l4/pkg/bootstrap/server'
>     make[2]: *** [server] Error 2
>     make[2]: Leaving directory `/home/fiasco/l4/pkg/bootstrap'
>     make[1]: *** [bootstrap.bin] Error 2
>     make[1]: Leaving directory `/home/fiasco/l4/pkg'
>     make: *** [pkg] Error 2
>     debian:/home/fiasco/l4#
> 
> 
> 
> ------------------------------------------------------------------------
> 
> _______________________________________________
> l4-hackers mailing list
> l4-hackers <at> os.inf.tu-dresden.de
> http://os.inf.tu-dresden.de/mailman/listinfo/l4-hackers

--

-- 
boettcher <at> os.tu-dresden.de
key finger print: 5E79 31F6 F571 5FBA CF75  33FB AA34 4AF4 A633 25B3

Gmane