Displaying 15 results from an estimated 15 matches similar to: "[LLVMdev] conflicting declarations in output of C back end"
2013 Jul 21
9
build for pv-grub stubdom
Does this
install -d -m0755 -p
"/mnt/gen2/TmpDir/portage/app-emulation/xen-pvgrub-4.3.0/image//usr/lib/xen/boot"
install -m0644 -p mini-os-x86_32-grub/mini-os.gz
"/mnt/gen2/TmpDir/portage/app-emulation/xen-pvgrub-4.3.0/image//usr/lib/xen/boot/pv-grub-x86_32.gz"
make: Leaving directory
`/mnt/gen2/TmpDir/portage/app-emulation/xen-pvgrub-4.3.0/work/xen-4.3.0/stubdom'
2008 Feb 28
2
[LLVMdev] llvm-gcc and mips
On Wed, Feb 27, 2008 at 7:32 PM, Mike Stump <mrs at apple.com> wrote:
> On Feb 27, 2008, at 8:38 AM, HyperQuantum wrote:
> > I tried to cross-compile llvm-gcc for mips, but it crashes
> > But now I'm stuck. I don't need a full cross-compiler, just generating
> > LLVM code is sufficient for me.
>
> make -k install will install a mips cross compiler for
2008 Feb 28
0
[LLVMdev] llvm-gcc and mips
On Feb 28, 2008, at 4:03 AM, HyperQuantum wrote:
> /home/kevin/Documents/School/Thesis/work/install/llvmgcc-mips/bin/
> llvm-gcc
> -nostdlib -nostdinc
> -I/home/kevin/Documents/School/Thesis/work/install/psptoolchain/psp/
> include
> -I/home/kevin/Documents/School/Thesis/work/install/psptoolchain/lib/
> gcc/psp/4.1.0/include
> -c -emit-llvm -Wall \
>
2008 Feb 27
2
[LLVMdev] llvm-gcc and mips
I tried to cross-compile llvm-gcc for mips, but it crashes somewhere
in the build process:
/home/kevin/Documents/School/2eLIC/Thesis/work/build/llvmgcc-mips/./gcc/xgcc
-B/home/kevin/Documents/School/2eLIC/Thesis/work/build/llvmgcc-mips/./gcc/
-B/home/kevin/Documents/School/2eLIC/Thesis/work/build/llvmgcc-mips/../../install/llvmgcc-mips/mips-unknown-linux-gnu/bin/
2008 Sep 10
1
Xen-3.3 Etch amd64 compil error
Hello user-list,
Here is my pb :
I have a brand new debian Etch with all updates installed on a DELL PE
SC430 with a Pentium D 930 (3Ghz, Intel-VT, EMT64)
I''ve downloaded xen-3.3 and tried to install with /*"The Perfect Xen
3.1.0 Setup For Debian Etch" */howto.
But when i run the the "make world" I have an error with the studbom
compilation :
/Dans le fichier
2008 Feb 19
1
[LLVMdev] cross compiling with the C backend
Hello, Kevin
> build process I described in my original message. So the difference is
> more subtle; maybe a difference in the layout of structs or something.
Also, there can be another ABI differences.
> llvmoutput.c:17976: warning: pointer targets in passing argument 1 of
> 'longjmp' differ in signedness
Hrm, are you using setjmp/longjmp stuff? They're definitely not
2017 Sep 08
1
Antwort: Antwort: Re: Windows 10 and Java Applications on a samba share
Hai,
Dit you set :
acl allow execute always = yes
Greetz,
Louis
> -----Oorspronkelijk bericht-----
> Van: samba [mailto:samba-bounces at lists.samba.org] Namens Nils
> Wieseloh via samba
> Verzonden: vrijdag 8 september 2017 9:43
> Aan: nils.wieseloh at vit.de
> CC: samba at lists.samba.org; Brian Cowan; samba
> Onderwerp: [Samba] Antwort: Antwort: Re: Windows 10 and
2008 Feb 18
0
[LLVMdev] cross compiling with the C backend
Kevin André wrote:
> For my master's thesis, I am trying to cross compile programs for the
> PSP (PlayStation Portable) with LLVM and llvm-gcc.
>
> This is what I do:
>
> (1) compile a program and the libraries it uses (libpng etc.) with llvm-gcc
> (2) link the bitcode files with llvm-ld into one file
> (3) run "llc -march=c" on the result
> (4) compile
2008 Feb 18
4
[LLVMdev] cross compiling with the C backend
For my master's thesis, I am trying to cross compile programs for the
PSP (PlayStation Portable) with LLVM and llvm-gcc.
This is what I do:
(1) compile a program and the libraries it uses (libpng etc.) with llvm-gcc
(2) link the bitcode files with llvm-ld into one file
(3) run "llc -march=c" on the result
(4) compile the resulting C source with the PSP toolchain
It seems to work
2008 Feb 27
0
[LLVMdev] llvm-gcc and mips
On Feb 27, 2008, at 8:38 AM, HyperQuantum wrote:
> I tried to cross-compile llvm-gcc for mips, but it crashes
> But now I'm stuck. I don't need a full cross-compiler, just generating
> LLVM code is sufficient for me.
make -k install will install a mips cross compiler for you, I believe.
If you don't want to install it, you can run it as cd gcc && ./xgcc -
B./ t.c.
2010 Mar 23
0
[LLVMdev] Cygwin llvm-gcc-4.2 regression
Hi,
I don't seem to be able to solve this regression with llvm-gcc-4.2 on
Cygwin.
It is weird as I thought I had checked SVN TOT and had a good build just
before the branch was corrected, so am confused.
If someone more experienced with debugging could have a look at this, its
like a syntax error. I have tried whittling the error down but it just
moves.
Trying to bisect between r98185 and
2017 Sep 08
0
Antwort: Re: Windows 10 and Java Applications on a samba share
Hi Nils,
> one more information.
> This behaviour also happens on a WIndows 2012 R2 Server System.
if this behavior happens also on win2012r2, then the problem may be
linked to the SMB version of the protocol.
Win7 support SMB version up to SMBv2.x, as does win2k8r2. On the other
hand, Win10, Samba4 and Win2k12 supports SMB up to SMBv3.x. And protocol
version is negotiated during
2000 May 24
1
Problem w/cygwin1.1 (maybe)
I am using rw1001 on Windows 98. I have a package that involves both c and
fortran code, which compiled successfully under cygnus b20.1 with Mummit Kahn''s
port of gcc 2.95.2. I have upgraded to the new net release of cygwin (version
1.1, including the recent cygwin package upgrade to 1.1.1). Now when the dll
for my package is being created, I get the string of errors like:
[...]
gcc
2017 Sep 08
2
Antwort: Antwort: Re: Windows 10 and Java Applications on a samba share
Hello everyone,
so no one has any idea what causes this problem? :-(
Nils
Von: Nils Wieseloh via samba <samba at lists.samba.org>
An: Brian Cowan <brian.cowan at hcl.com>,
Kopie: "samba at lists.samba.org" <samba at lists.samba.org>, samba
<samba-bounces at lists.samba.org>
Datum: 28.07.2017 08:44
Betreff: [Samba] Antwort: Re: Windows 10 and
2013 Feb 14
1
[LLVMdev] LiveIntervals analysis problem
Hello everyone,
please I need your help.
To reproduce my problem I created simple pass for backends (TestPass.cpp
in attached files). That pass I call from Mips backend in this way
(MipsTargetMachine.cpp):
bool MipsPassConfig::addPreRegAlloc() {
addPass(createTestPass());
return false;
}
The problem becomes, when I am trying compile file ldtoa.ll (in attached
files). Compiling