This post is older than 2 years and might not be relevant anymore
More Info: Consider searching for newer posts

No discovery of source from makefile

Trying to follow devzone.nordicsemi.com/.../ but whatever I do, I am unable to make Eclipse discover the include paths or the source file paths from the makefile. I've been round and round in circles on this for most of the day(not to mention previous attempts), and I still can't make any sense of it. Is it because I have Eclipse Luna, rather than Kepler? It's driving me crazy! I've added the line in the makefile that's supposed to echo the file paths, and I've done (I think) everything else as specified in the link.

Parents
  • In case it helps, here is what I get when restarting Eclipse:

    18:56:42 **** Running scanner discovery: CDT GCC Built-in Compiler Settings Cross ARM **** arm-none-eabi-gcc -E -P -v -dD C:/Users/John/workspace/.metadata/.plugins/org.eclipse.cdt.managedbuilder.core/spec.C Cannot run program "arm-none-eabi-gcc": Launching failed

    Error: Program "arm-none-eabi-gcc" not found in PATH PATH=[C:\Program Files (x86)\GNU Tools ARM Embedded\4.9 2015q2]

    18:56:43 Build Finished (took 283ms)

Reply
  • In case it helps, here is what I get when restarting Eclipse:

    18:56:42 **** Running scanner discovery: CDT GCC Built-in Compiler Settings Cross ARM **** arm-none-eabi-gcc -E -P -v -dD C:/Users/John/workspace/.metadata/.plugins/org.eclipse.cdt.managedbuilder.core/spec.C Cannot run program "arm-none-eabi-gcc": Launching failed

    Error: Program "arm-none-eabi-gcc" not found in PATH PATH=[C:\Program Files (x86)\GNU Tools ARM Embedded\4.9 2015q2]

    18:56:43 Build Finished (took 283ms)

Children
No Data
Related