⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 flash.log

📁 实现nandflash的简单驱动函数 adi blackfin561 与三星公司的nandflash设计
💻 LOG
📖 第 1 页 / 共 2 页
字号:
# Generated by the VisualDSP++ IDDE (Fri Sep 12 18:37:05 2008)
# Project File: D:\f pan\example\VisualDSP Projects\nanflash1\flash.dpj

"D:\Visual DSP++\ccblkfn.exe" -c .\nandflash.c -file-attr ProjectName=flash -g -structs-do-not-overlap -no-multiline -double-size-32 -decls-strong -warn-protos -si-revision 0.5 -proc ADSP-BF561 -o .\Debug\nandflash.doj -MM
"nandflash.c", line 10: cc0513: {D} warning: a value of type "unsigned int"
          cannot be assigned to an entity of type "volatile unsigned short *"
       if(pf<=15&&pf>=0) dirc_register = FIO0_DIR; 
                                       ^

"nandflash.c", line 10: cc0152: {D} warning: conversion of nonzero integer to
          pointer
       if(pf<=15&&pf>=0) dirc_register = FIO0_DIR; 
                                         ^

"nandflash.c", line 11: cc0513: {D} warning: a value of type "unsigned int"
          cannot be assigned to an entity of type "volatile unsigned short *"
       else if(pf<=31&&pf>=16) { dirc_register = FIO1_DIR; pf -= 16;}
                                               ^

"nandflash.c", line 11: cc0152: {D} warning: conversion of nonzero integer to
          pointer
       else if(pf<=31&&pf>=16) { dirc_register = FIO1_DIR; pf -= 16;}
                                                 ^

"nandflash.c", line 12: cc0513: {D} warning: a value of type "unsigned int"
          cannot be assigned to an entity of type "volatile unsigned short *"
       else if(pf<=47&&pf>=32) { dirc_register = FIO2_DIR;pf -= 32;}
                                               ^

"nandflash.c", line 12: cc0152: {D} warning: conversion of nonzero integer to
          pointer
       else if(pf<=47&&pf>=32) { dirc_register = FIO2_DIR;pf -= 32;}
                                                 ^

"nandflash.c", line 20: cc1045: {D} warning: missing return statement at end
          of non-void function "pf_direction"
  }
  ^

"nandflash.c", line 29: cc0513: {D} warning: a value of type "unsigned int"
          cannot be assigned to an entity of type "volatile unsigned short *"
       if(pf<=15&&pf>=0) tempregister = FIO0_FLAG_D; 
                                      ^

"nandflash.c", line 29: cc0152: {D} warning: conversion of nonzero integer to
          pointer
       if(pf<=15&&pf>=0) tempregister = FIO0_FLAG_D; 
                                        ^

"nandflash.c", line 30: cc0513: {D} warning: a value of type "unsigned int"
          cannot be assigned to an entity of type "volatile unsigned short *"
       else if(pf<=31&&pf>=16) { tempregister = FIO1_FLAG_D; pf -= 16;}
                                              ^

"nandflash.c", line 30: cc0152: {D} warning: conversion of nonzero integer to
          pointer
       else if(pf<=31&&pf>=16) { tempregister = FIO1_FLAG_D; pf -= 16;}
                                                ^

"nandflash.c", line 31: cc0513: {D} warning: a value of type "unsigned int"
          cannot be assigned to an entity of type "volatile unsigned short *"
       else if(pf<=47&&pf>=32) { tempregister = FIO2_FLAG_D;pf -= 32;}
                                              ^

"nandflash.c", line 31: cc0152: {D} warning: conversion of nonzero integer to
          pointer
       else if(pf<=47&&pf>=32) { tempregister = FIO2_FLAG_D;pf -= 32;}
                                                ^

"nandflash.c", line 49: cc0513: {D} warning: a value of type "unsigned int"
          cannot be assigned to an entity of type "volatile unsigned short *"
       if(pf<=15&&pf>=0) {tempregister = FIO0_FLAG_S;
                                       ^

"nandflash.c", line 49: cc0152: {D} warning: conversion of nonzero integer to
          pointer
       if(pf<=15&&pf>=0) {tempregister = FIO0_FLAG_S;
                                         ^

"nandflash.c", line 54: cc0513: {D} warning: a value of type "unsigned int"
          cannot be assigned to an entity of type "volatile unsigned short *"
     tempregister = FIO0_FLAG_C;
                  ^

"nandflash.c", line 54: cc0152: {D} warning: conversion of nonzero integer to
          pointer
     tempregister = FIO0_FLAG_C;
                    ^

"nandflash.c", line 56: cc0513: {D} warning: a value of type "unsigned int"
          cannot be assigned to an entity of type "volatile unsigned short *"
     tempregister = FIO0_FLAG_T;
                  ^

"nandflash.c", line 56: cc0152: {D} warning: conversion of nonzero integer to
          pointer
     tempregister = FIO0_FLAG_T;
                    ^

"nandflash.c", line 59: cc0513: {D} warning: a value of type "unsigned int"
          cannot be assigned to an entity of type "volatile unsigned short *"
       else if(pf<=31&&pf>=16) { tempregister = FIO1_FLAG_S;pf -= 16;
                                              ^

"nandflash.c", line 59: cc0152: {D} warning: conversion of nonzero integer to
          pointer
       else if(pf<=31&&pf>=16) { tempregister = FIO1_FLAG_S;pf -= 16;
                                                ^

"nandflash.c", line 64: cc0513: {D} warning: a value of type "unsigned int"
          cannot be assigned to an entity of type "volatile unsigned short *"
     tempregister = FIO1_FLAG_C;
                  ^

"nandflash.c", line 64: cc0152: {D} warning: conversion of nonzero integer to
          pointer
     tempregister = FIO1_FLAG_C;
                    ^

"nandflash.c", line 66: cc0513: {D} warning: a value of type "unsigned int"
          cannot be assigned to an entity of type "volatile unsigned short *"
     tempregister = FIO1_FLAG_T;
                  ^

"nandflash.c", line 66: cc0152: {D} warning: conversion of nonzero integer to
          pointer
     tempregister = FIO1_FLAG_T;
                    ^

"nandflash.c", line 69: cc0513: {D} warning: a value of type "unsigned int"
          cannot be assigned to an entity of type "volatile unsigned short *"
       else if(pf<=47&&pf>=32) { tempregister = FIO2_FLAG_S;pf -= 32;
                                              ^

"nandflash.c", line 69: cc0152: {D} warning: conversion of nonzero integer to
          pointer
       else if(pf<=47&&pf>=32) { tempregister = FIO2_FLAG_S;pf -= 32;
                                                ^

"nandflash.c", line 74: cc0513: {D} warning: a value of type "unsigned int"
          cannot be assigned to an entity of type "volatile unsigned short *"
     tempregister = FIO2_FLAG_C;
                  ^

"nandflash.c", line 74: cc0152: {D} warning: conversion of nonzero integer to
          pointer
     tempregister = FIO2_FLAG_C;
                    ^

"nandflash.c", line 76: cc0513: {D} warning: a value of type "unsigned int"
          cannot be assigned to an entity of type "volatile unsigned short *"
     tempregister = FIO2_FLAG_T;
                  ^

"nandflash.c", line 76: cc0152: {D} warning: conversion of nonzero integer to
          pointer
     tempregister = FIO2_FLAG_T;
                    ^

"nandflash.c", line 86: cc1045: {D} warning: missing return statement at end
          of non-void function "pf_set"
  }
  ^

"nandflash.c", line 94: cc0513: {D} warning: a value of type "unsigned int"
          cannot be assigned to an entity of type "volatile unsigned short *"
       if(pf<=15&&pf>=0) {tempregister = FIO0_FLAG_C;
                                       ^

"nandflash.c", line 94: cc0152: {D} warning: conversion of nonzero integer to
          pointer
       if(pf<=15&&pf>=0) {tempregister = FIO0_FLAG_C;
                                         ^

"nandflash.c", line 99: cc0513: {D} warning: a value of type "unsigned int"
          cannot be assigned to an entity of type "volatile unsigned short *"
     tempregister = FIO0_FLAG_S;
                  ^

"nandflash.c", line 99: cc0152: {D} warning: conversion of nonzero integer to
          pointer
     tempregister = FIO0_FLAG_S;
                    ^

"nandflash.c", line 101: cc0513: {D} warning: a value of type "unsigned int"
          cannot be assigned to an entity of type "volatile unsigned short *"
     tempregister = FIO0_FLAG_T;
                  ^

"nandflash.c", line 101: cc0152: {D} warning: conversion of nonzero integer to
          pointer
     tempregister = FIO0_FLAG_T;
                    ^

"nandflash.c", line 105: cc0513: {D} warning: a value of type "unsigned int"
          cannot be assigned to an entity of type "volatile unsigned short *"
       else if(pf<=31&&pf>=16) { tempregister = FIO1_FLAG_C; pf -= 16;
                                              ^

"nandflash.c", line 105: cc0152: {D} warning: conversion of nonzero integer to
          pointer
       else if(pf<=31&&pf>=16) { tempregister = FIO1_FLAG_C; pf -= 16;
                                                ^

"nandflash.c", line 110: cc0513: {D} warning: a value of type "unsigned int"
          cannot be assigned to an entity of type "volatile unsigned short *"
     tempregister = FIO1_FLAG_S;
                  ^

"nandflash.c", line 110: cc0152: {D} warning: conversion of nonzero integer to
          pointer
     tempregister = FIO1_FLAG_S;
                    ^

"nandflash.c", line 112: cc0513: {D} warning: a value of type "unsigned int"
          cannot be assigned to an entity of type "volatile unsigned short *"
     tempregister = FIO1_FLAG_T;
                  ^

"nandflash.c", line 112: cc0152: {D} warning: conversion of nonzero integer to
          pointer
     tempregister = FIO1_FLAG_T;
                    ^

"nandflash.c", line 115: cc0513: {D} warning: a value of type "unsigned int"
          cannot be assigned to an entity of type "volatile unsigned short *"
       else if(pf<=47&&pf>=32) { tempregister = FIO2_FLAG_C;pf -= 32;
                                              ^

"nandflash.c", line 115: cc0152: {D} warning: conversion of nonzero integer to
          pointer
       else if(pf<=47&&pf>=32) { tempregister = FIO2_FLAG_C;pf -= 32;
                                                ^

"nandflash.c", line 120: cc0513: {D} warning: a value of type "unsigned int"
          cannot be assigned to an entity of type "volatile unsigned short *"
     tempregister = FIO2_FLAG_S;
                  ^

"nandflash.c", line 120: cc0152: {D} warning: conversion of nonzero integer to
          pointer
     tempregister = FIO2_FLAG_S;
                    ^

"nandflash.c", line 122: cc0513: {D} warning: a value of type "unsigned int"
          cannot be assigned to an entity of type "volatile unsigned short *"
     tempregister = FIO2_FLAG_T;
                  ^

"nandflash.c", line 122: cc0152: {D} warning: conversion of nonzero integer to
          pointer
     tempregister = FIO2_FLAG_T;
                    ^

"nandflash.c", line 131: cc1045: {D} warning: missing return statement at end
          of non-void function "pf_clear"
  }
  ^

"nandflash.c", line 147: cc0120: {D} warning: return value type does not match
          the function type
  {if(time <= 0) return 0;
                        ^

"nandflash.c", line 249: cc1080: {D} warning: Function does not have a full
          prototype
     nandflash_ce_on();
     ^

"nandflash.c", line 251: cc1045: {D} warning: missing return statement at end
          of non-void function "nandflash_init"
  }
  ^

"nandflash.c", line 264: cc0549: {D} warning: variable "bad_blocks" is used
          before its value is set
     list_table = bad_blocks.value.next;
                  ^

"nandflash.c", line 275: 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 280: cc1080: {D} warning: Function does not have a full
          prototype

⌨️ 快捷键说明

复制代码 Ctrl + C
搜索代码 Ctrl + F
全屏模式 F11
切换主题 Ctrl + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -