ESP8266 Developer Zone The Official ESP8266 Forum 2015-06-01T10:46:09+08:00 https://bbs.espressif.com:443/feed.php?f=65&t=517 2015-06-01T10:46:09+08:00 2015-06-01T10:46:09+08:00 https://bbs.espressif.com:443/viewtopic.php?t=517&p=1988#p1988 <![CDATA[Re: SDK V1.10 Makefile 导致编译出错]]>
这两个参数是针对 GCC 编译器使用的,您使用 XCC 编译,则可以删去。

感谢您对 ESP8266 的关注!

Statistics: Posted by ESP_Faye — Mon Jun 01, 2015 10:46 am


]]>
2015-05-29T12:23:23+08:00 2015-05-29T12:23:23+08:00 https://bbs.espressif.com:443/viewtopic.php?t=517&p=1952#p1952 <![CDATA[SDK V1.10 Makefile 导致编译出错]]> -ffunction-sections \
-fdata-sections
因此导致编译例程时输出
xt-xcc.exe WARNING: -ffunction-sections is ignored
xt-xcc.exe WARNING: -fdata-sections is ignored
并报错退出。
请问删除这两行是否会造成问题?

Statistics: Posted by iamseer — Fri May 29, 2015 12:23 pm


]]>