|
g++ and gcc not found on the path are not actual errors. Your code should still build and deploy just fine. If you want to remove the errors, the easiest way is to install some gcc (like MinGW) and put it on your path. We use the arm-frc-linux-gnueabi- prefixed compilers, but eclipse likes to have vanilla gcc available as well.
|