Displaying 6 results from an estimated 6 matches for "staticlib".
2020 Aug 05
2
Debugging a potential bug when generating wasm32
...num3imp52_$LT$impl$u20$core..fmt..Display$u20$for$u20$i32$GT$3fmt17h9ba9fea9cadf7bd5E"
(func (;4;) (type 1)))
So there's no need to import it from "GOT.func" and I want to get rid of that
"GOT.func" import.
This LLVM IR is generated when compiling Rust code to a "staticlib", which is
supposed to include *all* dependencies of the code so that it'll be linkable
with code for other languages. Because of the "GOT.func" import this module is
not linkable, it needs to resolve that "GOT.func" import in runtime using
dynamic linking for Wasm [2]....
2008 Jun 02
0
OT - Intel IPP 5.3
...lued to :
inc=/home/arkadi/opt/asterisk-1.4/include
2. Using configure, make, make install
I added this after running ./configure :
ln -s 5.3.3.075 5.3
Then make fails with this :
gcc -DHAVE_CONFIG_H -I. -DG72X_ASTERISK=14
-I/opt/intel/ipp/5.3/ia32/include -include
/opt/intel/ipp/5.3/ia32/tools/staticlib/ipp_a6.h -Wall -D_GNU_SOURCE
-DG72X_3 -O3 -fomit-frame-pointer -march=pentium3 -msse -mfpmath=sse -MT
codec_g723_la-codec_g72x.lo -MD -MP -MF .deps/codec_g723_la-codec_g72x.Tpo
-c codec_g72x.c -fPIC -DPIC -o .libs/codec_g723_la-codec_g72x.o
codec_g72x.c: In function 'lintog72x_new':
codec_...
2020 Aug 29
0
[klibc:riscv64-enable-relax] Kbuild, klcc: Support multiple objects in KLIBCCRTSHARED
...x=$(INSTALLDIR)' >> $@
diff --git a/klcc/klcc.in b/klcc/klcc.in
index 7b3b8f3b..fab32391 100644
--- a/klcc/klcc.in
+++ b/klcc/klcc.in
@@ -17,7 +17,7 @@ use IPC::Open3;
# Options and libraries to pass to ld; shared versus static
@staticopt = ("${prefix}/${KCROSS}lib/crt0.o");
@staticlib = ("${prefix}/${KCROSS}lib/libc.a");
- at sharedopt = (@EMAIN, "${prefix}/${KCROSS}lib/interp.o");
+ at sharedopt = (@EMAIN, map { "${prefix}/${KCROSS}lib/$_" } @CRTSHARED);
@sharedlib = ('-R', "${prefix}/${KCROSS}lib/libc.so");
# Returns the lang...
2020 Aug 20
0
[klibc:master] klcc: Treat CC, LD, STRIP as multiple words
...@stdlibpath, '--start-group', @sharedlib,
$libgcc, '--end-group');
} else {
- $rv = mysystem($LD, @LDFLAGS, @staticopt, @ldopt, @outopt, @objs,
+ $rv = mysystem(@LD, @LDFLAGS, @staticopt, @ldopt, @outopt, @objs,
@libs, @stdlibpath, '--start-group', @staticlib,
$libgcc, '--end-group');
}
@@ -270,7 +270,7 @@ if ( $operation ne '' ) {
unlink(@rmobjs);
if ( $strip && !$rv ) {
- $rv = mysystem($STRIP, @STRIPFLAGS, $output);
+ $rv = mysystem(@STRIP, @STRIPFLAGS, $output);
}
}
diff --git a/klcc/makeklc...
2020 Nov 10
1
unusual use of getenv
Hi Michael
On Tue Nov 10, 2020 at 1:29 AM GMT, Michael Kruse wrote:
> Am Mo., 2. Nov. 2020 um 14:01 Uhr schrieb David Blaikie
> <dblaikie at gmail.com>:
> > Hmm, not sure why the whole file was added only when MSVC support was added - if it is a "static library object file selection" issue. Wouldn't that have turned up on other platforms before that moment?
>
2016 Mar 07
2
Windows port
Hi!
I would like to ask about current state of Windows port. Is it frozen? It will be cool to know the plans :)
Where are a lot of Windows-branches at GitHub. What is the most actual one?
The Windows builder looks like turned off, am I right that it is not available currently and where were no builds after version 2.6.5-6?
I couldn't find any info about proper environment to build Windows