Ticket #9087: promise_tx2_compile_error.log

File promise_tx2_compile_error.log, 13.9 KB (added by diver, 11 years ago)
Line 
1~/haiku/haiku/src/add-ons/kernel/busses/ide/promise_tx2$ jam promise_tx2
2WebKit to be utilized by gcc4 inside /home/iceid/haiku/haiku/generated.x86gcc4
3WebPositive will be compiled by gcc4 inside /home/iceid/haiku/haiku/generated.x86gcc4
4...patience...
5...found 4806 target(s)...
6...updating 3 target(s)...
7MkDir1 ../../../../../../generated/objects/haiku/x86/release/add-ons/kernel/busses/ata/promise_tx2
8Cc ../../../../../../generated/objects/haiku/x86/release/add-ons/kernel/busses/ata/promise_tx2/promise_tx2.o
9../../ata/promise_tx2/promise_tx2.c: In function `inthand':
10../../ata/promise_tx2/promise_tx2.c:80: variable `device' has initializer but incomplete type
11../../ata/promise_tx2/promise_tx2.c:80: storage size of `device' isn't known
12../../ata/promise_tx2/promise_tx2.c:81: `ide_bm_status' undeclared (first use in this function)
13../../ata/promise_tx2/promise_tx2.c:81: (Each undeclared identifier is reported only once
14../../ata/promise_tx2/promise_tx2.c:81: for each function it appears in.)
15../../ata/promise_tx2/promise_tx2.c:81: parse error before `bm_status'
16cc1: warnings being treated as errors
17../../ata/promise_tx2/promise_tx2.c:82: warning: unused variable `status'
18../../ata/promise_tx2/promise_tx2.c:80: warning: unused variable `device'
19../../ata/promise_tx2/promise_tx2.c: At top level:
20../../ata/promise_tx2/promise_tx2.c:121: parse error before `node'
21../../ata/promise_tx2/promise_tx2.c: In function `init_channel':
22../../ata/promise_tx2/promise_tx2.c:124: `node' undeclared (first use in this function)
23../../ata/promise_tx2/promise_tx2.c:124: parse error before `ata_channel'
24../../ata/promise_tx2/promise_tx2.c:126: warning: control reaches end of non-void function
25../../ata/promise_tx2/promise_tx2.c: In function `uninit_channel':
26../../ata/promise_tx2/promise_tx2.c:132: void value not ignored as it ought to be
27../../ata/promise_tx2/promise_tx2.c:133: warning: control reaches end of non-void function
28../../ata/promise_tx2/promise_tx2.c: At top level:
29../../ata/promise_tx2/promise_tx2.c:136: parse error before `node'
30../../ata/promise_tx2/promise_tx2.c: In function `channel_removed':
31../../ata/promise_tx2/promise_tx2.c:138: `node' undeclared (first use in this function)
32../../ata/promise_tx2/promise_tx2.c:138: `channel_cookie' undeclared (first use in this function)
33../../ata/promise_tx2/promise_tx2.c:138: too many arguments to function
34../../ata/promise_tx2/promise_tx2.c: At top level:
35../../ata/promise_tx2/promise_tx2.c:143: parse error before `node'
36../../ata/promise_tx2/promise_tx2.c: In function `init_controller':
37../../ata/promise_tx2/promise_tx2.c:146: `node' undeclared (first use in this function)
38../../ata/promise_tx2/promise_tx2.c:146: `user_cookie' undeclared (first use in this function)
39../../ata/promise_tx2/promise_tx2.c:146: `cookie' undeclared (first use in this function)
40../../ata/promise_tx2/promise_tx2.c:147: too many arguments to function
41../../ata/promise_tx2/promise_tx2.c: In function `uninit_controller':
42../../ata/promise_tx2/promise_tx2.c:154: void value not ignored as it ought to be
43../../ata/promise_tx2/promise_tx2.c:155: warning: control reaches end of non-void function
44../../ata/promise_tx2/promise_tx2.c: At top level:
45../../ata/promise_tx2/promise_tx2.c:159: parse error before `node'
46../../ata/promise_tx2/promise_tx2.c: In function `controller_removed':
47../../ata/promise_tx2/promise_tx2.c:161: `node' undeclared (first use in this function)
48../../ata/promise_tx2/promise_tx2.c:161: `controller' undeclared (first use in this function)
49../../ata/promise_tx2/promise_tx2.c:161: too many arguments to function
50../../ata/promise_tx2/promise_tx2.c: At top level:
51../../ata/promise_tx2/promise_tx2.c:168: parse error before `parent'
52../../ata/promise_tx2/promise_tx2.c: In function `publish_controller':
53../../ata/promise_tx2/promise_tx2.c:173: `B_DRIVER_MODULE' undeclared (first use in this function)
54../../ata/promise_tx2/promise_tx2.c:177: `IDE_CONTROLLER_MAX_DEVICES_ITEM' undeclared (first use in this function)
55../../ata/promise_tx2/promise_tx2.c:179: `IDE_CONTROLLER_CAN_DMA_ITEM' undeclared (first use in this function)
56../../ata/promise_tx2/promise_tx2.c:181: `IDE_CONTROLLER_CAN_CQ_ITEM' undeclared (first use in this function)
57../../ata/promise_tx2/promise_tx2.c:183: `IDE_CONTROLLER_CONTROLLER_NAME_ITEM' undeclared (first use in this function)
58../../ata/promise_tx2/promise_tx2.c:198: `bus_master_base' undeclared (first use in this function)
59../../ata/promise_tx2/promise_tx2.c:200: `intnum' undeclared (first use in this function)
60../../ata/promise_tx2/promise_tx2.c:206: structure has no member named `register_device'
61../../ata/promise_tx2/promise_tx2.c:206: `parent' undeclared (first use in this function)
62../../ata/promise_tx2/promise_tx2.c:206: `resources' undeclared (first use in this function)
63../../ata/promise_tx2/promise_tx2.c:206: `node' undeclared (first use in this function)
64../../ata/promise_tx2/promise_tx2.c:207: warning: control reaches end of non-void function
65../../ata/promise_tx2/promise_tx2.c: At top level:
66../../ata/promise_tx2/promise_tx2.c:214: parse error before `device_node_handle'
67../../ata/promise_tx2/promise_tx2.c: In function `detect_controller':
68../../ata/promise_tx2/promise_tx2.c:217: `io_resource_handle' undeclared (first use in this function)
69../../ata/promise_tx2/promise_tx2.c:217: parse error before `resource_handles'
70../../ata/promise_tx2/promise_tx2.c:221: `bus_master_base' undeclared (first use in this function)
71../../ata/promise_tx2/promise_tx2.c:228: `IO_PORT' undeclared (first use in this function)
72../../ata/promise_tx2/promise_tx2.c:232: structure has no member named `acquire_io_resources'
73../../ata/promise_tx2/promise_tx2.c:232: `resource_handles' undeclared (first use in this function)
74../../ata/promise_tx2/promise_tx2.c:236: `parent' undeclared (first use in this function)
75../../ata/promise_tx2/promise_tx2.c:236: `intnum' undeclared (first use in this function)
76../../ata/promise_tx2/promise_tx2.c:236: `node' undeclared (first use in this function)
77../../ata/promise_tx2/promise_tx2.c: At top level:
78../../ata/promise_tx2/promise_tx2.c:241: parse error before `parent'
79../../ata/promise_tx2/promise_tx2.c: In function `probe_controller':
80../../ata/promise_tx2/promise_tx2.c:244: storage size of `device' isn't known
81../../ata/promise_tx2/promise_tx2.c:248: `device_node_handle' undeclared (first use in this function)
82../../ata/promise_tx2/promise_tx2.c:248: parse error before `controller_node'
83../../ata/promise_tx2/promise_tx2.c:254: structure has no member named `init_driver'
84../../ata/promise_tx2/promise_tx2.c:254: `parent' undeclared (first use in this function)
85../../ata/promise_tx2/promise_tx2.c:270: `controller_node' undeclared (first use in this function)
86../../ata/promise_tx2/promise_tx2.c:277: `channels' undeclared (first use in this function)
87../../ata/promise_tx2/promise_tx2.c:284: structure has no member named `uninit_driver'
88../../ata/promise_tx2/promise_tx2.c:289: structure has no member named `uninit_driver'
89../../ata/promise_tx2/promise_tx2.c:244: warning: unused variable `device'
90../../ata/promise_tx2/promise_tx2.c: At top level:
91../../ata/promise_tx2/promise_tx2.c:309: `IDE_FOR_CONTROLLER_MODULE_NAME' undeclared here (not in a function)
92../../ata/promise_tx2/promise_tx2.c:309: initializer element is not constant
93../../ata/promise_tx2/promise_tx2.c:309: (near initialization for `module_dependencies[0].name')
94../../ata/promise_tx2/promise_tx2.c:317: parse error before `channel_interface'
95../../ata/promise_tx2/promise_tx2.c:317: warning: type defaults to `int' in declaration of `channel_interface'
96../../ata/promise_tx2/promise_tx2.c:318: warning: braces around scalar initializer
97../../ata/promise_tx2/promise_tx2.c:318: warning: (near initialization for `channel_interface')
98../../ata/promise_tx2/promise_tx2.c:319: warning: braces around scalar initializer
99../../ata/promise_tx2/promise_tx2.c:319: warning: (near initialization for `channel_interface')
100../../ata/promise_tx2/promise_tx2.c:320: warning: initialization makes integer from pointer without a cast
101../../ata/promise_tx2/promise_tx2.c:321: warning: excess elements in scalar initializer
102../../ata/promise_tx2/promise_tx2.c:321: warning: (near initialization for `channel_interface')
103../../ata/promise_tx2/promise_tx2.c:323: warning: excess elements in scalar initializer
104../../ata/promise_tx2/promise_tx2.c:323: warning: (near initialization for `channel_interface')
105../../ata/promise_tx2/promise_tx2.c:325: warning: excess elements in scalar initializer
106../../ata/promise_tx2/promise_tx2.c:325: warning: (near initialization for `channel_interface')
107../../ata/promise_tx2/promise_tx2.c:326: warning: excess elements in scalar initializer
108../../ata/promise_tx2/promise_tx2.c:326: warning: (near initialization for `channel_interface')
109../../ata/promise_tx2/promise_tx2.c:327: parse error before `device_node_handle'
110../../ata/promise_tx2/promise_tx2.c:327: warning: excess elements in scalar initializer
111../../ata/promise_tx2/promise_tx2.c:327: warning: (near initialization for `channel_interface')
112../../ata/promise_tx2/promise_tx2.c:328: warning: excess elements in scalar initializer
113../../ata/promise_tx2/promise_tx2.c:328: warning: (near initialization for `channel_interface')
114../../ata/promise_tx2/promise_tx2.c:330: warning: excess elements in scalar initializer
115../../ata/promise_tx2/promise_tx2.c:330: warning: (near initialization for `channel_interface')
116../../ata/promise_tx2/promise_tx2.c:332: warning: excess elements in scalar initializer
117../../ata/promise_tx2/promise_tx2.c:332: warning: (near initialization for `channel_interface')
118../../ata/promise_tx2/promise_tx2.c:333: warning: excess elements in scalar initializer
119../../ata/promise_tx2/promise_tx2.c:333: warning: (near initialization for `channel_interface')
120../../ata/promise_tx2/promise_tx2.c:335: warning: excess elements in scalar initializer
121../../ata/promise_tx2/promise_tx2.c:335: warning: (near initialization for `channel_interface')
122../../ata/promise_tx2/promise_tx2.c:336: warning: excess elements in scalar initializer
123../../ata/promise_tx2/promise_tx2.c:336: warning: (near initialization for `channel_interface')
124../../ata/promise_tx2/promise_tx2.c:338: warning: excess elements in scalar initializer
125../../ata/promise_tx2/promise_tx2.c:338: warning: (near initialization for `channel_interface')
126../../ata/promise_tx2/promise_tx2.c:339: warning: excess elements in scalar initializer
127../../ata/promise_tx2/promise_tx2.c:339: warning: (near initialization for `channel_interface')
128../../ata/promise_tx2/promise_tx2.c:341: warning: excess elements in scalar initializer
129../../ata/promise_tx2/promise_tx2.c:341: warning: (near initialization for `channel_interface')
130../../ata/promise_tx2/promise_tx2.c:342: warning: excess elements in scalar initializer
131../../ata/promise_tx2/promise_tx2.c:342: warning: (near initialization for `channel_interface')
132../../ata/promise_tx2/promise_tx2.c:343: warning: excess elements in scalar initializer
133../../ata/promise_tx2/promise_tx2.c:343: warning: (near initialization for `channel_interface')
134../../ata/promise_tx2/promise_tx2.c:344: warning: data definition has no type or storage class
135../../ata/promise_tx2/promise_tx2.c:356: parse error before `device_node_handle'
136../../ata/promise_tx2/promise_tx2.c:357: warning: initialization from incompatible pointer type
137../../ata/promise_tx2/promise_tx2.c:358: parse error before `device_node_handle'
138../../ata/promise_tx2/promise_tx2.c:359: warning: initialization from incompatible pointer type
139../../ata/promise_tx2/promise_tx2.c:77: warning: `inthand' defined but not used
140
141/home/iceid/haiku/haiku/generated.x86gcc2/cross-tools/bin/i586-pc-haiku-gcc -O -Wall -Wno-trigraphs -Wmissing-prototypes -Wno-multichar -pipe -nostdinc -march=pentium -Werror -pipe -finline -fno-builtin -march=pentium -c "../../ata/promise_tx2/promise_tx2.c" -D_KERNEL_MODE -D__HAIKU__ -DHAIKU_DISTRO_COMPATIBILITY_OFFICIAL -D__INTEL__ -DARCH_x86 -DBOOT_ARCHIVE_IMAGE_OFFSET=300 -DB_USE_BUILTIN_ATOMIC_FUNCTIONS -DHAIKU_INCLUDE_PATENTED_CODE=1 -D_BEOS_R5_COMPATIBLE_ -DHAIKU_TARGET_PLATFORM_HAIKU -I../../../../../../build/user_config_headers -I../../../../../../build/config_headers -I../../ata/promise_tx2 -I../../../../../../generated/objects/common/add-ons/kernel/busses/ata/promise_tx2 -I../../../../../../generated/objects/linux/x86/common/add-ons/kernel/busses/ata/promise_tx2 -I../../../../../../generated/objects/haiku/x86/common/add-ons/kernel/busses/ata/promise_tx2 -I- -I../../../../../../headers/private/drivers -I../../../../../../headers/private/kernel -I../../../../../../headers/cpp -I../../../../../../headers/build/gcc-2.95.3 -I../../../../../../headers -I../../../../../../headers/posix -I../../../../../../headers/glibc -I../../../../../../headers/os -I../../../../../../headers/os/add-ons -I../../../../../../headers/os/add-ons/file_system -I../../../../../../headers/os/add-ons/graphics -I../../../../../../headers/os/add-ons/input_server -I../../../../../../headers/os/add-ons/registrar -I../../../../../../headers/os/add-ons/screen_saver -I../../../../../../headers/os/add-ons/tracker -I../../../../../../headers/os/app -I../../../../../../headers/os/device -I../../../../../../headers/os/drivers -I../../../../../../headers/os/game -I../../../../../../headers/os/interface -I../../../../../../headers/os/kernel -I../../../../../../headers/os/locale -I../../../../../../headers/os/media -I../../../../../../headers/os/mail -I../../../../../../headers/os/midi -I../../../../../../headers/os/midi2 -I../../../../../../headers/os/net -I../../../../../../headers/os/opengl -I../../../../../../headers/os/storage -I../../../../../../headers/os/support -I../../../../../../headers/os/translation -I../../../../../../headers/private/. -o "../../../../../../generated/objects/haiku/x86/release/add-ons/kernel/busses/ata/promise_tx2/promise_tx2.o" ;
142
143...failed Cc ../../../../../../generated/objects/haiku/x86/release/add-ons/kernel/busses/ata/promise_tx2/promise_tx2.o ...
144
145BUILD FAILURE:
146...failed updating 1 target(s)...
147...skipped 1 target(s)...
148...updated 1 target(s)...