score:1
the eclipse project is configured for codesourcery toolchain. you need to install codesourcery compiler toolchain from: http://www.mentor.com/embedded-software/codesourcery. choose lite edition, arm-none-eabi package. after the installation make sure you can start cs-make from command prompt (by typing it's name there). generally, you want all toolchain programs to be accessible from command prompt, which implies that their installation path must be in system path variable.
p.s. make sure the path does not contain spaces like standard windows programs directory "c:\program files", instead install the tools in a directory like "c:\arm-none-eabi", "c:\arm_tools" or something like that.
score:0
ah, thank you got it to work now!
and i ran into another problem too. when i tried to compile another error came up saying something like: "c:\program is no file or directory". i solved it by placing all compilers and openocd in the root of my c-drive. i think it's because the make doesn't understand spaces in the make file, if anyone else get the same problem.
Source: stackoverflow.com
Related Query
- Cannot run program “g++”: Launching failed - Eclipse C++
- can compile c++ in eclipse - Cannot run program "autoreconf": Launching failed
- Eclipse in Windows/ C++ / HelloWorld - Error starting process. Cannot run program "C:..\Hello World\src\Hello World.cpp": Launching failed
- Eclipse C: Error Starting Process - Launching Failed Cannot Run Program
- Cannot run program "\ndk-build.cmd": Launching failed
- Eclipse: Cannot run program "cs-make": Launching failed
- '(Cannot run program "make": Launching failed) .' in Eclipse
- Eclipse ADT Error: Cannot run program adb
- Cannot run program "adb": error=2, No such file or directory while executing through eclipse
- Cannot run "Hello World" program in Eclipse
- Cannot run program "wsimport": CreateProcess in eclipse
- Eclipse Egit Cannot Run Program CreateProcess error=2
- Cannot run external program from eclipse neon
- How to make Eclipse run my program in a terminal
- Tabhost program cannot be run in android eclipse
- Cannot run program on eclipse workplace
- Cannot make Project Lombok work on Eclipse
- How to make Eclipse behave well in the Windows 10 taskbar and program search?
- How can I make the Mylyn GitHub Connector for Eclipse run authenticated requests?
- Is there a way to make Eclipse run a JUnit test multiple times until failure?
- Why is Eclipse hanging at 57% with the status "Verifying launch attributes..." when launching a run configuration?
- android Failed to start emulator:Cannot run program
- Error: Cannot run program "jar": CreateProcess error=2, The system cannot find the file specified
- Make Eclipse NOT run project on errors
- Launching run configuration outside Eclipse IDE
- C++ program written in Eclipse using Windows and MinGW cannot display output to console view
- java.io.IOException: Cannot run program "dir": CreateProcess error=2, Das System
- How to run a Simple C Program in Eclipse IDE
- android: Cannot run program CreateProcess error=5, Access is denied
- Cannot run Android project in Eclipse despite no errors
More Query from same tag
- Understanding the folders and files generated by Eclipse
- Unable to fix java.lang.IllegalStateException: Unable to retrieve EntityManagerFactory for unitName
- Getting error This Android SDK requires Android Developer Tool kit version 23.0.0 or above even when it is already installed
- Is there any way to write php code and make it usable with same web-app which is in j2ee
- Load image from URL into gridview
- Bin folder not present in Java EE SDK
- Eclipse shortcut for Compare With Head Revision
- Import project from Bitbucket to Eclipse
- .apk installed on Android but cannot be found anywhere!
- Install ES7-capable linter in Eclipse?
- Command Line is too long when generating JAX-WS in Rational Application Developer
- How to use the method printHand(Card[] hand) where "Card" is the name of a separate class
- Install JavaFx to Eclipse on Mac
- Eclipse CDT- go to next line in #define statement
- How can MyEclipse compile Java classes without having a javac?
- Jena/maven/eclipse issue - MultiException[java.lang.RuntimeException: Error scanning entry
- Eclipse code template to insert a bookmark?
- Default detail formatter for arrays in Eclipse
- Eclipse CDT documentation on C++ autocomplete
- How can I link source to a jar package in eclipse?
- How to set -J-Xmx parameter in PyDev Eclipise for Jython
- How to set objects' width, height and margins between them in percentages?
- check file icon in project tree using SWT Bot eclipse
- Junit fails because the Server$StartJob still running
- Java ambiguous type for protected method
- How To setup IBM Mobile First version 7.1 in eclipse - IBM mobile first not available in eclipse marketplace
- Facebook SDK not included with Android App in Eclipse?
- Generating BPEL files programmatically?
- How to compare all file names from a given directory java?
- JVM Crash while running java program with rJava(to integrate with R)