Gast
#1374619
Ich habe einen DIL/NetPC9200 und versuche gerade das Demobeispiel ssvirq zu compilieren. Leider bekomme ich folgende Fehlermeldung: zeiro@6715b:~/test4$ make /usr/local/arm-linux/bin/arm-linux-gcc -D__KERNEL__ -DMODULE -march=armv4 -mtune=arm9tdmi -I/usr/src/linux-2.4.27-vrs1-ssv1/include -Os -pipe -mapcs-32 -Uarm -Wall -Wstrict-prototypes -Wno-trigraphs -fno-strict-aliasing -fno-common -mshort-load-bytes -msoft-float -c ssvirq.c -o ssvirq.o ssvirq.c: In function `ssvirq_init': ssvirq.c:90: `AT91PS_SYS' undeclared (first use in this function) ssvirq.c:90: (Each undeclared identifier is reported only once ssvirq.c:90: for each function it appears in.) ssvirq.c:90: parse error before `AT91_SYS' ssvirq.c:94: `AT91_SYS' undeclared (first use in this function) make: *** [ssvirq.o] Fehler 1 wie kann in nun herausfinden in welcher Header-Datei sich AT91_SYS befinden soll?
1 | |
2 | |
3 | |
4 | |
5 | |
6 | |
7 | |
8 | |
9 | |
10 | |
11 | |
12 | |
13 | |
14 | |
15 | |
16 | |
17 | |
18 | |
19 | |
20 | |
21 | |
22 | |
23 | |
24 | |
25 | |
26 | |
27 | |
28 | |
29 | |
30 | |
31 | |
32 | |
33 | |
34 | |
35 | |
36 | |
37 | |
38 | |
39 | |
40 | |
41 | |
42 | |
43 | |
44 | |
45 | |
46 | |
47 | |
48 | |
49 | |
50 | |
51 | |
52 | |
53 | |
54 | |
55 | |
56 | |
57 | |
58 | |
59 | |