开发者

eclipse helios fails to find g++, gdb, $PATH, make

开发者 https://www.devze.com 2023-01-11 03:09 出处:网络
I am using eclip开发者_如何学编程se CDT but it fails to find any of the linux toolchain like make, g++, gdb. seems like it is failing to retrieve $PATH.Could you let me know how can I fix this?Are you

I am using eclip开发者_如何学编程se CDT but it fails to find any of the linux toolchain like make, g++, gdb. seems like it is failing to retrieve $PATH.Could you let me know how can I fix this?


Are you sure g++/gdb are installed?

Does PATH really points to the right directories?

If everything seems ok, on Eclipse go to:

Project > Properties > C/C++ Build > Environment

At this point you should see the list of Environment variables eclipse is currently using. You could add PATH to that list by clicking and selecting it on the window displayed by the Select button (right below the Add button).

0

精彩评论

暂无评论...
验证码 换一张
取 消