Displaying 14 results from an estimated 14 matches for "v3c".
Did you mean:
v3
2012 Nov 28
0
[LLVMdev] [cfe-dev] RFC: A Great Renaming of Things (or: Let's Repaint ALL the Bikesheds!)
Hi there.
What about repainting the top-level bike-shed - the build system itself?
I've got a framework called "v3c" in SourceForge that has a top-level
makefile.
From that makefile you can just do "make" to build it with debug
information,
"make release" for a release build,
"make -j7 distcheck" to throw a few cores at the build,
"make -j7 git branch=a.b.c release debi...
2012 Nov 27
3
[LLVMdev] [cfe-dev] RFC: A Great Renaming of Things (or: Let's Repaint ALL the Bikesheds!)
On Nov 24, 2012, at 1:02 AM, Tinco Andringa <mail at tinco.nl> wrote:
> Hi,
>
> I think it's an awesome idea to make sure all names are logical. It is
> an essential feature of a good API to have logical naming :)
>
>> I really dislike that all the files and classes in the MC library
>> start with MC. This is c++, not c :(
>
> On a similar note, all
2012 Nov 14
2
[LLVMdev] unable to interface with target machine
Hi there.
Sorry in advance if this is a silly question.
I've got a test program in my v3c-storyboard project
http://sourceforge.net/projects/v3c-storyboard/
that generates LLVM assembly for a hello world program.
If I try
clang -o hello-world hello-world.ll
I get "error: unable to interface with target machine".
But if I
llvm-as -o hello-world.bc hello-world.ll &...
2012 Nov 15
0
[LLVMdev] unable to interface with target machine
On 14/11/12 22:11, Philip Ashmore wrote:
> Hi there.
>
> Sorry in advance if this is a silly question.
>
> I've got a test program in my v3c-storyboard project
> http://sourceforge.net/projects/v3c-storyboard/
> that generates LLVM assembly for a hello world program.
>
> If I try
>
> clang -o hello-world hello-world.ll
>
> I get "error: unable to interface with target machine".
>
> Bu...
2012 Nov 15
2
[LLVMdev] unable to interface with target machine
Hi Philip,
...
> > I've got a test program in my v3c-storyboard project
> > http://sourceforge.net/projects/v3c-storyboard/
> > that generates LLVM assembly for a hello world program.
> >
> > If I try
> >
> > clang -o hello-world hello-world.ll
> >
> > I get "error: unable to interface w...
2012 Dec 14
2
Manipulation of longitudinal data by row
...riables) and
are ignored.
Eventually I have to determine mean time to resolution, mean follow-up
time, etc and I think I can do that, but the first part is a bit
beyond my coding skill. Suggestions appreciated.
tC <- textConnection("
ID V1Date V1a V1b V1c V2date V2a V2b V2c V3date V3a V3b V3c
001 4/5/12 Yes Yes No 6/18/12 Yes No Yes NA NA NA NA
002 1/22/12 No No Yes 7/5/12 Yes No Yes NA NA NA NA
003 4/5/12 Yes No No 9/4/12 Yes No Yes 11/1/12 Yes No Yes
004 8/18/12 Yes Yes Yes 9/22/12 Yes No Yes NA NA NA NA
005 9/6/12 Yes No No NA NA NA NA 12/4/12 Yes No Yes
")
data1 <- read.tabl...
2012 Nov 15
0
[LLVMdev] unable to interface with target machine
On 15/11/12 05:33, Duncan Sands wrote:
> Hi Philip,
>
> ...
>> > I've got a test program in my v3c-storyboard project
>> > http://sourceforge.net/projects/v3c-storyboard/
>> > that generates LLVM assembly for a hello world program.
>> >
>> > If I try
>> >
>> > clang -o hello-world hello-world.ll
>> >
>> > I get "erro...
2007 Apr 06
1
How well does a celldock work with Asterisk?
...i that it is possible to use a celldock device to
use a cell phone as a PSTN line to Asterisk, but I haven't seen any
comments as to how well this actually works. I was thinking about
hooking a celldock to a FXO input of my Digium TDM400P card and use it
to connect via bluetooth to my RAZR V3C. I am aware of the software
solution (chan_bluetooth), but my Asterisk box is a bit far away from
where I want to keep the phone so the celldock seems to be the more
convenient solution for me.
Any comments about the sound quality or issues in making it work?
Thanks
Steve
2009 Aug 28
0
digi dgrp on XenU RHEL3 DDK
Trying to install a digi dgrp driver on RHEL3 runing the XenU kernel. I am looking for a DDK that has the RHEL3 kernel (version 2.4) in it. All the DDK''s available for download use a kernel version 2.6.
John Wythe
Activant Solutions Inc.
118-1515 Broadway St.
Port Coquitlam
BC V3C 6M2
Tel: 604-468-1668 Ext 131
Tel: 1-800-663-0718
Fax: 604-468-1667
Email: john.wythe@activant.com
Notice: This transmission is for the sole use of the intended recipient(s) and may contain information that is confidential and/or privileged. If you are not the intended recipient, please delete...
2012 Oct 14
1
[LLVMdev] [Proposal] Annotated assembly output
...wrote:
>>>>
>>>>> How is the client supposed to make use of this markup information?
I've implemented a binary representation for arbitrarily nested
structured data, which I call "storyboard data" - the files usually end
with ".sbd", part of my v3c-storyboard project in SourceForge:
http://sourceforge.net/projects/v3c-storyboard/.
Their text equivalent is a storyboard text file, which, again by
convention end with ".sbt".
Here's an example:
program
( name("hello-world")
, contents
( puts
( class(func...
2012 Nov 15
0
[LLVMdev] unable to interface with target machine
On 15/11/12 10:10, Duncan Sands wrote:
> On 15/11/12 10:15, Philip Ashmore wrote:
>> On 15/11/12 08:58, Duncan Sands wrote:
>>>> Is there a way to get the target triple of the machine the code is
>>>> running on,
>>>> or barring that, the machine llvm was built on?
>>>
>>> clang -v
>>>
>>> Ciao, Duncan.
>>>
2012 Nov 15
2
[LLVMdev] unable to interface with target machine
On 15/11/12 10:15, Philip Ashmore wrote:
> On 15/11/12 08:58, Duncan Sands wrote:
>>> Is there a way to get the target triple of the machine the code is running on,
>>> or barring that, the machine llvm was built on?
>>
>> clang -v
>>
>> Ciao, Duncan.
>> _______________________________________________
>> LLVM Developers mailing list
>>
2012 Oct 13
0
[LLVMdev] [Proposal] Annotated assembly output
Another question: What kind of documentation you are planning to
produce for this feature?
-- Sean Silva
On Fri, Oct 12, 2012 at 4:36 PM, Jim Grosbach <grosbach at apple.com> wrote:
>
> On Oct 12, 2012, at 1:07 PM, Sean Silva <silvas at purdue.edu> wrote:
>
>> Hi Jim, thanks for the response. That pretty much clears up my primary
>> concern. +1 for keeping the C
2012 Oct 12
3
[LLVMdev] [Proposal] Annotated assembly output
On Oct 12, 2012, at 1:07 PM, Sean Silva <silvas at purdue.edu> wrote:
> Hi Jim, thanks for the response. That pretty much clears up my primary
> concern. +1 for keeping the C API small/stable/robust :)
>
> Having multiple hand-implemented parsers accepting the output, I think
> it would be wise to have an official "conformance suite" for the
> syntax so that