有人在几天前在另一个帖子上发布了这个:
http://www.st.com/web/en/catalog/tools/FM147/CL1794/SC1807/SS1754/PF258009?s_searchtype=keyword#
截至今天,该链接仍然有效。
我的构建错误是Cosmic编译器找不到整数类型定义的stdint.h的结果。
我在Cosmic编译器文件夹中找到了头文件:
COSMIC 32K_Compilers CXSTM32 HCORM
并将其复制到:COSMIC 32K_Compilers CXSTM8 Hstm8
以上来自于谷歌翻译
以下为原文
Someone posted this on another thread a few days ago:
http://www.st.com/web/en/catalog/tools/FM147/CL1794/SC1807/SS1754/PF258009?s_searchtype=keyword#
As of today, the link still works.
My build errors were a result of the Cosmic compiler not finding stdint.h for definitions of integer types.
I found the header file in the Cosmic compiler folder:
COSMIC32K_CompilersCXSTM32HCORM
and copied it into: COSMIC32K_CompilersCXSTM8Hstm8
有人在几天前在另一个帖子上发布了这个:
http://www.st.com/web/en/catalog/tools/FM147/CL1794/SC1807/SS1754/PF258009?s_searchtype=keyword#
截至今天,该链接仍然有效。
我的构建错误是Cosmic编译器找不到整数类型定义的stdint.h的结果。
我在Cosmic编译器文件夹中找到了头文件:
COSMIC 32K_Compilers CXSTM32 HCORM
并将其复制到:COSMIC 32K_Compilers CXSTM8 Hstm8
以上来自于谷歌翻译
以下为原文
Someone posted this on another thread a few days ago:
http://www.st.com/web/en/catalog/tools/FM147/CL1794/SC1807/SS1754/PF258009?s_searchtype=keyword#
As of today, the link still works.
My build errors were a result of the Cosmic compiler not finding stdint.h for definitions of integer types.
I found the header file in the Cosmic compiler folder:
COSMIC32K_CompilersCXSTM32HCORM
and copied it into: COSMIC32K_CompilersCXSTM8Hstm8
举报