📄 rtc_led.plg
字号:
<html>
<body>
<pre>
<h1>礦ision3 Build Log</h1>
<h2>Project:</h2>
D:\lecture\embed\ARM7实验手册配套光盘\LPC2100基础实验\RTClock\c\RTC_LED2\RTC_LED.uv2
Project File Date: 08/06/2008
<h2>Output:</h2>
Build target 'Target 1'
assembling Startup.s...
compiling clock.c...
clock.c: In function `I2C_Init':
clock.c(15): error: storage class specified for parameter `Disp_CopyRight'
clock.c(19): error: parameter `DISP_TAB' is initialized
clock.c(19): warning: initialization makes pointer from integer without a cast
clock.c(19): warning: excess elements in scalar initializer
clock.c(19): warning: (near initialization for `DISP_TAB')
clock.c(19): warning: excess elements in scalar initializer
clock.c(19): warning: (near initialization for `DISP_TAB')
clock.c(19): warning: excess elements in scalar initializer
clock.c(19): warning: (near initialization for `DISP_TAB')
clock.c(19): warning: excess elements in scalar initializer
clock.c(19): warning: (near initialization for `DISP_TAB')
clock.c(19): warning: excess elements in scalar initializer
clock.c(19): warning: (near initialization for `DISP_TAB')
clock.c(19): warning: excess elements in scalar initializer
clock.c(19): warning: (near initialization for `DISP_TAB')
clock.c(19): warning: excess elements in scalar initializer
clock.c(19): warning: (near initialization for `DISP_TAB')
clock.c(19): warning: excess elements in scalar initializer
clock.c(19): warning: (near initialization for `DISP_TAB')
clock.c(19): warning: excess elements in scalar initializer
clock.c(19): warning: (near initialization for `DISP_TAB')
clock.c(21): warning: `interrupt' attribute only applies to functions
clock.c(28): error: parse error before '{' token
clock.c(28): error: declaration for parameter `DisText' but no such parameter
clock.c(21): error: declaration for parameter `IRQ_ILR' but no such parameter
clock.c(19): error: declaration for parameter `DISP_TAB' but no such parameter
clock.c(15): error: declaration for parameter `Disp_CopyRight' but no such parameter
clock.c(28): error: number of arguments doesn't match prototype
cc1: error: prototype declaration
clock.c(29): error: `p' undeclared (first use in this function)
clock.c(29): error: (Each undeclared identifier is reported only once
clock.c(29): error: for each function it appears in.)
clock.c: In function `IRQ_ILR':
clock.c(83): warning: implicit declaration of function `DisText'
clock.c: In function `main':
clock.c(114): error: `IRQ_UART0' undeclared (first use in this function)
clock.c(120): warning: implicit declaration of function `Disp_CopyRight'
compiling rtc_led.c...
compiling serial.c...
compiling i2c.c...
i2c.c: In function `erite_I2C':
i2c.c(204): warning: implicit declaration of function `WrEepromErr'
i2c.c(206): error: `LED1CON' undeclared (first use in this function)
i2c.c(206): error: (Each undeclared identifier is reported only once
i2c.c(206): error: for each function it appears in.)
Target not created
Build target 'Target 1'
assembling Startup.s...
compiling clock.c...
clock.c: In function `main':
clock.c(114): error: `IRQ_UART0' undeclared (first use in this function)
clock.c(114): error: (Each undeclared identifier is reported only once
clock.c(114): error: for each function it appears in.)
compiling rtc_led.c...
compiling serial.c...
compiling i2c.c...
i2c.c: In function `erite_I2C':
i2c.c(204): warning: implicit declaration of function `WrEepromErr'
i2c.c(206): error: `LED1CON' undeclared (first use in this function)
i2c.c(206): error: (Each undeclared identifier is reported only once
i2c.c(206): error: for each function it appears in.)
Target not created
Build target 'Target 1'
assembling Startup.s...
compiling clock.c...
clock.c: In function `main':
clock.c(114): error: `IRQ_UART0' undeclared (first use in this function)
clock.c(114): error: (Each undeclared identifier is reported only once
clock.c(114): error: for each function it appears in.)
compiling rtc_led.c...
compiling serial.c...
compiling i2c.c...
i2c.c: In function `erite_I2C':
i2c.c(204): warning: implicit declaration of function `WrEepromErr'
i2c.c(206): error: `LED1CON' undeclared (first use in this function)
i2c.c(206): error: (Each undeclared identifier is reported only once
i2c.c(206): error: for each function it appears in.)
Target not created
Build target 'Target 1'
assembling Startup.s...
compiling clock.c...
compiling rtc_led.c...
compiling serial.c...
compiling i2c.c...
i2c.c: In function `erite_I2C':
i2c.c(204): warning: implicit declaration of function `WrEepromErr'
i2c.c(206): error: `LED1CON' undeclared (first use in this function)
i2c.c(206): error: (Each undeclared identifier is reported only once
i2c.c(206): error: for each function it appears in.)
Target not created
Build target 'Target 1'
assembling Startup.s...
compiling clock.c...
compiling rtc_led.c...
compiling serial.c...
compiling i2c.c...
i2c.c: In function `erite_I2C':
i2c.c(202): warning: control reaches end of non-void function
linking...
i2c.o(.text+0x534): In function `DelayNS':
/cygdrive/d/lecture/embed/ARM7实验手册配套光盘/LPC2100基础实验/RTClock/c/RTC_LED2/i2c.c(170): error: multiple definition of `DelayNS'
rtc_led.o(.text+0x0):/cygdrive/d/lecture/embed/ARM7实验手册配套光盘/LPC2100基础实验/RTClock/c/RTC_LED2/rtc_led.c:25: first defined here
collect2: ld returned 1 exit status
Target not created
Build target 'Target 1'
assembling Startup.s...
compiling clock.c...
compiling rtc_led.c...
compiling serial.c...
compiling i2c.c...
i2c.c: In function `erite_I2C':
i2c.c(204): warning: control reaches end of non-void function
i2c.c: In function `erite_I2C':
i2c.c(205): warning: control reaches end of non-void function
linking...
i2c.o(.text+0x534): In function `DelayNS':
/cygdrive/d/lecture/embed/ARM7实验手册配套光盘/LPC2100基础实验/RTClock/c/RTC_LED2/i2c.c(170): error: multiple definition of `DelayNS'
rtc_led.o(.text+0x0):/cygdrive/d/lecture/embed/ARM7实验手册配套光盘/LPC2100基础实验/RTClock/c/RTC_LED2/rtc_led.c:25: first defined here
collect2: ld returned 1 exit status
Target not created
Build target 'Target 1'
assembling Startup.s...
compiling clock.c...
compiling rtc_led.c...
compiling serial.c...
compiling i2c.c...
i2c.c: In function `erite_I2C':
i2c.c(190): warning: control reaches end of non-void function
i2c.c: At top level:
i2c.c(197): error: redefinition of `erite_I2C'
i2c.c(179): error: `erite_I2C' previously defined here
i2c.c: In function `erite_I2C':
i2c.c(198): error: `data_buf' undeclared (first use in this function)
i2c.c(198): error: (Each undeclared identifier is reported only once
i2c.c(198): error: for each function it appears in.)
i2c.c: At top level:
i2c.c(206): error: parse error before '}' token
Target not created
Build target 'Target 1'
assembling Startup.s...
compiling clock.c...
compiling rtc_led.c...
compiling serial.c...
compiling i2c.c...
i2c.c(197): error: redefinition of `erite_I2C'
i2c.c(179): error: `erite_I2C' previously defined here
i2c.c: In function `erite_I2C':
i2c.c(198): error: `data_buf' undeclared (first use in this function)
i2c.c(198): error: (Each undeclared identifier is reported only once
i2c.c(198): error: for each function it appears in.)
i2c.c: At top level:
i2c.c(206): error: parse error before '}' token
Target not created
Build target 'Target 1'
assembling Startup.s...
compiling clock.c...
compiling rtc_led.c...
compiling serial.c...
compiling i2c.c...
i2c.c: In function `read_I2C':
i2c.c(198): error: `data_buf' undeclared (first use in this function)
i2c.c(198): error: (Each undeclared identifier is reported only once
i2c.c(198): error: for each function it appears in.)
i2c.c: At top level:
i2c.c(206): error: parse error before '}' token
Target not created
Build target 'Target 1'
assembling Startup.s...
compiling clock.c...
compiling rtc_led.c...
compiling serial.c...
compiling i2c.c...
i2c.c(208): error: parse error before '}' token
Target not created
Build target 'Target 1'
assembling Startup.s...
compiling clock.c...
compiling rtc_led.c...
compiling serial.c...
compiling i2c.c...
linking...
i2c.o(.text+0x534): In function `DelayNS':
/cygdrive/d/lecture/embed/ARM7实验手册配套光盘/LPC2100基础实验/RTClock/c/RTC_LED2/i2c.c(170): error: multiple definition of `DelayNS'
rtc_led.o(.text+0x0):/cygdrive/d/lecture/embed/ARM7实验手册配套光盘/LPC2100基础实验/RTClock/c/RTC_LED2/rtc_led.c:25: first defined here
collect2: ld returned 1 exit status
Target not created
Build target 'Target 1'
assembling Startup.s...
compiling clock.c...
compiling rtc_led.c...
compiling serial.c...
compiling i2c.c...
compiling pub.c...
pub.c(7): error: parse error before "dly"
pub.c: In function `DelayNS':
pub.c(8): error: `uint32' undeclared (first use in this function)
pub.c(8): error: (Each undeclared identifier is reported only once
pub.c(8): error: for each function it appears in.)
pub.c(8): error: parse error before "i"
pub.c(10): error: `dly' undeclared (first use in this function)
pub.c(11): error: `i' undeclared (first use in this function)
Target not created
Build target 'Target 1'
assembling Startup.s...
compiling clock.c...
compiling rtc_led.c...
compiling serial.c...
compiling i2c.c...
compiling pub.c...
pub.c(7): error: parse error before "dly"
pub.c: In function `DelayNS':
pub.c(10): error: `dly' undeclared (first use in this function)
pub.c(10): error: (Each undeclared identifier is reported only once
pub.c(10): error: for each function it appears in.)
Target not created
Build target 'Target 1'
assembling Startup.s...
compiling clock.c...
compiling rtc_led.c...
compiling serial.c...
compiling i2c.c...
compiling pub.c...
linking...
creating hex file...
"RTC_LED.elf" - 0 Error(s), 0 Warning(s).
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -