Displaying 20 results from an estimated 2000 matches similar to: "[LLVMdev] Creating and building LLVM projects with Eclipse CDT on Windows?"
2002 Jan 18
2
Replacing data.frame values
Hello,
I have two data frames, NameAndConc.df and
WhichOnes.df. NameAndConc.df has two columns, the
first column is the names of some material, and the
second column is the concentration of active
ingredient.
> NameAndConc.df
name conc
1 material1 0.8
2 material2 0.5
3 material3 0.4
WhichOnes.df has two columns, each of which specifies
which material.
> WhichOnes.df
2013 Mar 15
3
advice on module organization
Hi Folks,
Like to get some advice on module organization. I have a system that has a
few different components. One or more components can be installed on a
host. The hosts also have a "type" dimension. This "type" dimension could
(should) ideally be used to configure the system (fill in a bunch of
variables). Problem is, I''m not sure how the best way to do
2010 Aug 03
2
[LLVMdev] Creating a backend target -- must I modify include/llvm/ADT/Triple.h ?
I'm having a go at writing an LLVM backend for the WDC 65816. The
documentation page on writing an LLVM
backend<http://llvm.org/docs/WritingAnLLVMBackend.html>gives this
example of target registration:
extern "C" void LLVMInitializeSparcTargetInfo() {
RegisterTarget<Triple::sparc, /*HasJIT=*/false>
X(TheSparcTarget, "sparc",
2005 Oct 21
1
finite mixture model (2-component gaussian): plotting component gaussian components?
Dear Knowledgeable R Community Members,
Please excuse my ignorance, I apologize in advance if this is an easy question, but I am a bit stumped and could use a little guidance.
I have a finite mixture modeling problem -- for example, a 2-component gaussian mixture -- where the components have a large overlap, and
I am trying to use the "mclust" package to solve this problem.
I need
2010 Jun 25
2
[LLVMdev] Building llvm-2.6 on Eclipse CDT
Hello Gang,
I am trying to build llvm-2.6 src on Eclipse CDT (Helios) and I was getting
some errors in the unittest folder. Anybody here knows how to build the llvm
source on Eclipse CDT? Please let me know soon.
p.s: I am a newbie to LLVM. I was able to build it on the terminal (on
Ubuntu), but I need to use it on Eclipse (like Java projects).
--
Cheers,
Hemanth
-------------- next part
2010 Jun 25
0
[LLVMdev] Building llvm-2.6 on Eclipse CDT
Hemanth Murthy <hcmurthy at gmail.com> writes:
> No, I am not using CMake. I think Eclipse CDT uses GNU Make..
>
> On Fri, Jun 25, 2010 at 3:05 PM, Óscar Fuentes <ofv at wanadoo.es> wrote:
>
>> Hemanth Murthy <hcmurthy at gmail.com> writes:
>>
>> > I am trying to build llvm-2.6 src on Eclipse CDT (Helios) and I was
>> > getting some
2013 Feb 07
1
Eclipse CDT not working properly
Hello again,
Another problem with my new CentOS 6 installation:
The C/C++ support in Eclipse seems to be partial or missing - even
though eclipse-cdt is installed. Eclipse starts all right, and I get a
C/C++ perspective, but:
1. If I open a C++ file, it's sent to an external editor.
2. C or C++ is not mentioned in Preferences.
3. I can't find a reference to CDT under Help->About
2016 Jan 19
5
Building SVN head with CMake - shared libraries?
On 01/17/2016 02:53 PM, Dan Liew wrote:
> @Brad: CC'ing you because I know you use
> ``llvm_map_components_to_libnames()`` so you will likely have
> something to say about it breaking.
I'm using it in CastXML but that could easily be adapted to something
different if needed. The larger concern is that that API is the
documented way to use LLVM in an application with CMake so
2006 Nov 09
5
Build sybase adapter on winxp with eclipse/cdt
Hi folks,
I try to get the sybase adapter installed. I downloaded the
sybase-ctlib from here: http://raa.ruby-lang.org/project/sybase-ctlib
and now want to build the stuff on my winxp machine somehow. I decided
to eclipse/cdt and downloaded mingw32-make, gdp and gcc.
I created a new project and imported the sybase-ctlib sources. With the
extconf.rb I created the makefile and after cleaning up some
2008 Sep 09
0
Re: NetBeans to IntelliJ to Eclipse to NetBeans to Eclipse to IntelliJ - Evaluating IDEs for Ruby o
Just as an update .. I moved from Vista to Ubuntu and stuck with
IntelliJ + Ruby plugin until I hit a showstopper bug..
http://www.intellij.net/forums/thread.jspa?threadID=277084&tstart=0
So I was forced to move quickly back to either NetBeans or Eclipse ...
and since NetBeans required less setup than Eclipse I''ve run with that.
I''ve been happy with the Ruby support on
2009 Jul 02
0
[LLVMdev] LLVM and Eclipse
Hi Patrick,
On Thu, Jul 2, 2009 at 12:17 AM, Patrick Alexander
Simmons<simmon12 at cs.uiuc.edu> wrote:
> Has anyone tried using the Eclipse CDT plugin (or another C++ IDE) to
> develop code in LLVM? I'm specifically interested in getting code
> completion to work.
I've been sucessfully using the Eclipse CDT with LLVM for quite a
while now. The official releases of Eclipse
2015 Oct 10
2
Issues with Eclipse CDT4
Greetings,
is this the right place to discuss getting LLVM built using Eclipse, as
described on http://llvm.org/docs/GettingStarted.html?
Regards,
Jo
2007 Jun 26
0
CentOS5: Eclipse error!
Hello,
We had a CentOS5 server with Eclipse on it, one of our programmers
tried to update the Eclipse install (within eclipse) and after a problem
on the update it stop working.
I tried removing the Eclipse RPMs and eclipse directories, and
reinstalling it with yum. Now we had this error, on $HOME/workspace/.metadata/.log:
!SESSION 2007-06-25 09:44:00.093
2016 May 20
0
Eclipse (Java) locking issues after upgrade (3.6.23 -> 4.4.3)
On Fri, May 20, 2016 at 12:01:20PM -0400, Luc Lalonde wrote:
> Caused
> by: java.io.IOException: An error occurred while locking file
> "/home/user/.eclipse/org.eclipse.platform_4.6.0_1664049636_macosx_cocoa_x86_64/configuration/org.eclipse.osgi/.manager/.fileTableLock":
> "Operation not supported". A common reason is that the file system or
> Runtime
2005 Oct 24
0
R interpreter in Java/R plugin or RCP for Eclipse
I've been enjoying R a lot and want to say thanks to all R developers for a
fantastic stat environment.
I also am a fan of the Eclipse computing environment, which I've been using
for Java/C(++)/Python. I was researching for an Eclipse plugin for R and
found StatET (http://www.walware.de/goto/statet). That's when I thought
about writing another Eclipse plugin with tighter integration
2006 May 29
6
Radrails doesn''t create files via Eclipse
I can''t get Eclipse to create the files for a new Rails project in
Eclipse. It works using the terminal. What could be wrong?
--
Posted via http://www.ruby-forum.com/.
2013 Jul 16
0
[LLVMdev] eclipse and gdb
I'm using Eclipse with gdb to develop and debug llvm.
You need to use the "Eclipse IDE for C/C++ Developers<http://www.eclipse.org/downloads/packages/eclipse-ide-cc-developers/keplerr>" version for that (also sometimes called "Eclipse CDT" - CDT is the C++ component), though you can also download any other Eclipse version and just install CDT on top of it. As for
2008 Jun 05
0
Managing Eclipse Plugins
Hi People,
I just wondered if anyone had an suggestions on how to manage Eclipse
plugins where RPMS don't exist for the particular plugin. In this case
Aptana. Using the instructions here
http://www.aptana.com/docs/index.php/Plugging_Aptana_into_an_existing_Eclipse_configuration
I can install the plugin manually to /usr/share/eclipse so that its
available to all users on the box. But
2014 Feb 21
0
eclipse now crashing on CentOS 5.10
Got a user screaming... his 5.10 workstation, first time since the upgrade
java-openjdk 1.7.0.51-2.4.4.2
Anyone else seeing that? I logged onto his machine, and I don't use
eclipse, at all, so there shouldn't be a lot of crap in my .eclipse, and
it shows the splash window, then tells me it's crashed in another pop-up,
and it's gone. The error log it tells me about says, in its
2011 Feb 09
2
[LLVMdev] LLVM in Eclipse
Hi,
I am new to Eclipse IDE. I am working with LLVM using command line for
some time. Now I want to integrate it with eclipse IDE. Can anyone please
give layman instructions how to import the llvm source project, install it
and built it in the eclipse IDE.
Sorry for this type of novice request.
- Abhirup
-------------- next part --------------
An HTML attachment was scrubbed...
URL: