完善资料让更多小伙伴认识你,还能领取20积分哦, 立即完善>
我在编译文件时遇到错误。任何人都可以帮帮我。
sdcc -lstm8 -mstm8 --out-fmt-ihx delay.c ?ASlink-Warning-Undefined全局'_GPIO_Init'由模块'delay'引用 ?ASlink-Warning-Undefined全局'_GPIO_WriteLow'由模块'delay'引用 ?ASlink-Warning-Undefined全局'_GPIO_DeInit'由模块'delay'引用 ?ASlink-Warning-Undefined全局'_GPIO_WriteHigh'由模块'delay'引用 Makefile:16:目标'delay.ihx'的配方失败 make:*** [delay.ihx]错误1谢谢&问候, 普拉萨德。 以上来自于谷歌翻译 以下为原文 I am getting an error while compiling the file.Can any one please help me out. sdcc -lstm8 -mstm8 --out-fmt-ihx delay.c ?ASlink-Warning-Undefined Global '_GPIO_Init' referenced by module 'delay' ?ASlink-Warning-Undefined Global '_GPIO_WriteLow' referenced by module 'delay' ?ASlink-Warning-Undefined Global '_GPIO_DeInit' referenced by module 'delay' ?ASlink-Warning-Undefined Global '_GPIO_WriteHigh' referenced by module 'delay' Makefile:16: recipe for target 'delay.ihx' failed make: *** [delay.ihx] Error 1Thanks & Regards, Prasad. |
|
相关推荐
3个回答
|
|
建议您的项目缺少GPIO源文件。
以上来自于谷歌翻译 以下为原文 Would suggest your project is missing the GPIO source files. |
|
|
|
,
, 谢谢你的回复clive! 但我也包含了GPIO头文件。我已经写了一个程序,让一个领导者长期处于状态,并在短时间内处于关闭状态。我是这个控制器的新手,我写的代码如下。 ♯包括'stm8s.h' , ♯包括'stm8s_gpio.h'volatile void delay(volatile uint32_t t) , {, 而(t--),,, } void main(void) , {GPIO_DeInit(GPIOB), , GPIO_Init(GPIOB,GPIO_PIN_5,GPIO_MODE_OUT_PP_LOW_FAST),,, GPIO_WriteHigh(GPIOB,GPIO_PIN_5),,, 延迟(2000),,, GPIO_WriteLow(GPIOB,GPIO_PIN_5),,, 延迟(20000),, 我能知道这个程序有什么问题。你能帮帮我吗? 以上来自于谷歌翻译 以下为原文 , , Thanks for your reply clive ! But i have included GPIO header file too. I have written a program for an led to be in on state for a long and to be in off state for a short period. I am newer to this controller and the code i have written is below. ♯ include 'stm8s.h' , ♯ include 'stm8s_gpio.h'volatile void delay(volatile uint32_t t) , { , while(t--), , }void main( void ) , {GPIO_DeInit(GPIOB), , GPIO_Init(GPIOB, GPIO_PIN_5, GPIO_MODE_OUT_PP_LOW_FAST), , GPIO_WriteHigh(GPIOB, GPIO_PIN_5), , delay(2000), , GPIO_WriteLow(GPIOB, GPIO_PIN_5), , delay(20000), , }Can i know what is wrong in this program. Can you please help me out. |
|
|
|
谢谢你的回复,我知道这是基本的事情。我尝试过不同的程序,所以我忽略了以前的程序发布广告错误。
以上来自于谷歌翻译 以下为原文 Thanks for your reply, I know that it's basic thing. I have tried program in different manner so i ignored the previous program issues ad errors. |
|
|
|
只有小组成员才能发言,加入小组>>
请教:在使用UDE STK时,单片机使用SPC560D30L1,在配置文件怎么设置或选择?里面只有SPC560D40的选项
2644 浏览 1 评论
3209 浏览 1 评论
请问是否有通过UART连接的两个微处理器之间实现双向值交换的方法?
1784 浏览 1 评论
3613 浏览 6 评论
5990 浏览 21 评论
940浏览 4评论
1317浏览 4评论
在Linux上安装Atollic TRUEStudio的步骤有哪些呢?
585浏览 3评论
使用DMA激活某些外设会以导致外设无法工作的方式生成代码是怎么回事
1304浏览 3评论
1362浏览 3评论
小黑屋| 手机版| Archiver| 电子发烧友 ( 湘ICP备2023018690号 )
GMT+8, 2024-11-26 09:02 , Processed in 1.066801 second(s), Total 52, Slave 45 queries .
Powered by 电子发烧友网
© 2015 bbs.elecfans.com
关注我们的微信
下载发烧友APP
电子发烧友观察
版权所有 © 湖南华秋数字科技有限公司
电子发烧友 (电路图) 湘公网安备 43011202000918 号 电信与信息服务业务经营许可证:合字B2-20210191 工商网监 湘ICP备2023018690号