search for: aget

Displaying 9 results from an estimated 9 matches for "aget".

Did you mean: agent
2012 Sep 25
2
[LLVMdev] Inline ASM Problem
Thank you for replying. The target is "aget" which is attached. The compiling shell is also attached. Best Andy > If I use "-use-mcjit" argument, the error message changes to "LLVM ERROR: > Inline asm not supported by this streamer because we don't have an asm parser > for this target"   What's...
2012 Sep 25
2
[LLVMdev] Inline ASM Problem
Sorry that I have implemented nothing for it. aget is not my own project which is a public project of paralell "wget". I only want to use it as a common benchmark.  Do I need to implement anything for it? Thank you BestAndy Hi Andy, On 25/09/12 12:10, Zhoujinguo wrote: > > Thank you for replying. > > The target is "aget...
2012 Sep 25
0
[LLVMdev] Inline ASM Problem
...;inline asm" means an assembler string like "mov %eax, %ebx", and for lli to JIT that, i.e. transform it on the fly into opcodes for the processor to execute, some kind of asm parser is clearly needed. If there isn't one for your processor then someone will have to add one... aget is not my own project which > is a public project of paralell "wget". By "target" I didn't mean the kind of program you are trying to JIT, I mean the hardware (processor) you are running lli on. Is it intel (x86, x86-64), ARM, something else? Ciao, Duncan. I only wa...
2012 Sep 25
0
[LLVMdev] Inline ASM Problem
Hi Andy, On 25/09/12 12:10, Zhoujinguo wrote: > > Thank you for replying. > > The target is "aget" which is attached. The compiling shell is also attached. since this seems to be your own custom target I ask: did you implement an asm parser for your target? Best wishes, Duncan. > > Best > Andy > > > > If I use "-use-mcjit" argument, the error message...
2007 Apr 26
1
Asterisk IVR and Call Center Agents
...ing great for the past year or so. However, now the client wants to add the ability for callers to be able to speak with a live agent. The trick is that the client wants to send the agent as much information captured in the IVR as possible. This would be relatively easy if the client had their own agets with phones registered on this asterisk box. However, the client is not interested in hiring and/or managing agents or a call center, and are mainly interested in outsourcing the call center services. Preferrably, the call center should be US-based. Call volume to the call center will not be sign...
2012 Sep 25
2
[LLVMdev] Inline ASM Problem
...;inline asm" means an assembler string like "mov %eax, %ebx", and for lli to JIT that, i.e. transform it on the fly into opcodes for the processor to execute, some kind of asm parser is clearly needed.  If there isn't one for your processor then someone will have to add one...   aget is not my own project which > is a public project of paralell "wget". By "target" I didn't mean the kind of program you are trying to JIT, I mean the hardware (processor) you are running lli on.  Is it intel (x86, x86-64), ARM, something else? Ciao, Duncan.   I only wa...
2012 Sep 25
2
[LLVMdev] JIT problem with thread local global variable
Thanks for your hint, I will try that Have A Nice Day Chia Lun -- View this message in context: http://llvm.1065342.n5.nabble.com/JIT-problem-with-thread-local-global-variable-tp49263p49273.html Sent from the LLVM - Dev mailing list archive at Nabble.com.
2012 Sep 25
0
[LLVMdev] Inline ASM Problem
Hi I am using LLVM on "aget". I have got a error message "LLVM ERROR: JIT does not support inline asm". If I use "-use-mcjit" argument, the error message changes to "LLVM ERROR: Inline asm not supported by this streamer because we don't have an asm parser for this target" What should I d...
2006 Feb 08
0
NT doesn't like that ... primary gid of user [info] is not a Domain group
...nfo),1002(winusers) id grig uid=502(grig) gid=502(grig) groups=502(grig),1002(winusers) first, i added unix root account to samba smbpaswd -a root and after that, regular users smbpasswd -a info smbpasswd -a grig so now, with this configuration after each station has been joined to my domain, i aget above error when user [info] is looged in. Net groupmap list show the following output: # net groupmap list System Operators (S-1-5-32-549) -> -1 Domain Admins (S-1-5-21-3853285721-4159745161-3213124769-512) -> -1 Replicators (S-1-5-32-552) -> -1 Guests (S-1-5-32-546) -> -1 Domain Gue...