钻石会员
  
主题
帖子
积分10236
阅读权限50
注册时间2009-11-29
最后登录1970-1-1
在线时间 小时
|
我下了,也出错 iccavr -c -ID:\PROGRAM\ECAD\icc\include\ -e -D__ICC_VERSION=722 -DATMega8 -l -g -Wa-ID:\iccv7avr\lib -MHasMul -MEnhanced -Wa-W -Wf-str_in_flash ..\Src\delay.c
!W D:\stm8\M8数控电源V7源代码\M8数控电源V7\Src\delay.c: [warning] in function 'delay_us', argument 'n' has no use.
!W D:\stm8\M8数控电源V7源代码\M8数控电源V7\Src\delay.c: [warning] in function 'delay_ms', argument 'n' has no use.
iccavr -c -ID:\PROGRAM\ECAD\icc\include\ -e -D__ICC_VERSION=722 -DATMega8 -l -g -Wa-ID:\iccv7avr\lib -MHasMul -MEnhanced -Wa-W -Wf-str_in_flash ..\Src\div16u.s
iccavr -c -ID:\PROGRAM\ECAD\icc\include\ -e -D__ICC_VERSION=722 -DATMega8 -l -g -Wa-ID:\iccv7avr\lib -MHasMul -MEnhanced -Wa-W -Wf-str_in_flash ..\Src\key.c
!W D:\stm8\M8数控电源V7源代码\M8数控电源V7\Src\key.c(38):[warning] calling a function without prototype may cause runtime errors if the function
does not return int or unsigned int
!W D:\stm8\M8数控电源V7源代码\M8数控电源V7\Src\key.c(47):[warning] calling a function without prototype may cause runtime errors if the function
does not return int or unsigned int
!W D:\stm8\M8数控电源V7源代码\M8数控电源V7\Src\key.c(60):[warning] calling a function without prototype may cause runtime errors if the function
does not return int or unsigned int
!W D:\stm8\M8数控电源V7源代码\M8数控电源V7\Src\key.c(116):[warning] calling a function without prototype may cause runtime errors if the function
does not return int or unsigned int
!W D:\stm8\M8数控电源V7源代码\M8数控电源V7\Src\key.c(125):[warning] calling a function without prototype may cause runtime errors if the function
does not return int or unsigned int
!W D:\stm8\M8数控电源V7源代码\M8数控电源V7\Src\key.c(138):[warning] calling a function without prototype may cause runtime errors if the function
does not return int or unsigned int
!W D:\stm8\M8数控电源V7源代码\M8数控电源V7\Src\key.c(180):[warning] missing return value
!W D:\stm8\M8数控电源V7源代码\M8数控电源V7\Src\key.c: [warning] in function 'rotary_key_step_set', argument 'max' has no use.
!W D:\stm8\M8数控电源V7源代码\M8数控电源V7\Src\key.c(201):[warning] missing return value
!W D:\stm8\M8数控电源V7源代码\M8数控电源V7\Src\key.c: [warning] in function 'rotary_key2_step_set', argument 'max' has no use.
iccavr -c -ID:\PROGRAM\ECAD\icc\include\ -e -D__ICC_VERSION=722 -DATMega8 -l -g -Wa-ID:\iccv7avr\lib -MHasMul -MEnhanced -Wa-W -Wf-str_in_flash ..\Src\lcd1604.c
!W D:\stm8\M8数控电源V7源代码\M8数控电源V7\Src\lcd1604.c(55):[warning] calling a function without prototype may cause runtime errors if the function
does not return int or unsigned int
!W D:\stm8\M8数控电源V7源代码\M8数控电源V7\Src\lcd1604.c(86):[warning] calling a function without prototype may cause runtime errors if the function
does not return int or unsigned int
!W D:\stm8\M8数控电源V7源代码\M8数控电源V7\Src\lcd1604.c(87):[warning] calling a function without prototype may cause runtime errors if the function
does not return int or unsigned int
!W D:\stm8\M8数控电源V7源代码\M8数控电源V7\Src\lcd1604.c(96):[warning] calling a function without prototype may cause runtime errors if the function
does not return int or unsigned int
!W D:\stm8\M8数控电源V7源代码\M8数控电源V7\Src\lcd1604.c(97):[warning] calling a function without prototype may cause runtime errors if the function
does not return int or unsigned int
!W D:\stm8\M8数控电源V7源代码\M8数控电源V7\Src\lcd1604.c(107):[warning] calling a function without prototype may cause runtime errors if the function
does not return int or unsigned int
!W D:\stm8\M8数控电源V7源代码\M8数控电源V7\Src\lcd1604.c(115):[warning] declaration of `LCD_write_byte' does not match previous declaration at D:\stm8\M8数控电源V7源代码\M8数控电源V7\Src\lcd1604.c(96)
!W D:\stm8\M8数控电源V7源代码\M8数控电源V7\Src\lcd1604.c(116):[warning] calling a function without prototype may cause runtime errors if the function
does not return int or unsigned int
!W D:\stm8\M8数控电源V7源代码\M8数控电源V7\Src\lcd1604.c(122):[warning] declaration of `LCD_write_half_byte' does not match previous declaration at D:\stm8\M8数控电源V7源代码\M8数控电源V7\Src\lcd1604.c(116)
!W D:\stm8\M8数控电源V7源代码\M8数控电源V7\Src\lcd1604.c(133):[warning] calling a function without prototype may cause runtime errors if the function
does not return int or unsigned int
!W D:\stm8\M8数控电源V7源代码\M8数控电源V7\Src\lcd1604.c: [warning] in function 'LCD_set_address', argument 'Line_Row' has no use.
!W D:\stm8\M8数控电源V7源代码\M8数控电源V7\Src\lcd1604.c(175):[warning] declaration of `LCD_clear' does not match previous declaration at D:\stm8\M8数控电源V7源代码\M8数控电源V7\Src\lcd1604.c(86)
!W D:\stm8\M8数控电源V7源代码\M8数控电源V7\Src\lcd1604.c(177):[warning] calling a function without prototype may cause runtime errors if the function
does not return int or unsigned int
!W D:\stm8\M8数控电源V7源代码\M8数控电源V7\Src\lcd1604.c(187):[warning] declaration of `LCD_set_char' does not match previous declaration at D:\stm8\M8数控电源V7源代码\M8数控电源V7\Src\lcd1604.c(87)
iccavr -c -ID:\PROGRAM\ECAD\icc\include\ -e -D__ICC_VERSION=722 -DATMega8 -l -g -Wa-ID:\iccv7avr\lib -MHasMul -MEnhanced -Wa-W -Wf-str_in_flash ..\Src\main.c
!E D:\stm8\M8数控电源V7源代码\M8数控电源V7\Src\main.h(83): syntax error; found `{' expecting `;'
!E D:\stm8\M8数控电源V7源代码\M8数控电源V7\Src\main.h(83): skipping `{'
!E D:\stm8\M8数控电源V7源代码\M8数控电源V7\Src\main.h(83): unrecognized declaration
!E D:\stm8\M8数控电源V7源代码\M8数控电源V7\Src\main.h(83): unrecognized declaration
!E D:\stm8\M8数控电源V7源代码\M8数控电源V7\Src\main.h(83): unrecognized declaration
!E D:\stm8\M8数控电源V7源代码\M8数控电源V7\Src\main.h(83): unrecognized declaration
!E D:\stm8\M8数控电源V7源代码\M8数控电源V7\Src\main.h(83): unrecognized declaration
!E D:\stm8\M8数控电源V7源代码\M8数控电源V7\Src\main.h(83): unrecognized declaration
!E D:\stm8\M8数控电源V7源代码\M8数控电源V7\Src\main.h(83): unrecognized declaration
!E D:\stm8\M8数控电源V7源代码\M8数控电源V7\Src\main.h(83): unrecognized declaration
!E D:\stm8\M8数控电源V7源代码\M8数控电源V7\Src\main.h(83): unrecognized declaration
!E D:\stm8\M8数控电源V7源代码\M8数控电源V7\Src\main.h(83): unrecognized declaration
!E D:\stm8\M8数控电源V7源代码\M8数控电源V7\Src\main.h(83): unrecognized declaration
!E D:\stm8\M8数控电源V7源代码\M8数控电源V7\Src\main.h(83): unrecognized declaration
!E D:\stm8\M8数控电源V7源代码\M8数控电源V7\Src\main.h(83): unrecognized declaration
!E D:\stm8\M8数控电源V7源代码\M8数控电源V7\Src\main.h(83): unrecognized declaration
!E D:\stm8\M8数控电源V7源代码\M8数控电源V7\Src\main.h(83): unrecognized declaration
!E D:\stm8\M8数控电源V7源代码\M8数控电源V7\Src\main.h(83): unrecognized declaration |
|