vmlemon / i9os

Automatically exported from code.google.com/p/i9os
1 stars 0 forks source link

GenodeKit Core 9.02 Does Not Link #2

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1. Change directory to /Personalities/GenodeKit/build.pistachio_x86
2. Run "make" to start the build process
3. Observe that compilation mostly completes although the resulting object
files do not link

What is the expected output? What do you see instead?
I expect that the object files will link against the L4 libraries, instead
the following output is produced:
    COMPILE  platform_pd.o                                                

    COMPILE  platform_thread.o                                            

    COMPILE  platform_x86.o                                               

    COMPILE  ram_session_component.o                                      

    COMPILE  ram_session_support.o                                        

    COMPILE  rm_session_component.o                                       

    COMPILE  rom_session_component.o                                      

    COMPILE  thread.o                                                     

    LINK     core                                                         

/usr/bin/ld: cannot find -ll4                                             

collect2: ld returned 1 exit status                                       

make[2]: ***
[/home/tyson/i9os/Personalities/GenodeKit/build.pistachio_x86/core/x86/core] 
Error
1                                                     
make[1]: *** [single_target] Error 2                                      

make: *** [.] Error 2     

Please use labels and text to provide additional information.

Original issue reported on code.google.com by tyson....@gmail.com on 11 Apr 2009 at 5:15

GoogleCodeExporter commented 9 years ago
Reported to Genode Upstream Mailing List -
http://sourceforge.net/mailarchive/forum.php?thread_name=2a011e4f0904111010g10ca
2bb5l6086a08002324838%40mail.gmail.com&forum_name=genode-main

Original comment by tyson....@gmail.com on 11 Apr 2009 at 5:34

GoogleCodeExporter commented 9 years ago
Attached is the output of "make core VERBOSE=", with regards to the e-mail from 
Upstream.

Original comment by tyson....@gmail.com on 11 Apr 2009 at 7:10

Attachments:

GoogleCodeExporter commented 9 years ago
Modified /Personalities/GenodeKit/build.pistachio_x86/etc according to
http://sourceforge.net/mailarchive/forum.php?thread_name=49E0F567.7030909%40geno
de-labs.com&forum_name=genode-main.

New error attached, and configuration files at
http://code.google.com/p/i9os/source/browse/trunk/Personalities/GenodeKit/build.
pistachio_x86/etc/pistachio.conf.

Original comment by tyson....@gmail.com on 11 Apr 2009 at 8:26

Attachments:

GoogleCodeExporter commented 9 years ago
Going to try the toolchain at http://genode.org/download/tool-chain, as 
mentioned in
http://sourceforge.net/mailarchive/forum.php?thread_name=49E104D2.3070307%40geno
de-labs.com&forum_name=genode-main.

If it works, I'll see what I can do about packaging the source code up, and 
making it
available here.

Original comment by tyson....@gmail.com on 11 Apr 2009 at 9:05

GoogleCodeExporter commented 9 years ago
Woot! The new toolchain functions as advertised, and GenodeKit now links. This 
is our
first ever closed bug! Thanks to the Genode folks for being supportive and
understanding of our cause.

Original comment by tyson....@gmail.com on 11 Apr 2009 at 9:33

GoogleCodeExporter commented 9 years ago

Original comment by tyson....@gmail.com on 11 Apr 2009 at 10:19