J-Link eclipse Plug-ins install

Quicklinks


If
you know what this is all about and you just need the update site
details:

  • name: GNU
    ARM Eclipse Plug-ins

  • URL: http://gnuarmeclipse.sourceforge.net/updates

Prerequisites

Since
these are Eclipse plug-ins, they obviously require a functional Eclipse CDT,
which requires Java.

Java

The
recommended package is the official Oracle Java SE.
The OpenJDK Java used in Ubuntu is also fine. The
minimum is JDK 1.5, or even JRE (the Java Runtime Environment), but, as said
before, better use the latest JDK. On OS X the last Apple Java implementation is
1.6, so it is recommended to use the Oracle 1.7 or later.

For
example, on Ubuntu 12.04 LTS, you can install the OpenJDK run-time and test if
it was properly installed with the following commands:

$ sudo apt-get install openjdk-7-jre
$ java -version
java version "1.7.0_55"
OpenJDK Runtime Environment (IcedTea 2.4.7) (7u55-2.4.7-1ubuntu1~0.12.04.2)
OpenJDK 64-Bit Server VM (build 24.51-b03, mixed mode)

Eclipse & CDT

If
you start from scratch, it is recommended to use the latest Eclipse available
(currently Eclipse 4.3 Kepler). Just go to the Eclipse download
site
 and get the Eclipse
IDE for C/C++ Developers
 archive appropriate for your platform,
preferably the 64-bit version. Unpack it at a place of your choice and start
using it.

CDT

As
mentioned before, the recommended way is to use a fresh Eclipse
IDE for C/C++ Developers
 for the cross ARM development projects.
Even if you did so, but especially If you did not do so, it is a good idea
to check if you really have the latest version available. For this,
enter the Eclipse menu and go to Help → Install
New Software

Install new software.

  • select Work
    with:
     Kepler

  • if
    the Group
    items by category 
    is enabled, expand the Programming
    Languages
     group

  • select
    the C/C++
    Development Tools
     feature

  • click
    the Next button
    and follow the usual installation procedure

CDT install.

Compatibility issues

Please
note that starting with 1.1.x, compatibility with Eclipses previous than 4.3
Kepler was no longer possible. If, for any reasons, you need a solution for
older Eclipse versions, you can try the GNU ARM Eclipse Plug-in version 0.5.5,
but please keep in mind that this old version is no longer maintained.

Plug-ins install

The
following samples are from Eclipse 4.3 Kepler on OS X. Other platforms may
behave slightly different, but the idea is the same.

Warning: Be sure your Eclipse is 4.3 or later,
otherwise the plug-ins will refuse to install, without offering many
explanations.

The recommended way

The
recommended way to install these plug-ins is to use the Eclipse standard
install/update mechanism: In the Eclipse menu: Help → Install
New Software…

  • in
    the Install window, click the Add… button (on future updates, just
    select the URL in the Work
    with:
    combo)

  • fill
    in Name: with GNU
    ARM Eclipse Plug-ins

  • fill
    in Location: with http://gnuarmeclipse.sourceforge.net/updates

  • click
    the OK button

Add the GNU ARM Eclipse repository.

  • normally
    the main window should list a group named CDT
    GNU Cross Development Tools
    ; expand it

  • (in
    case the main window will list There
    are no categorized items
    , you are probably using a very old version;
    disable the Group items by category option)

  • select
    all the plug-ins (the one marked End
    of life
     is needed only for compatibility with previous version,
    normally can be safely skipped)

  • click
    the Next button and follow the usual
    installation procedure

Plug-ins install

Once
you define the update site URL, further updates are greatly simplified (Help → Check
For Updates
).

Installation problems

There
are cases when the on-line access to the SourceForge mirror servers might not be
reliable. In these cases the Eclipse update system may fail. For example:

Failed install.

If
repeated attempts fail (preferable restart Eclipse between attempts), an
alternative method would be to manually download the latest version archive and
to perform the install from it, as presented below.

The alternate way

If,
for any reason, you need to install a specific version of the plug-in, the
solution is to download the archive from SourceForge Files and to point the Eclipse update
mechanism to the local archive: In theEclipse menu: Help → Install
New Software…

  • in
    the Install window, click
    the Add… button
    • in
      the Add Repository window,
      click the Archive… button
      • in
        the Repository
        archive
         window, select the downloaded .zip archive

      • click
        the OK button

    • click
      the OK button

  • follow
    the usual installation procedure

Add repository from archive.

Toolchain and debugging support

By
completing the above steps, the Eclipse environment is ready, and you can start
creating projects right away. However, for being able to build and debug these
projects, you also need to install:

Follow
the above steps and when everything is ready, proceed to create
and build a test project
.

Support

If
you encountered any problems when installing the plug-ins, pleas refer to
the Support page and do
not
 post
comments to the blog pages containing support requests.

时间: 2024-12-21 22:18:05

J-Link eclipse Plug-ins install的相关文章

Eclipse中mvn install 报错error in opening zip file

报错信息 [ERROR] Failed to execute goal org.apache.maven.plugins:maven-compiler-plugin:2.3.2:compile (default-compile) on project wms: Compilation failure [ERROR] Failure executing javac, but could not parse the error: [ERROR] 错误: 读取C:\Users\Administrato

Eclipse can't install updates

trying to update eclipse but after downloading updates i always get an error dialog saying: An error occurred while uninstallingsession context was:(profile=profile, phase=org.eclipse.equinox.internal.p2.engine.phases.Uninstall, operand=[R]org.eclips

Eclipse Unable to install breakpoint in XXX

Eclipse  Unable to install breakpoint in  的问题, 到window-preferences-java-compiler下面 把Add line number  attributes..前的勾去掉,然后apply-OK. 再window-preferences-java-compiler把勾打上,再apply-OK, 关闭重启,能用了, 原文地址:https://www.cnblogs.com/a-s-m/p/10743808.html

Maven学习4之eclipse下 maven install和test的两个错误

错误一: 1.eclipse中, 当maven test的时候,报错: -Dmaven.multiModuleProjectDirectory=$M2_HOME) 2.解决办法: 可以设一个环境变量M2_HOME指向你的maven安装目录 M2_HOME=D:\Apps\apache-maven-3.3.1 然后在Window->Preference->Java->Installed JREs->Edit 在Default VM arguments中设置 -Dmaven.multi

eclipse中maven install和build,clean

eclipse插件,m2eclipse 1.maven install相当于maven原生的命令: mvn install 2.aven build是 m2eclipse这个插件自己创造的概念,需要你来配置到底需要执行什么命令,如下图中的goals输入的就是你想执行的命令:

eclipse里maven install时,报错提示jdk为无效的目标版本:1.7

http://blog.csdn.net/wabiaozia/article/details/51733372 ************************************ 报错提示: [ERROR] Failed to execute goal org.apache.maven.plugins:maven-compiler-plugin:2.3.2:compile (default-compile) on project sshe: Compilation failure [ERR

eclipse中maven install提示编码GBK的不可映射字符

今天在eclipse中使用Maven编译项目源代码时,结果如下了如下的错误 在Java源码中没有提示任何报错,即便是改掉项目编码也是不行,如下图所示: 第一次遇到这个问题,记录一下,分享一下. 解决这个问题的思路: 在maven的编译插件中声明正确的字符集编码编码——编译使用的字符集编码与代码文件使用的字符集编码一致!! 安装系统之后,一般中文系统默认字符集是GBK.我们安装的软件一般都继承使用操作系统的默认字符集.所以当在中文XP或者win7系统开发,在使用maven(mvn compile)

Eclipse中Maven Install时发生错误

问题描述 要把一个本地包保存进本地maven库中, 所以对该project执行了run as => Maven Install, 结果报下面的错误. 解决办法 1. 通过命令窗口手动创建这两个文件夹. 2. 再执行一次Maven Install就可以了. 原文地址:https://www.cnblogs.com/cheese320/p/8778020.html

Eclipse 常用技巧 第一种:直接复制法 解决方法是: 第二种:使用link文

快捷方式 0. Ctrl + 1 (快速修复) 1. Ctrl + D (删除当前行) 2. Ctrl + Alt + ↓(复制当前行到下一行) 3. Alt + / 或者说是 Ctrl + 空格(由于后者与输入法的快捷键冲突,所以,我一般都用前者) 作用:快速插入. 4. Alt+Shift+R 重命名非常好用. 5. Ctrl + Q 定位到最后编辑的地方. 6. Ctrl + Shift + O 自动导入包. 7. Ctrl+/ 注释当前行,再按则取消注释. 8. Ctrl+K快速查找.

How to install Eclipse?

http://askubuntu.com/questions/26632/how-to-install-eclipse How to install Eclipse? up vote113down votefavorite 103 I want to install the latest version of Eclipse but the Ubuntu Software Centre contains an older version. Is there a PPA or some other