View Single Post
  #1   Spotlight this post!  
Unread 01-13-2016, 10:45 AM
rsaccone rsaccone is offline
Registered User
FRC #3950
 
Join Date: Feb 2013
Location: Glen Head, NY
Posts: 23
rsaccone is an unknown quantity at this point
C++ Install Issue - Compilers not found...

Hello,

I've done a clean install of the build environment setup for C++ on Windows using the screen steps. When I attempt to generate a sample robot project I two things occur that aren't right.

First I never get the prompt asking me to enter my team number.

The second is I get a number of build errors complaining about the C++ compilers not being found, see below. Prior to installing Eclipse I downloaded and installed the FRC-2016 Windows Toolchain 4.9.3.msi. I then installed Eclipse and installed the plugins using the online site. Everything installed without any errors. I figure I must have missed a step somewhere. Can someone point out what I have done wrong here?

Thanks,
Rob

Description Resource Path Location Type
Program "arm-frc-linux-gnueabi-g++" not found in PATH Getting Started Project Properties, C++ Preprocessor Include.../Providers, [CDT Cross GCC Built-in Compiler Settings] options C/C++ Scanner Discovery Problem
Program "arm-frc-linux-gnueabi-g++" not found in PATH Test Project Properties, C++ Preprocessor Include.../Providers, [CDT Cross GCC Built-in Compiler Settings] options C/C++ Scanner Discovery Problem
Program "arm-frc-linux-gnueabi-gcc" not found in PATH Getting Started Project Properties, C++ Preprocessor Include.../Providers, [CDT Cross GCC Built-in Compiler Settings] options C/C++ Scanner Discovery Problem
Program "arm-frc-linux-gnueabi-gcc" not found in PATH Test Project Properties, C++ Preprocessor Include.../Providers, [CDT Cross GCC Built-in Compiler Settings] options C/C++ Scanner Discovery Problem
Program "C:\Program Files (x86)\Microsoft Visual Studio 12.0\VC\bin\amd64\cl" not found in PATH Getting Started Project Properties, C++ Preprocessor Include.../Providers, [CDT Cross GCC Built-in Compiler Settings] options C/C++ Scanner Discovery Problem
Program "C:\Program Files (x86)\Microsoft Visual Studio 12.0\VC\bin\amd64\cl" not found in PATH Test Project Properties, C++ Preprocessor Include.../Providers, [CDT Cross GCC Built-in Compiler Settings] options C/C++ Scanner Discovery Problem
Program "g++" not found in PATH Preferences, C++/Build/Settings/Discovery, [CDT GCC Built-in Compiler Settings] options C/C++ Scanner Discovery Problem
Program "gcc" not found in PATH Preferences, C++/Build/Settings/Discovery, [CDT GCC Built-in Compiler Settings] options C/C++ Scanner Discovery Problem
Program "gcc" not found in PATH Getting Started Project Properties, C++ Preprocessor Include.../Providers, [CDT Cross GCC Built-in Compiler Settings] options C/C++ Scanner Discovery Problem
Program "gcc" not found in PATH Test Project Properties, C++ Preprocessor Include.../Providers, [CDT Cross GCC Built-in Compiler Settings] options C/C++ Scanner Discovery Problem
Reply With Quote