Displaying 16 results from an estimated 16 matches for "doce".
Did you mean:
doc
2009 Jun 16
1
[LLVMdev] x86 Intel Syntax and MASM 9.x
...esigned only to target MASM anyway.
>
> gas Intel syntax is indeed broken in LLVM. I'd love to make it work but
> my work has not (yet) allocated time for that. Maybe I can hack LLVM on
> the weekends. :)
I think writing an assembler using LLVM Table gen and data, and using the
DOCE (Direct Object Code Emission) backends (see LLVM Wiki for details) when
they are ready is a much better solution. I am planning on doing a full tool
set (linker, and librarian anyway) to replace binutils for LLVM on Windows,
and maybe for other bianry formats. Although this will take time, hopef...
2009 Jul 27
0
[LLVMdev] llc - generation of native machine code
On Mon, Jul 27, 2009 at 8:25 AM, Rudskyy<tema13tema at yahoo.de> wrote:
> But now I am looking for generation of machine code for my target. I have
> seen, that “llc” has option "-filetype".
>
> It has default value "-filetype=asm", but has more values, as
> "-filetype=obj" and "-filetype=dynlib".
>
> “obj” is very interesting, but
2005 Dec 16
0
Re: VIA sata + Xen 3.0 boot lockup problems (solved)
...; # CONFIG_BLK_DEV_IDESCSI is not set
< CONFIG_BLK_DEV_SD=y
---
> CONFIG_BLK_DEV_SD=m
< CONFIG_BLK_DEV_SR=y
---
> CONFIG_BLK_DEV_SR=m
< CONFIG_CRAMFS=y
---
> # CONFIG_CRAMFS is not set
****** end ******
_______________________________________________________
Yahoo! doce lar. Faça do Yahoo! sua homepage.
http://br.yahoo.com/homepageset.html
_______________________________________________
Xen-users mailing list
Xen-users@lists.xensource.com
http://lists.xensource.com/xen-users
2005 Dec 27
0
How can I install macromedia flash
...led Internet Explorer with winetools well but I can't install macromedia flash.
Any help?
Thanks.
--
Savio Martins Ramos - Arquiteto
Rio de Janeiro ICQ 174972645
Pirataria n?o! Seja livre: Linux
http://www.debian.org
_______________________________________________________
Yahoo! doce lar. Fa?a do Yahoo! sua homepage.
http://br.yahoo.com/homepageset.html
2006 Jan 11
0
how to force Samba respects file locking?
...sed door needs no oil on its hinges.
A swift-flowing stream does not grow stagnant.
Neither sound nor thoughts can travel through a vacuum.
Software rots if not used.
These are great mysteries -- The Tao Of Programming, 5.1
_______________________________________________________
Yahoo! doce lar. Fa?a do Yahoo! sua homepage.
http://br.yahoo.com/homepageset.html
2006 Mar 31
1
Migrating from NT4 print server to Samba print server
Hello,
I was hoping someone could help me with migrating printers from a WinNT4 print server to a Samba server. I have searched the web for days and haven't found a solution. I am running Slackware 10.1; kernel 2.4.29. I upgraded Samba to 3.0.21c recently and I am using LPR v3.8.28 as my print spooler.
Here is the response from the 'rpc migrate printers' command:
2006 Mar 29
1
Duplex printer + samba + cups
Gentleman,
In one of my slackware servers I put samba acting as a printer server
connected to a Hewlett-Packard 2420D (D stands for duplex).
In CUPS I'm using the 'raw' driver. So I let the clients to perform the
driver stuff.
On samba, I followed the procedures described on
http://www.samba.org/samba/docs/man/Samba-HOWTO-Collection/classicalprinting.html#inst-rpc
to make
2009 Jun 16
0
[LLVMdev] x86 Intel Syntax and MASM 9.x
On Tuesday 16 June 2009 09:48, Aaron Gray wrote:
> Appently the GAS Intel backend has flaws and does not work correctly anyway
> so the X86IntelAsm backend is designed only to target MASM anyway.
gas Intel syntax is indeed broken in LLVM. I'd love to make it work but
my work has not (yet) allocated time for that. Maybe I can hack LLVM on
the weekends. :)
The above discussion leads
2009 Sep 01
1
[LLVMdev] llc - generation of native machine code
...roperly, but it's still a
> > while off. See http://wiki.llvm.org/Direct_Object_Code_Emission .
> >
> Hi,
>
> We are "short circuiting" alot of this work in order to hopefully get
basic
> working ELF and COFF writers into the next release of LLVM. Alot of the
DOCE
> work is toward a longer goal of providing linkers for LLVM.
> It is best to talk to Chris Lattner and Bruno Cardoso about the ELF
writer.
> You would need to add support for you target CPU such as relocation
> information and debugging information.
>
> Bruno is working on his G...
2009 Jun 16
3
[LLVMdev] x86 Intel Syntax and MASM 9.x
>On Mon, Jun 15, 2009 at 5:49 PM, Gaster,
>Benedict<Benedict.Gaster at amd.com> wrote:
>> I would like to use the LLVM x86 code generator to emit Intel syntax that
>> is
>> compatible with Microsoft’s MASM 9.x. Taking the TOT LLVM, from last
>> week, I
>> have found a number of changes that are required to make this work, most
>> of
>> which
2006 Mar 29
3
Owner changes when modifying Excel & Word files
Dear all,
I am using Samba 3.0.20-4 SUSE.
When a user (under Windows) modifies an Excel or Word file, he/she
becomes the owner of that file !!!
I have read that this is because Excel & Word delete the original file
and recreate a new one with the modifications.
But I didn't find a solution to prevent this.
Thank you in advance for your reply.
Ivan Tadic
Brussels, Belgium
2005 Dec 15
3
VIA sata + Xen 3.0 boot lockup problems
...0:00:12.0 Ethernet controller: VIA Technologies,
Inc. VT6102 [Rhine-II] (rev 78)
0000:01:00.0 VGA compatible controller: nVidia
Corporation NV18 [GeForce4 MX 4000 AGP 8x] (rev c1)
Any help is appreciated!
Thanks,
Randolph
_______________________________________________________
Yahoo! doce lar. Faça do Yahoo! sua homepage.
http://br.yahoo.com/homepageset.html
_______________________________________________
Xen-users mailing list
Xen-users@lists.xensource.com
http://lists.xensource.com/xen-users
2009 Jul 27
3
[LLVMdev] llc - generation of native machine code
Hello!
I am working with LLVM project to compile for specific processor
(xPEC-processor from NetX chip, http://hilscher.com/ ).
I have done support of this target successfully! Assembler code can be
emitted with debug information. LLVM - great!)
But now I am looking for generation of machine code for my target. I have
seen, that "llc" has option "-filetype".
It has
2009 Dec 02
2
Arules - Association Rules
Hello everybody!
I'm trying some datamining, but i'm having some problems with arule
package, in the end of processing R "had to be closed". I already
tryied to reinstall the 2.10 version, change the computer and
realocated more virtual memory.
Does anyone had this problem to?
I had a hiphoteses that i have to prepare the data, somehow i don't
know.
Thanks for helping!!!
2017 May 18
4
PLOTEO DEL DATO MENSUAL DESDE EL ACUMULADO
Interesante.
Cada uno de los valores de mi tabla tiene asociada una fecha.
Se le podría asignar un tipo de ?break? ,para que le ?diff? sea asociado a cada mes? Por ejemplo?
[Descripción: FIRMA3]
De: Carlos Ortega [mailto:cof en qualityexcellence.es]
Enviado el: jueves, 18 de mayo de 2017 12:35
Para: Javier Valdes Cantallopts (DGA)
CC: r-help-es en r-project.org
Asunto: Re: PLOTEO DEL DATO
2003 Dec 20
0
Fw: Re: CAMPANHA NATAL SEM BAIXARIA - PARTICIPE!
...7 7512=20
unilever.sac@higienebeleza.com.br=20
CREME DENTAL CLOSE-UP: o sorriso da difama=E7=E3o
DESODORANTES REXONA
PRODUTOS DE HIGIENE E LIMPEZA
MAIONESE HELLMAN'S: pegue o dicion=E1rio e confira, Hellmans significa "hom=
ens do inferno"
Produtos Knorr
Produtos Arisco
Karo cobertura doce
Sucos Ades
Margarinas Claybom, Doriana e Becel: nos sabores "racismo", "ran=E7o" e "di=
fama=E7=E3o".=20
Cremogema mingau
Maizena
Mazola =F3leo vegetal
Cica: molhos e condimentos
---------------------------------------------------------------------
N=C3O COMPRE
PRODUTO...