I'm following instructions on this page :
https://eclipse-embed-cdt.github.io/plugins/packs-manager/
Plugin should refresh/initialilly download various CMSIS Packs for various boards/MCUs from various vendors...
However, it freezes always on the same pack name - AnalogDevices.ADuCM320_DFP.pdsc
It gives no error just hangs in there forever...
Any hint, advice how to avoid this weird situation (I only need packs for boards/MCUs from ST).
Thanks in advance,
regards.
have found the same problem already discussed.
https://github.com/eclipse-embed-cdt/eclipse-plugins/discussions
Related
I am attempting to install Fritzing from source and have followed the instructions exactly, and even reinstalled and used other instructions. Every time I have gotten to the point of running the project in Qt Creator and add the proper command line arguments, I get an error saying
libgit2 library not found in C:/Users/harry/Desktop/Fritzing/fritzing-app/../libgit2/build64/release
I have checked my libgit2/build64 and there is no subfolder titled 'Release'. I am at a loss and do not know where to go, so if anyone knows, thank you!
While installing the ÇentsOS V6.8/6.9 following error came.
> Unable to read package metadata. This may be due to missing repodata
> directory. Please ensure that your install tree has been correctly
> generated. Failare:
> repodata/743fec56b2af0ce8d6ec82c47a4efafc2a4d18cddfa9683f29611cb18d1a33de-primary.sqlite.bz2
> from anaconda-CentOS-201311271240.i386: [Ermo 256] No more mirrors to
> try.
I have taken the help from the store overflow page stcokoverflow question answered on this topic The error issue was solved but next error regarding the google fonts and its update came. following was the error.
the file-google-crosextra-carlito-fonts-1.103.0.1.20130920.el6.1.noarch.rpm cannot be opened
The system was in the inconsistent state, the internet was there, so how can I solve this issue?
I was looking for the help on the internet since 3-4 days, but could not find the appropriate answer. The issue was the with installation media I am using. I was using the bootable USB created using the software UNETBOOTIN, even though I changed the CentOS v6.8 or v6.9 the same error was persist.
When I used the bootable USB made from RUFUS the installation was done successfully without any error. So the issue was with the bootable media we were using. So friends while installing the CentsOS especially the v6.8 or v6.9 don't use the UNETBOOTIN for making the USB bootable. Please use the RUFUS or any other. You can download the Rufus from here. Download Rufus from here ..! Thank you.
I now installed gstreamer 1.0 from gstreamer.freedesktop.org and going through their tutorials.
I am facing a problem though, my gst_element_factory_make() calls are failing and I think it is the
plugin path problem as suggested here : Gstreamer : gst_element_factory_make() : always fail and return NULL : Qt5
But I can't find a plugin
directory in my gstreamer install directory .Can anyone suggest how I can get those plugins so I can set the path? Do I need to download them separately?
(A link would be helpful if any).I am new to gstreamer and multimedia programming in general. I apologize if this is obvious.
Thank you for your time.
I don't know where does the plugins got installed for your system (windows, right?). You can search for the folder that has the plugin libs. Search for libgstplayback.so/.dll or libgstcoreelements.so/.dll and you should find it. It is likely under the folder you selected for installation but I don't know what is the default.
Then just use the GST_PLUGIN_PATH environment variable to point to that and run your application.
I am trying to run MapReduce jobs using hadoop-eclipse plugin with Eclipse Indigo, but I am getting the following error:
Error: failure to login
While looking for some help, I found there is a problem with Hadoop-0.20.203.0, so I tried Hadoop-0.20.205.0 as the issues are fixed in this version.
I am still facing the same problem. Am I missing something or making a mistake?
Sorry for my poor English, as your question has no more detail, I guess that you meet the same problme as me, if so, the following link resolved my problem, pls. pay attention to step "4".
http://hi.baidu.com/wangyucao1989/blog/item/279cef87c4b37c34c75cc315.html
Sorry for that is a page in Chinese. It said the problem is because the file hadoop-eclipse-plugin-0.20.203.0.jar lost 5 files "commons-configuration-1.6.jar , commons-httpclient-3.0.1.jar , commons-lang-2.4.jar , jackson-core-asl-1.0.1.jar 和 jackson-mapper-asl-1.0.1.jar ". You should:
Extract the "hadoop-eclipse-plugin-0.20.203.0.jar",
Add the 5 files into "hadoop-eclipse-plugin-0.20.203.0\lib" ,
Modify "hadoop-eclipse-plugin-0.20.203.0\META-INF\MANIFEST.MF" (modify the Bundle-ClassPath).
Re 'jar' the package and replace the old "hadoop-eclipse-plugin-0.20.203.0.jar".
The os the page referred is linux, my os is Win7.
good luck!
Instead of going for adding plugin u can just add the required libraries in eclipse and do your programming.
here is the list of library u will need. These files exists with the Apache hadoop distribution in lib folder.
hadoop-core-1.1.2.jar
log4j-1.2.15.jar
jackson-mapper-asl-1.8.8.jar
jackson-core-asl-1.8.8.jar
commons-logging-api-1.0.4.jar
commons-logging-1.1.1.jar
commons-lang-2.4.jar
commons-httpclient-3.0.1.jar
commons-configuration-1.6.jar
Lately, I am trying to use Eclipse more often, but so far I have shied away from it because I found it so difficult to install new packages. Whenever I find and try to install a new package, the errors panel flashes a batch of configuration errors. It requires this or that package to install this one. And when I find that package, it turns out that package requires another one that I don't have...and it's been a daunting problem for me.
These days I've been running into these configuration errors:
The current configuration contains errors and this operation can have
unpredictable results.
JST Web Core Patches requires feature "org.eclipse.jst.web_core.feature ".
WST Server Core Patches requires feature "org.eclipse.wst.server_core.feature".
Specifically, I'm looking for help to figure out how to get around these errors. (There aren't any informative pages in Google for "org.eclipse.jst.web_core.feature.")
More generally, though, I am wondering what alternatives I have to the internal package management system of Eclipse? (If I'm doing it wrong and the internal system is not as difficult as it seems to me, let me know of that as well!) I've heard of Pulse, but haven't used that much.
are you using 3.4 Ganymede? .. the dependencies should be figured out and selected for you .. in 3.1 there is a 'Select Required' button in the Updates window which is supposed to locate and select for you all the dependencies