1 | andi@atlantis:/*****/arm/EMF32Test/Release$ make all
|
2 | Building file: ../touchdemo.c
|
3 | Invoking: ARM Linux GCC C Compiler
|
4 | arm-elf-gcc -Os -Wall -Wa,-adhlns="touchdemo.o.lst" -c -fmessage-length=0 -MMD -MP -MF"touchdemo.d" -MT"touchdemo.d" -mcpu=cortex-m3 -mthumb -o"t ouchdemo.o" "../touchdemo.c"
|
5 | ../touchdemo.c:28:20: warning: stdint.h: No such file or directory
|
6 | ../touchdemo.c:34:19: error: efm32.h: No such file or directory
|
7 | ../touchdemo.c:35:24: error: efm32_chip.h: No such file or directory
|
8 | ../touchdemo.c:38:22: error: vddcheck.h: No such file or directory
|
9 | ../touchdemo.c:39:24: error: segmentlcd.h: No such file or directory
|
10 | ../touchdemo.c:40:22: error: capsense.h: No such file or directory
|
11 | ../touchdemo.c:41:17: error: rtc.h: No such file or directory
|
12 | ../touchdemo.c:42:23: error: efm32_emu.h: No such file or directory
|
13 | ../touchdemo.c:43:23: error: efm32_cmu.h: No such file or directory
|
14 | ../touchdemo.c:51: error: expected â=â, â,â, â;â, âasmâ or â__attribute__â before âdemoModeâ
|
15 | ../touchdemo.c:52: error: expected â=â, â,â, â;â, âasmâ or â__attribute__â before âsubModeâ
|
16 | ../touchdemo.c:53: error: expected â=â, â,â, â;â, âasmâ or â__attribute__â before âsubModesâ
|
17 | ../touchdemo.c: In function âGPIO_ODD_IRQHandlerâ:
|
18 | ../touchdemo.c:70: error: âuint32_tâ undeclared (first use in this function)
|
19 | ../touchdemo.c:70: error: (Each undeclared identifier is reported only once
|
20 | ../touchdemo.c:70: error: for each function it appears in.)
|
21 | ../touchdemo.c:70: error: expected â;â before âmaxâ
|
22 | ../touchdemo.c:73: error: âGPIOâ undeclared (first use in this function)
|
23 | ../touchdemo.c:76: error: âmaxâ undeclared (first use in this function)
|
24 | ../touchdemo.c:76: error: âsubModesâ undeclared (first use in this function)
|
25 | ../touchdemo.c:77: error: âsubModeâ undeclared (first use in this function)
|
26 | ../touchdemo.c: In function âGPIO_EVEN_IRQHandlerâ:
|
27 | ../touchdemo.c:86: error: âGPIOâ undeclared (first use in this function)
|
28 | ../touchdemo.c:89: error: âdemoModeâ undeclared (first use in this function)
|
29 | ../touchdemo.c:92: error: âsubModeâ undeclared (first use in this function)
|
30 | ../touchdemo.c:97: error: âsubModesâ undeclared (first use in this function)
|
31 | ../touchdemo.c: In function âgpioSetupâ:
|
32 | ../touchdemo.c:111: error: âCMUâ undeclared (first use in this function)
|
33 | ../touchdemo.c:111: error: âCMU_HFPERCLKEN0_GPIOâ undeclared (first use in this function)
|
34 | ../touchdemo.c:114: error: âGPIOâ undeclared (first use in this function)
|
35 | ../touchdemo.c:114: error: â_GPIO_P_MODEH_MODE10_MASKâ undeclared (first use in this function)
|
36 | ../touchdemo.c:115: error: âGPIO_P_MODEH_MODE10_INPUTPULLâ undeclared (first use in this function)
|
37 | ../touchdemo.c:122: error: â_GPIO_EXTIPSELH_EXTIPSEL10_MASKâ undeclared (first use in this function)
|
38 | ../touchdemo.c:123: error: âGPIO_EXTIPSELH_EXTIPSEL10_PORTBâ undeclared (first use in this function)
|
39 | ../touchdemo.c:127: warning: implicit declaration of function âNVIC_ClearPendingIRQâ
|
40 | ../touchdemo.c:127: error: âGPIO_EVEN_IRQnâ undeclared (first use in this function)
|
41 | ../touchdemo.c:128: warning: implicit declaration of function âNVIC_EnableIRQâ
|
42 | ../touchdemo.c:131: error: â_GPIO_P_MODEH_MODE9_MASKâ undeclared (first use in this function)
|
43 | ../touchdemo.c:132: error: âGPIO_P_MODEH_MODE9_INPUTPULLâ undeclared (first use in this function)
|
44 | ../touchdemo.c:139: error: â_GPIO_EXTIPSELH_EXTIPSEL9_MASKâ undeclared (first use in this function)
|
45 | ../touchdemo.c:140: error: âGPIO_EXTIPSELH_EXTIPSEL9_PORTBâ undeclared (first use in this function)
|
46 | ../touchdemo.c:144: error: âGPIO_ODD_IRQnâ undeclared (first use in this function)
|
47 | ../touchdemo.c: In function âcapSenseAringUpdateâ:
|
48 | ../touchdemo.c:173: warning: implicit declaration of function âSegmentLCD_ARingâ
|
49 | ../touchdemo.c: In function âcapSenseBarsâ:
|
50 | ../touchdemo.c:192: warning: implicit declaration of function âCAPSENSE_getSliderPositionâ
|
51 | ../touchdemo.c:193: warning: implicit declaration of function âSegmentLCD_Numberâ
|
52 | ../touchdemo.c:197: warning: implicit declaration of function âSegmentLCD_Writeâ
|
53 | ../touchdemo.c: In function âcapSenseValuesâ:
|
54 | ../touchdemo.c:219: error: âuint8_tâ undeclared (first use in this function)
|
55 | ../touchdemo.c:219: error: expected â;â before âchannelâ
|
56 | ../touchdemo.c:221: error: âsubModeâ undeclared (first use in this function)
|
57 | ../touchdemo.c:225: error: âchannelâ undeclared (first use in this function)
|
58 | ../touchdemo.c:225: error: âSLIDER_PART0_CHANNELâ undeclared (first use in this function)
|
59 | ../touchdemo.c:229: error: âSLIDER_PART1_CHANNELâ undeclared (first use in this function)
|
60 | ../touchdemo.c:233: error: âSLIDER_PART2_CHANNELâ undeclared (first use in this function)
|
61 | ../touchdemo.c:237: error: âSLIDER_PART3_CHANNELâ undeclared (first use in this function)
|
62 | ../touchdemo.c:241: error: âBUTTON_CHANNELâ undeclared (first use in this function)
|
63 | ../touchdemo.c:245: warning: implicit declaration of function âCAPSENSE_getNormalizedValâ
|
64 | ../touchdemo.c: In function âcapSenseDemoâ:
|
65 | ../touchdemo.c:280: error: âint32_tâ undeclared (first use in this function)
|
66 | ../touchdemo.c:280: error: expected â;â before âsliderâ
|
67 | ../touchdemo.c:287: warning: implicit declaration of function âCAPSENSE_Senseâ
|
68 | ../touchdemo.c:288: error: âsliderâ undeclared (first use in this function)
|
69 | ../touchdemo.c:290: warning: implicit declaration of function âSegmentLCD_Symbolâ
|
70 | ../touchdemo.c:290: error: âLCD_SYMBOL_GECKOâ undeclared (first use in this function)
|
71 | ../touchdemo.c:290: warning: implicit declaration of function âCAPSENSE_getPressedâ
|
72 | ../touchdemo.c:290: error: âBUTTON_CHANNELâ undeclared (first use in this function)
|
73 | ../touchdemo.c:295: warning: implicit declaration of function âVddCheckInitâ
|
74 | ../touchdemo.c:298: warning: implicit declaration of function âVddCheckLowVoltageâ
|
75 | ../touchdemo.c:304: warning: implicit declaration of function âSegmentLCD_Initâ
|
76 | ../touchdemo.c:306: error: âLCD_SYMBOL_ANTâ undeclared (first use in this function)
|
77 | ../touchdemo.c:315: error: âdemoModeâ undeclared (first use in this function)
|
78 | ../touchdemo.c:329: warning: implicit declaration of function âRTC_Triggerâ
|
79 | ../touchdemo.c:330: warning: implicit declaration of function âEMU_EnterEM2â
|
80 | ../touchdemo.c: In function âmainâ:
|
81 | ../touchdemo.c:340: warning: implicit declaration of function âCHIP_Initâ
|
82 | ../touchdemo.c:343: warning: implicit declaration of function âSystemCoreClockUpdateâ
|
83 | ../touchdemo.c:359: warning: implicit declaration of function âCAPSENSE_Initâ
|
84 | make: *** [touchdemo.o] Error 1
|