簡體   English   中英

Eclipse Luna CDT在Windows 64中失敗

[英]Eclipse Luna CDT fails in windows 64

我已經為Windows x64安裝了Cygwin。 安裝后,我注意到系統可以找到所有內容。

在控制台中:

C:\Users\Tomás>gcc --version
gcc (GCC) 4.8.3
Copyright (C) 2013 Free Software Foundation, Inc.
This is free software; see the source for copying conditions.  There is NO
warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.


C:\Users\Tomás>g++ --version
g++ (GCC) 4.8.3
Copyright (C) 2013 Free Software Foundation, Inc.
This is free software; see the source for copying conditions.  There is NO
warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.


C:\Users\Tomás>make --version
GNU Make 4.0
Built for x86_64-pc-cygwin
Copyright (C) 1988-2013 Free Software Foundation, Inc.
License GPLv3+: GNU GPL version 3 or later <http://gnu.org/licenses/gpl.html>
This is free software: you are free to change and redistribute it.
There is NO WARRANTY, to the extent permitted by law.

C:\Users\Tomás>gdb --version
GNU gdb (GDB) 7.6.50.20130728-cvs (cygwin-special)
Copyright (C) 2013 Free Software Foundation, Inc.
License GPLv3+: GNU GPL version 3 or later <http://gnu.org/licenses/gpl.html>
This is free software: you are free to change and redistribute it.
There is NO WARRANTY, to the extent permitted by law.  Type "show copying"
and "show warranty" for details.
This GDB was configured as "x86_64-pc-cygwin".
Type "show configuration" for configuration details.
For bug reporting instructions, please see:
<http://www.gnu.org/software/gdb/bugs/>.
Find the GDB manual and other documentation resources online at:
<http://www.gnu.org/software/gdb/documentation/>.
For help, type "help".
Type "apropos word" to search for commands related to "word".

然后,當我在eclipse中創建一個項目時,當您嘗試對其進行編譯時,會收到以下錯誤消息: ECLIPSE LUNA錯誤

我該如何解決?

謝謝!

您必須設置編譯器位置。 您可以在項目->屬性-> C / C ++構建->設置->工具鏈選項卡中執行此操作。

例如,我使用CodeSourcery Lite版本的編譯器。 因此,我在“全局路徑”字段中選擇“ C:\\ Program Files(x86)\\ CodeSourcery \\ Sourcery_CodeBench_Lite_for_ARM_EABI \\ arm-none-eabi”。

查看圖片: https//yadi.sk/i/Zx_KkMs5X7TKg

此外,您在Node.cpp文件中遇到了一些麻煩...但是我需要查看此文件才能說明問題所在...

祝好運!

瓦迪姆

暫無
暫無

聲明:本站的技術帖子網頁,遵循CC BY-SA 4.0協議,如果您需要轉載,請注明本站網址或者原文地址。任何問題請咨詢:yoyou2525@163.com.

 
粵ICP備18138465號  © 2020-2024 STACKOOM.COM