Re: adding a new library in okl4 fails, build script ignores it

2 messages Options
Embed this post
Permalink
Gabi Voiculescu

Re: adding a new library in okl4 fails, build script ignores it

Reply Threaded More More options
Print post
Permalink
Hello.

I want to port a okl4 2.1.0 application to okl4.3.0. An old problem (http://wiki.ok-labs.com/forum#nabble-td1460845|a1461091) reoccured when I tried to add a locally created libm into the image build.

The application SConscript tells the build system I want libm:
    obj = env.KengeProgram("test30",
                 LIBS=["c", "fs", "mutex", "iguana", "l4", "l4e", "m", "okl4"])

But I do not know how to do the equivalent of the following operation from okl4.2.1.0  projects/iguana/SConstruct:
    ig_env.Package("libs/m")

Can anybody help with the correct okl4 3.0 SCons Syntax?

Thank you,
Gabi Voiculescu



_______________________________________________
Developer mailing list
[hidden email]
https://lists.okl4.org/mailman/listinfo/developer
Gabi Voiculescu

Re: adding a new library in okl4 fails, build script ignores it

Reply Threaded More More options
Print post
Permalink
FYI: File of interest is cells/iguana/SConscript (section marked as Iguana via comments). Syntax is the same as in okl4 2.1.

Gabi Voiculescu

--- On Fri, 6/12/09, Gabi Voiculescu <[hidden email]> wrote:

From: Gabi Voiculescu <[hidden email]>
Subject: Re: [okl4-developer] adding a new library in okl4 fails, build script ignores it
To: [hidden email]
Date: Friday, June 12, 2009, 10:49 PM

Hello.

I want to port a okl4 2.1.0 application to okl4.3.0. An old problem (http://wiki.ok-labs.com/forum#nabble-td1460845|a1461091) reoccured when I tried to add a locally created libm into the image build.

The application SConscript tells the build system I want libm:
    obj = env.KengeProgram("test30",
                 LIBS=["c", "fs", "mutex", "iguana", "l4", "l4e", "m", "okl4"])

But I do not know how to do the equivalent of the following operation from okl4.2.1.0  projects/iguana/SConstruct:
    ig_env.Package("libs/m")

Can anybody help with the correct okl4 3.0 SCons Syntax?

Thank you,
Gabi Voiculescu



-----Inline Attachment Follows-----

_______________________________________________
Developer mailing list
Developer@...
https://lists.okl4.org/mailman/listinfo/developer


_______________________________________________
Developer mailing list
[hidden email]
https://lists.okl4.org/mailman/listinfo/developer