Displaying 10 results from an estimated 10 matches for "nancydreaming".
2014 Jun 03
2
[LLVMdev] How much memory clang llvm needs for debug compiling?
On Tue, Jun 3, 2014 at 7:59 AM, Nancy <nancydreaming at gmail.com> wrote:
>> First, you could switch to ld.gold instead of ld.bfd. It uses much
> $ln -s `which gold` /usr/local/bin/ld
>
>> the idea. I think for autoconf you need ".../configure
>> --enable-split-dwarf" to use this.
>>
> $.../configure --...
2014 Jun 18
2
[LLVMdev] Is there any tool can generate MIPS ELF file?
...gnus (and possibly others) in the
late 90s as a new embedded abi.
And there's been at least one or two other ABIs since - I'm pretty
sure Imagination Technologies working up a new abi right now.
-eric
> Regards,
> Matheus
>
> -----Original Message-----
> From: Nancy [mailto:nancydreaming at gmail.com]
> Sent: 17 June 2014 13:56
> To: Matheus Almeida
> Cc: LLVM Developers Mailing List
> Subject: Re: [LLVMdev] Is there any tool can generate MIPS ELF file?
>
> Thank you very much for your information and documents!
>
> Why Imagination Technologies do not offer...
2014 Jun 17
2
[LLVMdev] Is there any tool can generate MIPS ELF file?
Thank you very much for your information and documents!
Why Imagination Technologies do not offer the latest MIPS ABI document
download link just like the ISA docs? If they thought no much people
interested in that doc, they had to make greate effort on compiler
like GCC,LLVM by themself,then why GCC disagree with some MIPS ABI, it
should be freely designed by MIPS ABI designer and compiler
2014 Jun 02
2
[LLVMdev] How much memory clang llvm needs for debug compiling?
Hi,
> What should I do to make debug enabled compiling successful? Anyone
> can tell me a tiny configuration which can save memory? I only have 3G
> RAM, Ubuntu kylin.
3GB is probably going to be painful no matter what you do, but there
are a few things to try.
First, you could switch to ld.gold instead of ld.bfd. It uses much
less memory when linking. It can also be helpful to reduce
2014 Jun 24
2
[LLVMdev] Is there any tool can generate MIPS ELF file?
...ure Imagination Technologies working up a new abi right now.
>> >>
>> >> -eric
>> >>
>> >> > Regards,
>> >> > Matheus
>> >> >
>> >> > -----Original Message-----
>> >> > From: Nancy [mailto:nancydreaming at gmail.com]
>> >> > Sent: 17 June 2014 13:56
>> >> > To: Matheus Almeida
>> >> > Cc: LLVM Developers Mailing List
>> >> > Subject: Re: [LLVMdev] Is there any tool can generate MIPS ELF file?
>> >> >
>> >> >...
2014 Jun 02
7
[LLVMdev] How much memory clang llvm needs for debug compiling?
Hi,
--
Best Regards,
Yu Rong Tan
2014 Jun 23
2
[LLVMdev] Is there any tool can generate MIPS ELF file?
...;s been at least one or two other ABIs since - I'm pretty sure
>> Imagination Technologies working up a new abi right now.
>>
>> -eric
>>
>> > Regards,
>> > Matheus
>> >
>> > -----Original Message-----
>> > From: Nancy [mailto:nancydreaming at gmail.com]
>> > Sent: 17 June 2014 13:56
>> > To: Matheus Almeida
>> > Cc: LLVM Developers Mailing List
>> > Subject: Re: [LLVMdev] Is there any tool can generate MIPS ELF file?
>> >
>> > Thank you very much for your information and documents...
2014 Jun 14
2
[LLVMdev] Is there any tool can generate MIPS ELF file?
Hi Matheus,
Thank you for your information! Do you known where do download MIPS
ABI/EABI document? Thanks in advance!
--
Best Regards,
Yu Rong Tan
On Thu, Jun 12, 2014 at 7:14 PM, Matheus Almeida
<Matheus.Almeida at imgtec.com> wrote:
> An assembler is the tool you're after. [And a linker if you want to have an executable in the end].
>
> You can specify -filetype=obj to
2019 Jul 12
2
[cfe-dev] ARM float16 intrinsic test
Hi,
I do not get your result. Do I miss something?
$COMP_ROOT/clang++ --target=arm-arm-eabihf -march=armv8.2a+fp16
arm.cpp -S -o - -O3
.text
.syntax unified
.eabi_attribute 67, "2.09"
.eabi_attribute 6, 14
.eabi_attribute 7, 65
.eabi_attribute 8, 1
.eabi_attribute 9, 2
.fpu crypto-neon-fp-armv8
.eabi_attribute 12, 4
2014 Jun 12
2
[LLVMdev] Is there any tool can generate MIPS ELF file?
Hi,
To my understanding, ll/bc can translate to any target machine code
that make cross-compiling easy.
$llc -march=mipsel -mcpu=mips64 test.ll
generate test.s(MIPS ASM)
There must be a tool turns test.s to mips ELF file to make this whole
thing done completely. What is it?
--
Best Regards,
Yu Rong Tan