📄 flash.log
字号:
p = (struct Invalid_Block *)malloc(sizeof(struct Invalid_Block));
^
"nandflash.c", line 285: cc1080: {D} warning: Function does not have a full
prototype
printf("BAD_BLOCK = %d ,num = %d \n",Block_Address/64,bad_block_count);
^
"nandflash.c", line 321: cc1080: {D} warning: Function does not have a full
prototype
nandflash_cle_on();
^
"nandflash.c", line 322: cc1080: {D} warning: Function does not have a full
prototype
nandflash_we_on();
^
"nandflash.c", line 323: cc1080: {D} warning: Function does not have a full
prototype
nandflash_ale_off();
^
"nandflash.c", line 324: cc1080: {D} warning: Function does not have a full
prototype
nandflash_re_off();
^
"nandflash.c", line 327: cc1080: {D} warning: Function does not have a full
prototype
nandflash_we_off();
^
"nandflash.c", line 328: cc1080: {D} warning: Function does not have a full
prototype
nandflash_cle_off();
^
"nandflash.c", line 344: cc1080: {D} warning: Function does not have a full
prototype
nandflash_ale_on();
^
"nandflash.c", line 345: cc1080: {D} warning: Function does not have a full
prototype
nandflash_we_on();
^
"nandflash.c", line 346: cc1080: {D} warning: Function does not have a full
prototype
nandflash_cle_off();
^
"nandflash.c", line 347: cc1080: {D} warning: Function does not have a full
prototype
nandflash_re_off();
^
"nandflash.c", line 350: cc1080: {D} warning: Function does not have a full
prototype
nandflash_we_off();
^
"nandflash.c", line 351: cc1080: {D} warning: Function does not have a full
prototype
nandflash_ale_off();
^
"nandflash.c", line 355: cc1080: {D} warning: Function does not have a full
prototype
nandflash_ale_on();
^
"nandflash.c", line 356: cc1080: {D} warning: Function does not have a full
prototype
nandflash_we_on();
^
"nandflash.c", line 357: cc1080: {D} warning: Function does not have a full
prototype
nandflash_cle_off();
^
"nandflash.c", line 358: cc1080: {D} warning: Function does not have a full
prototype
nandflash_re_off();
^
"nandflash.c", line 361: cc1080: {D} warning: Function does not have a full
prototype
nandflash_we_off();
^
"nandflash.c", line 362: cc1080: {D} warning: Function does not have a full
prototype
nandflash_ale_off();
^
"nandflash.c", line 366: cc1080: {D} warning: Function does not have a full
prototype
nandflash_ale_on();
^
"nandflash.c", line 367: cc1080: {D} warning: Function does not have a full
prototype
nandflash_we_on();
^
"nandflash.c", line 368: cc1080: {D} warning: Function does not have a full
prototype
nandflash_cle_off();
^
"nandflash.c", line 369: cc1080: {D} warning: Function does not have a full
prototype
nandflash_re_off();
^
"nandflash.c", line 372: cc1080: {D} warning: Function does not have a full
prototype
nandflash_we_off();
^
"nandflash.c", line 373: cc1080: {D} warning: Function does not have a full
prototype
nandflash_ale_off();
^
"nandflash.c", line 377: cc1080: {D} warning: Function does not have a full
prototype
nandflash_ale_on();
^
"nandflash.c", line 378: cc1080: {D} warning: Function does not have a full
prototype
nandflash_we_on();
^
"nandflash.c", line 379: cc1080: {D} warning: Function does not have a full
prototype
nandflash_cle_off();
^
"nandflash.c", line 380: cc1080: {D} warning: Function does not have a full
prototype
nandflash_re_off();
^
"nandflash.c", line 383: cc1080: {D} warning: Function does not have a full
prototype
nandflash_we_off();
^
"nandflash.c", line 384: cc1080: {D} warning: Function does not have a full
prototype
nandflash_ale_off();
^
"nandflash.c", line 388: cc1080: {D} warning: Function does not have a full
prototype
nandflash_ale_on();
^
"nandflash.c", line 389: cc1080: {D} warning: Function does not have a full
prototype
nandflash_we_on();
^
"nandflash.c", line 390: cc1080: {D} warning: Function does not have a full
prototype
nandflash_cle_off();
^
"nandflash.c", line 391: cc1080: {D} warning: Function does not have a full
prototype
nandflash_re_off();
^
"nandflash.c", line 394: cc1080: {D} warning: Function does not have a full
prototype
nandflash_we_off();
^
"nandflash.c", line 395: cc1080: {D} warning: Function does not have a full
prototype
nandflash_ale_off();
^
"nandflash.c", line 434: cc1080: {D} warning: Function does not have a full
prototype
int DATA_NUM = strlen(psrc);
^
"nandflash.c", line 446: cc1080: {D} warning: Function does not have a full
prototype
nandflash_we_on();
^
"nandflash.c", line 447: cc1080: {D} warning: Function does not have a full
prototype
nandflash_cle_off();
^
"nandflash.c", line 448: cc1080: {D} warning: Function does not have a full
prototype
nandflash_ale_off();
^
"nandflash.c", line 449: cc1080: {D} warning: Function does not have a full
prototype
nandflash_re_off();
^
"nandflash.c", line 452: cc1080: {D} warning: Function does not have a full
prototype
nandflash_we_off();
^
"nandflash.c", line 453: cc1080: {D} warning: Function does not have a full
prototype
printf("commit data = %x\n",*(psrc+i));
^
"nandflash.c", line 493: cc0513: {D} warning: a value of type "unsigned int"
cannot be assigned to an entity of type "volatile unsigned short *"
tempregister = FIO1_FLAG_D;
^
"nandflash.c", line 493: cc0152: {D} warning: conversion of nonzero integer to
pointer
tempregister = FIO1_FLAG_D;
^
"nandflash.c", line 500: cc0513: {D} warning: a value of type "unsigned int"
cannot be assigned to an entity of type "volatile unsigned short *"
tempregister = FIO1_FLAG_D;
^
"nandflash.c", line 500: cc0152: {D} warning: conversion of nonzero integer to
pointer
tempregister = FIO1_FLAG_D;
^
"nandflash.c", line 536: cc1080: {D} warning: Function does not have a full
prototype
nandflash_re_on();
^
"nandflash.c", line 537: cc1080: {D} warning: Function does not have a full
prototype
nandflash_we_off();
^
"nandflash.c", line 538: cc1080: {D} warning: Function does not have a full
prototype
nandflash_ale_off();
^
"nandflash.c", line 539: cc1080: {D} warning: Function does not have a full
prototype
nandflash_cle_off();
^
"nandflash.c", line 546: cc1080: {D} warning: Function does not have a full
prototype
nandflash_re_off();
^
"nandflash.c", line 547: cc1080: {D} warning: Function does not have a full
prototype
printf("Rdata = %x \n",Rdata);
^
"nandflash.c", line 553: cc1080: {D} warning: Function does not have a full
prototype
if(nandflash_ce_off())
^
"nandflash.c", line 557: cc0001: {D} warning: last line of file ends without a
newline
}
^
"D:\Visual DSP++\ccblkfn.exe" .\Debug\flash_basiccrt.doj .\Debug\flash_heaptab.doj .\Debug\main.doj .\Debug\nandflash.doj -T .\flash.ldf -L .\Debug -flags-link -MDUSER_CRT="flash_basiccrt.doj",-MDUSE_FILEIO,-MD__cplusplus -flags-link -od,.\Debug -o .\Debug\flash.dxe -proc ADSP-BF561 -si-revision 0.5 -flags-link -MM
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -