Recently engaged in embedded development, before using the IDE debugging SCM that way, the development of 2440 and am3358 drive time can not be convenient to view registers and variables, suppress the scratching, very uncomfortable, no visual environment for real-time debugging observation, tete egg pain. Feel this situation foreigners should have a solution, found on the internet for a few days, sure, useful UBUNTU+ECLIPSE+OPENOCD development of embedded programs, debugging Uboot and bare-metal programs, specific ideas and principles, I will not be a porter, moved to move also no meaning, Now the internet is flooded with various platform blogs, the content is almost identical, we can find a random search, here only to share the situation can not be solved.
Follow the online post done, stuck in the installation Zylin embedded CDT here, when installed online, always appears:
Cannot complete the install because one or more required items could not be found.
Software being Installed:zylin Embedded CDT 4.18.1 (Com.zylin.cdt.feature.feature.group 4.18.1)
Missing Requirement:zylin Embedded CDT 4.18.1 (com.zylin.cdt.feature.feature.group 4.18.1) requires ' Org.eclipse.cdt.debug.mi.core 0.0.0 ' But it could wasn't be found
Error hint, continue not to go on, the result zylin embedded CDT This plug-in is particularly important for debugging, not installed and not, Baidu has been n long, find the solution is still not installed, whether it is online or download plug-in package problem is the same. Tried on the Eclipse 4.6/4.7 version, or not, looking for a netizen to copy from his available eclipse. Org.eclipse.cdt.debug.mi.core plug-in to the machine also not, or do not know where the problem, and then carefully looked under, found Zylin embedded CDT This plugin latest version 4.18.1 update time is 2012, already four years ago, this period of Eclipse version updated 4.4, 4.5, 4.6, 4.7 so many versions, On the Internet to check the next eclipse4.4 is running on the Java Virtual Machine 8 version, it is possible that the eclipse version is too new to cause the Zylin embedded CDT is not loaded, downloaded eclipse-cpp-luna-sr2-win32-x86_ 64 This 4.4 version found that the Zylin embedded CDT can be installed normally. To verify that this is not the version of Eclipse, give everyone a definite answer, download and test almost all versions of Eclipse 4.1-4.4, and discover that these versions are available to install the Zylin embedded CDT plugin properly online. It can be concluded that Zylin embedded CDT This plugin can be installed in the following version of Eclipse 4.4 Normal operation, everyone if their eclipse version is higher than 4.4, you can downgrade to try, toss it for so long, is finally done ...
Finally, attach the address you need to enter when installing the Zylin embedded CDT plugin Online: HTTP://OPENSOURCE.ZYLIN.COM/ZYLINCDT
Eclipse Install Zylin embedded CDT failure Solution