[bootlin/training-materials updates] master: labs/buildroot-appdev: drop section on Eclipse (ca64f0fe)

Thomas Petazzoni thomas.petazzoni at bootlin.com
Wed Mar 20 15:01:13 CET 2019


Repository : https://github.com/bootlin/training-materials
On branch  : master
Link       : https://github.com/bootlin/training-materials/commit/ca64f0fe4e045ddd23fbfb2fb2f807588b2c1078

>---------------------------------------------------------------

commit ca64f0fe4e045ddd23fbfb2fb2f807588b2c1078
Author: Thomas Petazzoni <thomas.petazzoni at bootlin.com>
Date:   Wed Mar 20 14:56:34 2019 +0100

    labs/buildroot-appdev: drop section on Eclipse
    
    The Eclipse plugin is essentially unmaintained, and only available for
    very old Eclipse versions. It no longer makes sense to use it.
    
    Signed-off-by: Thomas Petazzoni <thomas.petazzoni at bootlin.com>


>---------------------------------------------------------------

ca64f0fe4e045ddd23fbfb2fb2f807588b2c1078
 labs/buildroot-appdev/buildroot-appdev.tex | 39 ------------------------------
 1 file changed, 39 deletions(-)

diff --git a/labs/buildroot-appdev/buildroot-appdev.tex b/labs/buildroot-appdev/buildroot-appdev.tex
index f9cfe0ca..360121f5 100644
--- a/labs/buildroot-appdev/buildroot-appdev.tex
+++ b/labs/buildroot-appdev/buildroot-appdev.tex
@@ -5,7 +5,6 @@
   \item Build and run your own application
   \item Remote debug your application
   \item Create a package for your application
-  \item Set up Eclipse for Buildroot application development
   \end{itemize}
 }
 
@@ -229,41 +228,3 @@ code. Then scp the file \code{output/target/usr/bin/myapp} to
 As you can see you can now develop your applications and libraries,
 using your normal version control system and relying on Buildroot to
 do all the configure, build and install steps for you.
-
-\section{Use the Eclipse IDE with Buildroot}
-
-Download Eclipse Luna from
-\url{http://www.eclipse.org/downloads/packages/eclipse-ide-cc-developers/lunar}.
-Extract the downloaded tarball to your home folder, and
-then start \code{eclipse} from the newly created \code{$HOME/eclipse/}
-folder.
-
-Follow the instructions at
-\url{https://github.com/mbats/eclipse-buildroot-bundle/wiki/Tutorial-:-How-to-activate-and-install-the-Buildroot-Eclipse-plugin-%3F}
-to install the Buildroot plugin.
-
-Once the Buildroot plugin is installed, we need to adjust our Buildroot configuration so that it works properly with Eclipse:
-
-\begin{enumerate}
-
-\item We need to tell Buildroot to generate a small configuration file
-  to let Eclipse know which toolchains are available. To do this, run
-  the Buildroot \code{menuconfig}, and in the \code{Toolchain} menu,
-  enable the option \code{Register toolchain within Eclipse Buildroot
-    plug-in}.
-
-\item We need to have a SFTP server, which Eclipse will use to upload
-  application binaries. The most lightweight option is to enable
-  \code{gesftpserver} in Buildroot.
-
-\end{enumerate}
-
-Run Buildroot's \code{make} command. After this, you should have a
-\code{$HOME/.buildroot-eclipse-toolchains} file. Reflash your system
-which now has {\em gesftpserver}, and also restart Eclipse.
-
-Then, follow the instructions at
-\url{https://github.com/mbats/eclipse-buildroot-bundle/wiki/Tutorial-:-How-to-create-a-new-C-project-using-the-Buildroot-toolchain-%3F}
-to create a new C project, and then the instructions at
-\url{https://github.com/mbats/eclipse-buildroot-bundle/wiki/Tutorial-:-How-to-execute-a-remote-application-%3F}
-to run your application on the target.




More information about the training-materials-updates mailing list