完善资料让更多小伙伴认识你,还能领取20积分哦, 立即完善>
你好!
有没有人知道一个错误,你就当我是编辑源文件,然后当你尝试建立您发送以下消息: PR0.M0120:BUDD错误:“{”附近的语法错误 PR0.M0120:BUDD错误:靠近'}'的语法错误 误差约为以下6个元素的数组:发送缓冲器[ 6 ] = { 0xdc、0x00,0x00,0x00,0x00,0x00 }; 此数组定义为其他文件中的外部Uti8TXBUF。 我会感激任何帮助 以上来自于百度翻译 以下为原文 Hi there ! Does anyone know about an error that apear just when I am editing a souce file and afterward when you try to build it send you the following message : prj.M0120:Buld error: syntax error near'{' prj.M0120:Buld error: syntax error near '}' The error is about the following 6 element array : txbuf[6]= {0xDC,0x00,0x00,0x00,0x00,0x00}; This array is defined as extern uint8 txbuf in other file. I would appreciate any help |
|
相关推荐
11个回答
|
|
|
|
|
|
即使在外部模块中定义,它也不会出现在我的环境中。(创建者3.0,PSoC3)
以上来自于百度翻译 以下为原文 It not appear in my environment Even though, define in external module. (Creator3.0, PSoC3) |
|
|
|
发布项目归档,对于编译器来说并不少见。
在XX行上报告一个错误,错误实际上在某个地方 以前。 问候,Dana。 以上来自于百度翻译 以下为原文 Post the project archieve, not uncommon for a compiler to report an error on line xx and the error is actually somewhere before. Regards, Dana. |
|
|
|
非常感谢你们所有人!!!!
我在PoSoC造饰者3中完成了这个项目,但是我不能上传坏的互联网连接的ZIP文件。 我以后再试试。 以上来自于百度翻译 以下为原文 Thank very much all of you !!! I have bundle the project wich is done in Psoc Creator 3.0, but I could not upload the zip file for bad internet connection. I will try again later. |
|
|
|
怎么样
CHARTXBUF〔6〕={0xDC,0x00,0x00,0x00,0x00,0x00 }; 鲍勃 以上来自于百度翻译 以下为原文 What about char txbuf[6]= {0xDC,0x00,0x00,0x00,0x00,0x00}; Bob |
|
|
|
对不起,(还没有足够的咖啡错误)
语法正确的一个变量的定义而不是一个c-statement据我所知。 三种选择:初始化变量定义的位置外或指定一个valyue使用任何复制命令从目标数组的变量。最后将分别对VaR [0 ] = 0xC0,VAR [1 ] = 0xff,VAR [2 ] = 0xee…等 鲍勃 以上来自于百度翻译 以下为原文 Sorry, (not yet enough coffee ERROR) The syntax is correct for a variable's definition but not for a C-statement as far as I know. Three choices: Initialize the variable where it is defined externally or assign a valyue to the var using any of the copy-commands since the target is an array. Lastly assign separately to var[0]=0xC0, var[1]=0xff, var[2]=0xee ... etc Bob |
|
|
|
我怀疑,在TXBUF(6)前后,这是一个典型的语法错误模式。
以上来自于百度翻译 以下为原文 I doubt, before and after of txbuf[6] This is a typical syntax error pattern |
|
|
|
@ Alx101,Chrome有一个问题发布文件,尝试IE或Firefox。
鲍伯是对的,你可以这样做 卡片发送缓冲器= { 0xdc、0x00,0x00,0x00,0x00,0x00 }; 但不是这个 外部设备; … … … 发送缓冲器= { 0xdc、0x00,0x00,0x00,0x00,0x00 }; 问候,Dana。 以上来自于百度翻译 以下为原文 @Alex101, Chrome has a problem posting files, try IE or Firefox. Bob is right, you can do this uint8 txbuf = {0xDC,0x00,0x00,0x00,0x00,0x00}; but not this extern uint8 txbuf; .. .. .. txbuf = {0xDC,0x00,0x00,0x00,0x00,0x00}; Regards, Dana. |
|
|
|
小改正
你做这个 UTI8TXBUF={0xDC、0x00、0x00、0x00、0x00、0x00 }; 但不是这个 UTI8TXBUF; … … … TXBUF={0xDC,0x00,0x00,0x00,0x00,0x00 }; 问候,Dana。 以上来自于百度翻译 以下为原文 Small correction youc an do this uint8 txbuf = {0xDC,0x00,0x00,0x00,0x00,0x00}; but not this uint8 txbuf; .. .. .. txbuf = {0xDC,0x00,0x00,0x00,0x00,0x00}; Regards, Dana. |
|
|
|
非常感谢你们所有人!!!!!!!我目前使用PSoC创建者3。我读了你给我的所有建议的同时,我把拉链。我张贴的文件是一个大文件的一部分。这一次,只写一个收发器nr24lf01 +配置登记,通过垃圾成分的权利。这个问题我在read_write_reg。C文件,这是正常的工作,其他项目只有一个主要的C文件,包括功能proyotype和定义。请注意,我不是一个伟大的程序员。
以上来自于百度翻译 以下为原文 Thank very much all of you!!!!! I am currently using PSoC CREATOR 3.0. I have read all suggestions you gave me and meanwhile I am posting the zip. The file I am posting is part of a bigger one. This one, is only about write configuration register for a transceiver nR24LF01+, right through SPIM component. The issue i in Read_Write_Reg.c file ,which is working normally in other project with only a main.c file, that include fuctions proyotype and definition. Please note I am not a great C programmer. |
|
|
|
对不起,我有点睡。我纠正了一些说法。
冲突的文件“CuthOnnRf24LF01+,另一个,Read OrthReaveRe.c在其他调试项目中运行正常。 谢谢你们大家 以上来自于百度翻译 以下为原文 Sorry I'm a little sleep. I rectified some statement. The conflicting file es " Config_nRF24LF01+, the other one, Read_Write_Reg.c does work ok in other debug project. Thank you all of you |
|
|
|
只有小组成员才能发言,加入小组>>
752个成员聚集在这个小组
加入小组2071 浏览 1 评论
1827 浏览 1 评论
3640 浏览 1 评论
请问可以直接使用来自FX2LP固件的端点向主机FIFO写入数据吗?
1761 浏览 6 评论
1513 浏览 1 评论
CY8C4025LQI在程序中调用函数,通过示波器观察SCL引脚波形,无法将pin0.4(SCL)下拉是什么原因导致?
511浏览 2评论
CYUSB3065焊接到USB3.0 TYPE-B口的焊接触点就无法使用是什么原因导致的?
362浏览 2评论
CX3连接Camera修改分辨率之后,播放器无法播出camera的画面怎么解决?
410浏览 2评论
357浏览 2评论
使用stm32+cyw43438 wifi驱动whd,WHD驱动固件加载失败的原因?
860浏览 2评论
小黑屋| 手机版| Archiver| 电子发烧友 ( 湘ICP备2023018690号 )
GMT+8, 2024-11-25 18:12 , Processed in 1.234806 second(s), Total 101, Slave 83 queries .
Powered by 电子发烧友网
© 2015 bbs.elecfans.com
关注我们的微信
下载发烧友APP
电子发烧友观察
版权所有 © 湖南华秋数字科技有限公司
电子发烧友 (电路图) 湘公网安备 43011202000918 号 电信与信息服务业务经营许可证:合字B2-20210191 工商网监 湘ICP备2023018690号