ESP8266 Developer Zone The Official ESP8266 Forum 2016-07-09T09:12:41+08:00 https://bbs.espressif.com:443/feed.php?f=7&t=2325 2016-07-09T09:12:41+08:00 2016-07-09T09:12:41+08:00 https://bbs.espressif.com:443/viewtopic.php?t=2325&p=7874#p7874 <![CDATA[Re: ESP8266_NONOS_SDK_V1.5.4_16_05_20 compiler problem?]]>
pratik wrote:
Hello Lou0908,

You will need to modify the makefile to make the compiler include the file. For example, you can add
INCLUDES += -I <relative_path>
Where <relative_path> is the relative path of uart.h and the makefile you modify should be the one in the directory of the file that is calling the uart function.

The second alternative (which may not work sometimes) is that... you can copy and paste the file uart.h along side the C file that is calling the function.

Let me know how it goes! :)

Thank you ,the problem is solved under your guidance

Statistics: Posted by lou0908 — Sat Jul 09, 2016 9:12 am


]]>
2016-06-29T22:38:47+08:00 2016-06-29T22:38:47+08:00 https://bbs.espressif.com:443/viewtopic.php?t=2325&p=7566#p7566 <![CDATA[Re: ESP8266_NONOS_SDK_V1.5.4_16_05_20 compiler problem?]]>
You will need to modify the makefile to make the compiler include the file. For example, you can add
INCLUDES += -I <relative_path>
Where <relative_path> is the relative path of uart.h and the makefile you modify should be the one in the directory of the file that is calling the uart function.

The second alternative (which may not work sometimes) is that... you can copy and paste the file uart.h along side the C file that is calling the function.

Let me know how it goes! :)

Statistics: Posted by Guest — Wed Jun 29, 2016 10:38 pm


]]>
2016-06-22T13:16:55+08:00 2016-06-22T13:16:55+08:00 https://bbs.espressif.com:443/viewtopic.php?t=2325&p=7464#p7464 <![CDATA[[SOLVED] ESP8266_NONOS_SDK_V1.5.4_16_05_20 compiler problem?]]>
QQ截圖20160622092132.png

Statistics: Posted by lou0908 — Wed Jun 22, 2016 1:16 pm


]]>