How to configure RTEMS in Eclipse?

让人想犯罪 __ 提交于 2020-04-30 07:01:23

问题


I want to develop a simple program using RTEMS in Eclipse using Ubuntu. I have installed RTEMS CDT Support following https://devel.rtems.org/wiki/Developer/Eclipse/Plugin But I can't configure Window > Preferences > C/C++ > RTEMS paths, because /opt/rtems-4-9 (default value) doesn't exist. When I've tried to use RTEMS Toolchain in a new project, next message is shown: *'Invoking: RTEMS C++ Compiler /opt/rtems-4.9/bin/g++ -O0 -g -Wall -c -fmessage-length=0 -pipe -MMD -P -MP -MF"src/HelloWorld.d" -MT"src/HelloWorld.o" -o "src/HelloWorld.o" "../src/HelloWorld.cpp" /bin/sh: 1: /opt/rtems-4-9/bin/g++: not found make: *** [src/subdir.mk:20: src/HelloWorld.o] Error 127 "make all" terminated with exit code 2. Buil migth be incomplete'*

What am I doing wrong? What can I do? Please help me. Thanks, Anna

来源:https://stackoverflow.com/questions/61318092/how-to-configure-rtems-in-eclipse

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!