这些小活动你都参加了吗?快来围观一下吧!>>
电子产品世界 » 论坛首页 » 嵌入式开发 » MCU » 瑞萨单片机开发工具Cubesuite+的库文件找不到?

共9条 1/1 1 跳转至

瑞萨单片机开发工具Cubesuite+的库文件找不到?

菜鸟
2013-09-13 11:16:47     打赏
请问有用过Cubesuite+的么?我在里面建工程,系统的头文件,怎么包含啊?看他们官方的例程也没有包含头文件,寄存器的地址映射在哪里呢?我编译官网的样板程序也是有错误,错误提示如下: RA78K0 error F3006: File not found 'DefaultBuild\block.rel'
RA78K0 error F3006: File not found 'DefaultBuild\drive.rel'   ..\sourcefile\block.c(44) : CC78K0 warning W0837: Output assembler source file , not object file.\sourcefile\block.c(44) : CC78K0 warning W0837: Output assembler source file , not object file
..\sourcefile\block.c(35) : CC78K0 warning W0410: Illegal pointer conversion
..\sourcefile\block.c(88) : CC78K0 warning W0401: Conversion may lose significant digits
..\sourcefile\block.c(104) : CC78K0 warning W0401: Conversion may lose significant digits
..\sourcefile\block.c(147) : CC78K0 warning W0401: Conversion may lose significant digits
..\sourcefile\block.c(148) : CC78K0 warning W0410: Illegal pointer conversion
..\sourcefile\block.c(31) : CC78K0 warning W0915: Asm statement found. skip to jump optimize this function 'write_dat_to_flash'
..\sourcefile\block.c(117) : CC78K0 warning W0915: Asm statement found. skip to jump optimize this function 'set_block_valid'
..\sourcefile\block.c(143) : CC78K0 warning W0915: Asm statement found. skip to jump optimize this function 'creat_write_block'
..\sourcefile\block.c(173) : CC78K0 warning W0915: Asm statement found. skip to jump optimize this function 'set_block_mode'
>..\sourcefile\drive.c
..\sourcefile\drive.c(240) : CC78K0 warning W0837: Output assembler source file , not object file
..\sourcefile\drive.c(237) : CC78K0 warning W0915: Asm statement found. skip to jump optimize this function 'send_if_dat'
..\sourcefile\drive.c(566) : CC78K0 warning W0915: Asm statement found. skip to jump optimize this function 'Open_2ms'
..\sourcefile\drive.c(587) : CC78K0 warning W0915: Asm statement found. skip to jump optimize this function 'Close_2ms'
>DefaultBuild\testv_01.lmf   这是一大堆的警告,项目刚用这个单片机,开发环境不熟悉,请大虾们多多援手啊。。。



关键词: cubsuite、瑞萨    

高工
2013-09-13 12:22:38     打赏
2楼
#include "r_cg_macrodriver.h"

菜鸟
2013-09-13 14:42:01     打赏
3楼

你安装的时候,没问题吧?会不会安装的时候,某些部分被360阻击了什么的~

官方程序直接运行都有问题的话,开始怀疑的cubesuite+本身的问题了...重装一下试试....


菜鸟
2013-09-13 15:02:26     打赏
4楼

请问这个头文件在哪里可以找到?Cubesuite都支持哪些头文件?不同的CPU包含的头文件一样么?有没有这方面的文档介绍,我在官网上没找到,我看哪些文档都是粗略的介绍,没有细致的描述啊?

还有像这样的错误怎么找啊?

RA78K0 error F3006: File not found 'DefaultBuild\block.rel'

..\sourcefile\block.c(44) : CC78K0 warning W0837: Output assembler source file , not object file

这本是官网一个电表的方案的源码,我建工程,添加进去,直接编译就出错,是编译环境没设置好,还是什么原因?

问题好多,先说声谢谢。。


菜鸟
2013-09-13 15:05:25     打赏
5楼

我将360关闭后,又重装了两遍,这个问题基本可以排除。谢谢


菜鸟
2013-09-13 16:51:29     打赏
6楼

库文件的问题解决了,打电话问的厂家,日本做的芯片真狠,直接封装的连地址映射都看不到,只需要#pragma SFR就可以直接操作寄存器,屏蔽底层比美国货更绝,服了。。。

第二个问题,还是没解决,望高手指点,这类错误怎么解决?


菜鸟
2014-08-30 23:32:12     打赏
7楼
遇上同样问题,望告知解决办法,谢谢,Q236703627

菜鸟
2015-05-28 17:35:04     打赏
8楼
我也遇到了这样的问题,重装真的可以吗?

菜鸟
2016-11-13 16:31:06     打赏
9楼
感谢楼主,只要用#pragma 就可以了,多谢多谢

共9条 1/1 1 跳转至

回复

匿名不能发帖!请先 [ 登陆 注册 ]