Displaying 20 results from an estimated 500 matches similar to: ""Export ordinal too large" when linking LLVM.dll with MinGW64"
2019 Aug 14
2
"Export ordinal too large" when linking LLVM.dll with MinGW64
Just ran into the same problem, but with `-DLLVM_BUILD_TOOLS=ON` since the
tools link against shlib and use the C++ interface I can't use Cosmin's
solution. I managed to get through with using `RelWithDebInfo` instead of
`Debug`
On Sat, Jun 22, 2019 at 5:20 AM Cosmin Apreutesei via llvm-dev <
llvm-dev at lists.llvm.org> wrote:
> Update: looks like the the problem was that the
2019 Jun 08
2
Help Building LLVM for Android
Hey Guys,
I'm working on a project in Android related to System-level Audio DSP
Effects for Tuning Android Audio. I want to leverage Faust (
https://faust.grame.fr/) to allow users to program their own filters.
Faust provides a libfaust implementation which includes a JIT Compiler
which leverages LLVM and seems to be the best path for me to use.
Unfortunately I'm having problems
2012 Aug 22
1
[LLVMdev] buildbot failure in LLVM on clang-native-mingw64-win7
Guys, you can exclude me (dyatkovskiy) from this list, since I reverted
my changes in r162354.
-Stepan.
llvm.buildmaster at lab.llvm.org wrote:
> The Buildbot has detected a new failure on builder clang-native-mingw64-win7 while building cfe.
> Full details are available at:
> http://lab.llvm.org:8011/builders/clang-native-mingw64-win7/builds/876
>
> Buildbot URL:
2013 Nov 14
1
[LLVMdev] MingGW32 and MinGW64 builds (Windows) fail
Hi,
I tried to do a build with CMake, Ninja, and MinGW32 and MinG64
respectively:
MinGW32 failed on an missing sys/mman.h (POSIX-specific header):
D:/test/llvm-trunk/projects/compiler-rt/lib/enable_execute_stack.c:13:22:
fatal error: sys/mman.h: No such file or directory
#include <sys/mman.h>
^
MinGW64 failed on an #error directive:
2011 Jan 23
2
[PATCH][git-pull] win64/find-mingw64.sh: Debian/Ubuntu
git://git.zytor.com/users/genec/syslinux.git
Branch win64-mingw32-ubuntu-for-hpa
This adds the compiler prefix used in Debian/Ubuntu to the list
(amd64-mingw32msvc-).
Too bad /bin/sh doesn't support brace expansion.
--
-Gene
2011 May 15
0
[LLVMdev] Fail when building llvm2.9 using MinGW64
Chen,
2011/5/13 陈晓宇 <xychen0921 at gmail.com>:
> ../llvm2.9/configure --prefix=/home/AutoESL/llvm-obj
> --host=x86_64-w64-mingw32
> --disable-multilib
Please try with "--build=x86_64-w64-mingw32", not "--host".
If you would still have any troubles, make sure your
x86_64-w64-g++.exe can generate correct
2016 Mar 26
0
Mingw64 GtkLauncher.exe Crashes
I have successfully installed the cross compiled dll's and other files supplied by centos 7 on a
machine running Windows 7. When I run GtkLauncher.exe it comes up with the google page displayed.
However, when I try to view "http://www.msnbc.com" Gtklauncher crashes in libjavascriptcore.dll at
offset 0xa4944. nfl.com comes up, but then crashes in the same place.
My questions
2012 Jun 11
0
[LLVMdev] Clang64 on Windows using Mingw64 yields many linking errors?
Hello
First of all, note the "llvm" in the mailing list title. Clang
questions should be asked in other ML.
> 3. Run cmake and let it figure out that its using Clang on Windows.
> 4. Build and realize that the link doesn't work because CMake pulls in the
> wrong libraries (per default it uses Microsoft naming conventions: foo.lib
> instead of libfoo.a).
It seems like
2012 Jun 11
3
[LLVMdev] Clang64 on Windows using Mingw64 yields many linking errors?
Hi again,
I am regularly building my small STL-enabled C++ project using Mingw64 on
Windows x64 and the program runs fine (it builds and runs fine on x64 Linux
too).
Then I got brave and decided to try out Clang, because I'd eventually like
to take a look at the quality of the generated code, and then did the
following:
1. Set CC to clang.
2. Set CXX to clang++.
3. Run cmake and let it
2010 Jan 04
2
I have finished compiling of R 64 bit on 64 bit Windows use MINGW64
hi ,everyone
I have finished compiling of R 64 bit on 64 bit Windows system by using MINGW64, include the standard and recommended packages.tested it on Windows 2008 server R2 X64.it run very well.I wander anyone interested in it ,and anyone who want to continue testing it with me? and who can provide a space let me upload the R files
Best wishes! 2010/1/4
2011 May 16
0
[LLVMdev] Fail when building llvm2.9 using MinGW64
Chen, see http://llvm.org/docs/GettingStarted.html#pf_12
...Takumi
ps. Excuse me, PE+ (aka pep) means "Executable file format for WIndows x64".
2011/5/16 陈晓宇 <xychen0921 at gmail.com>:
> The stack trace:
>
> Starting program:
> C:\MinGW\msys\1.0\home\xchen\llvm-obj\lib\Target\CellSPU/../..
> /../Debug/bin/tblgen.exe -I
2011 May 13
4
[LLVMdev] Fail when building llvm2.9 using MinGW64
I was building llvm2.9 using MinGW64 on windows, msys was 32 bit so I
specified --host option for a cross compiling. Following are my configure
options:
../llvm2.9/configure --prefix=/home/AutoESL/llvm-obj
--host=x86_64-w64-mingw32
--disable-multilib
The error:
make[1]: Entering directory `/home/AutoESL/llvm-obj/lib/VMCore'
make[1]: ***
2016 Feb 19
3
undefined reference to typeinfo for CmpInst
Hi all,
I am having some some trouble with LLVM 3.8... I built it with GCC 4.8.2
with cmake and no special CXX/C flags. That means in case of GCC that
RTTI is switched on, I believe.
However, building my MCJIT application against the just built LLVM and
linking results in:
libqdp.a(qdp_llvm.o):(.rodata._ZTIN4llvm8FCmpInstE[_ZTIN4llvm8FCmpInstE]+0x10):
undefined reference to `typeinfo for
2020 Jan 11
2
Unresolved dependencies when upgrade on centOS 8
Hi,
Guys i got unresolved dependencies when trying to upgrade centOS 8, what
should i do to fix this?
[root at ws1 ebedsat]# dnf upgrade
Last metadata expiration check: 0:14:27 ago on Sat 11 Jan 2020 12:16:02 PM
WIB.
Error:
Problem 1: cannot install the best update candidate for package
kmod-iwlegacy-0.0-1.el8.elrepo.x86_64
- nothing provides kernel >= 4.18.0-147.el8 needed by
2000 Feb 25
0
Sv: Sv: Ordinal Regression
Dear Peter.
I guess you know that Jim Lindseys code include nordr and ordglm in library gnlm - I attach the htmls which do various linear and nonlinear ordinal regressions - exemplified with just the data mentioned, McCullagh (1980) JRSS B42, 109-142. I had it work very fine.
-----Oprindelig meddelelse-----
Fra: Peter Malewski <p.malewski at tu-bs.de>
Til: Troels Ring <tring at
2012 Mar 21
0
multivariate ordinal probit regression vglm()
Hello, all.
I'm investigating the rate at which skeletal joint surfaces pass
through a series of ordered stages (changes in morphology). Current
statistical methods in this type of research use various logit or
probit regression techniques (e.g., proportional odds logit/probit,
forward/backward continuation ratio, or restricted/unrestricted
cumulative probit). Data typically include the
2008 Mar 10
0
Proportional odds ordinal logistic regression models with random effects
I am trying to incorporate random effects (random intercept is good enough)
to a proportional odds logistic regression model for ordinal outcomes.
Could lme4 do this? I'd appreciate any input.
Hakan Demirtas
2002 Jul 08
1
R Libraries for ORDINAL categorical data
Hello All:
I know the function loglin() and loglm() from librarary(MASS) performs
analysis on nominal categorical data. Are there any libraries, functions or
examples available for analysis of ordinal categorical data? I have in mind
procedures that can replicate results in Alan Agresti (1984) "Analysis of
Ordinal Categorical Data."
Thanks,
ANDREW
2002 Mar 26
0
correlation matrix for mixed contin/nominal/ordinal variables
I have a consulting client with data containing a mixture of
continuous, nominal, and ordinal variables, who wishes
to do some correlational analyses.
Ignoring for the moment whether this is wise or useful,
is there some way to calculate a matrix using, for example,
polychoric correlations for pairs of nominal variables,
or correlations based on normal scores for ordinal variables?
[The PRELIS
2008 Oct 09
1
The ordinal 6877 could not be located in the dll
That's the message i get when i try to run "replay media catcher".
Any ideas why i'm geting this erorr?
Thanks