* Compilation error
@ 2016-09-13 1:25 Vijayakumar Badiger
2016-09-13 1:53 ` Rudolf Streif
0 siblings, 1 reply; 29+ messages in thread
From: Vijayakumar Badiger @ 2016-09-13 1:25 UTC (permalink / raw)
To: yoctoproject
[-- Attachment #1: Type: text/plain, Size: 267 bytes --]
Hello All,
I am getting an compilation error like below. Can you pls let me know how
to fix this one. Thanks in advance.
error: implicit declaration of function 'close'
[-Werror=implicit-function-declaration]
| close(fd);
Cheers,
Vijay
[-- Attachment #2: Type: text/html, Size: 424 bytes --]
^ permalink raw reply [flat|nested] 29+ messages in thread
* Re: Compilation error
2016-09-13 1:25 Compilation error Vijayakumar Badiger
@ 2016-09-13 1:53 ` Rudolf Streif
2016-09-13 3:32 ` Fred Ollinger
0 siblings, 1 reply; 29+ messages in thread
From: Rudolf Streif @ 2016-09-13 1:53 UTC (permalink / raw)
To: Vijayakumar Badiger; +Cc: Yocto Discussion Mailing List
[-- Attachment #1: Type: text/plain, Size: 653 bytes --]
What recipe? Ideally you want to fix the code and add the function
declaration.
Kind regards,
Rudolf J Streif
On Sep 12, 2016 6:26 PM, "Vijayakumar Badiger" <vijayakumarmb@gmail.com>
wrote:
> Hello All,
>
> I am getting an compilation error like below. Can you pls let me know how
> to fix this one. Thanks in advance.
>
>
>
> error: implicit declaration of function 'close'
> [-Werror=implicit-function-declaration]
> | close(fd);
>
> Cheers,
> Vijay
>
> --
> _______________________________________________
> yocto mailing list
> yocto@yoctoproject.org
> https://lists.yoctoproject.org/listinfo/yocto
>
>
[-- Attachment #2: Type: text/html, Size: 1247 bytes --]
^ permalink raw reply [flat|nested] 29+ messages in thread
* Re: Compilation error
2016-09-13 1:53 ` Rudolf Streif
@ 2016-09-13 3:32 ` Fred Ollinger
0 siblings, 0 replies; 29+ messages in thread
From: Fred Ollinger @ 2016-09-13 3:32 UTC (permalink / raw)
To: Rudolf Streif, Vijayakumar Badiger; +Cc: Yocto Discussion Mailing List
Smells like you didn't include a file.
man 2 close says:
#include <unistd.h>
Frederick
________________________________
From: yocto-bounces@yoctoproject.org <yocto-bounces@yoctoproject.org> on behalf of Rudolf Streif <rudolf.streif@gmail.com>
Sent: Monday, September 12, 2016 6:53 PM
To: Vijayakumar Badiger
Cc: Yocto Discussion Mailing List
Subject: Re: [yocto] Compilation error
What recipe? Ideally you want to fix the code and add the function declaration.
Kind regards,
Rudolf J Streif
On Sep 12, 2016 6:26 PM, "Vijayakumar Badiger" <vijayakumarmb@gmail.com<mailto:vijayakumarmb@gmail.com>> wrote:
Hello All,
I am getting an compilation error like below. Can you pls let me know how to fix this one. Thanks in advance.
error: implicit declaration of function 'close' [-Werror=implicit-function-declaration]
| close(fd);
Cheers,
Vijay
--
_______________________________________________
yocto mailing list
yocto@yoctoproject.org<mailto:yocto@yoctoproject.org>
https://lists.yoctoproject.org/listinfo/yocto
^ permalink raw reply [flat|nested] 29+ messages in thread
* compilation error
@ 2013-09-13 16:06 Lluís Pàmies i Juárez
2013-09-13 18:23 ` Roald van Loon
0 siblings, 1 reply; 29+ messages in thread
From: Lluís Pàmies i Juárez @ 2013-09-13 16:06 UTC (permalink / raw)
To: ceph-devel
[-- Attachment #1: Type: text/plain, Size: 251 bytes --]
Hello,
I'm having problems to compile the main git branch. I tried compiling
from a new clone, and I get the same error. I attach a dump of the
error. Does anyone else have this problem?
--
Lluís Pàmies i Juárez
http://lluis.pamies.cat
[-- Attachment #2: dump.txt --]
[-- Type: text/plain, Size: 12500 bytes --]
test/encoding/ceph_dencoder-ceph_dencoder.o: in function `dencoderbase<rados::cls::lock::locker_id_t>::generate()':
/home/username/projects/ceph/src/test/encoding/ceph_dencoder.cc:87: undefined reference to `rados::cls::lock::locker_id_t::generate_test_instances(std::list<rados::cls::lock::locker_id_t*, std::allocator<rados::cls::lock::locker_id_t*> >&)'
test/encoding/ceph_dencoder-ceph_dencoder.o: in function `dencoderbase<rados::cls::lock::locker_id_t>::dump(ceph::formatter*)':
/home/username/projects/ceph/src/test/encoding/ceph_dencoder.cc:83: undefined reference to `rados::cls::lock::locker_id_t::dump(ceph::formatter*) const'
test/encoding/ceph_dencoder-ceph_dencoder.o: in function `dencoderbase<rados::cls::lock::locker_info_t>::generate()':
/home/username/projects/ceph/src/test/encoding/ceph_dencoder.cc:87: undefined reference to `rados::cls::lock::locker_info_t::generate_test_instances(std::list<rados::cls::lock::locker_info_t*, std::allocator<rados::cls::lock::locker_info_t*> >&)'
test/encoding/ceph_dencoder-ceph_dencoder.o: in function `dencoderbase<rados::cls::lock::locker_info_t>::dump(ceph::formatter*)':
/home/username/projects/ceph/src/test/encoding/ceph_dencoder.cc:83: undefined reference to `rados::cls::lock::locker_info_t::dump(ceph::formatter*) const'
test/encoding/ceph_dencoder-ceph_dencoder.o: in function `dencoderbase<cls_lock_lock_op>::generate()':
/home/username/projects/ceph/src/test/encoding/ceph_dencoder.cc:87: undefined reference to `cls_lock_lock_op::generate_test_instances(std::list<cls_lock_lock_op*, std::allocator<cls_lock_lock_op*> >&)'
test/encoding/ceph_dencoder-ceph_dencoder.o: in function `dencoderbase<cls_lock_lock_op>::dump(ceph::formatter*)':
/home/username/projects/ceph/src/test/encoding/ceph_dencoder.cc:83: undefined reference to `cls_lock_lock_op::dump(ceph::formatter*) const'
test/encoding/ceph_dencoder-ceph_dencoder.o: in function `dencoderbase<cls_lock_unlock_op>::generate()':
/home/username/projects/ceph/src/test/encoding/ceph_dencoder.cc:87: undefined reference to `cls_lock_unlock_op::generate_test_instances(std::list<cls_lock_unlock_op*, std::allocator<cls_lock_unlock_op*> >&)'
test/encoding/ceph_dencoder-ceph_dencoder.o: in function `dencoderbase<cls_lock_unlock_op>::dump(ceph::formatter*)':
/home/username/projects/ceph/src/test/encoding/ceph_dencoder.cc:83: undefined reference to `cls_lock_unlock_op::dump(ceph::formatter*) const'
test/encoding/ceph_dencoder-ceph_dencoder.o: in function `dencoderbase<cls_lock_break_op>::generate()':
/home/username/projects/ceph/src/test/encoding/ceph_dencoder.cc:87: undefined reference to `cls_lock_break_op::generate_test_instances(std::list<cls_lock_break_op*, std::allocator<cls_lock_break_op*> >&)'
test/encoding/ceph_dencoder-ceph_dencoder.o: in function `dencoderbase<cls_lock_break_op>::dump(ceph::formatter*)':
/home/username/projects/ceph/src/test/encoding/ceph_dencoder.cc:83: undefined reference to `cls_lock_break_op::dump(ceph::formatter*) const'
test/encoding/ceph_dencoder-ceph_dencoder.o: in function `dencoderbase<cls_lock_get_info_op>::generate()':
/home/username/projects/ceph/src/test/encoding/ceph_dencoder.cc:87: undefined reference to `cls_lock_get_info_op::generate_test_instances(std::list<cls_lock_get_info_op*, std::allocator<cls_lock_get_info_op*> >&)'
test/encoding/ceph_dencoder-ceph_dencoder.o: in function `dencoderbase<cls_lock_get_info_op>::dump(ceph::formatter*)':
/home/username/projects/ceph/src/test/encoding/ceph_dencoder.cc:83: undefined reference to `cls_lock_get_info_op::dump(ceph::formatter*) const'
test/encoding/ceph_dencoder-ceph_dencoder.o: in function `dencoderbase<cls_lock_get_info_reply>::generate()':
/home/username/projects/ceph/src/test/encoding/ceph_dencoder.cc:87: undefined reference to `cls_lock_get_info_reply::generate_test_instances(std::list<cls_lock_get_info_reply*, std::allocator<cls_lock_get_info_reply*> >&)'
test/encoding/ceph_dencoder-ceph_dencoder.o: in function `dencoderbase<cls_lock_get_info_reply>::dump(ceph::formatter*)':
/home/username/projects/ceph/src/test/encoding/ceph_dencoder.cc:83: undefined reference to `cls_lock_get_info_reply::dump(ceph::formatter*) const'
test/encoding/ceph_dencoder-ceph_dencoder.o: in function `dencoderbase<cls_lock_list_locks_reply>::generate()':
/home/username/projects/ceph/src/test/encoding/ceph_dencoder.cc:87: undefined reference to `cls_lock_list_locks_reply::generate_test_instances(std::list<cls_lock_list_locks_reply*, std::allocator<cls_lock_list_locks_reply*> >&)'
test/encoding/ceph_dencoder-ceph_dencoder.o: in function `dencoderbase<cls_lock_list_locks_reply>::dump(ceph::formatter*)':
/home/username/projects/ceph/src/test/encoding/ceph_dencoder.cc:83: undefined reference to `cls_lock_list_locks_reply::dump(ceph::formatter*) const'
test/encoding/ceph_dencoder-ceph_dencoder.o: in function `dencoderbase<cls_replica_log_item_marker>::generate()':
/home/username/projects/ceph/src/test/encoding/ceph_dencoder.cc:87: undefined reference to `cls_replica_log_item_marker::generate_test_instances(std::list<cls_replica_log_item_marker*, std::allocator<cls_replica_log_item_marker*> >&)'
test/encoding/ceph_dencoder-ceph_dencoder.o: in function `dencoderbase<cls_replica_log_item_marker>::dump(ceph::formatter*)':
/home/username/projects/ceph/src/test/encoding/ceph_dencoder.cc:83: undefined reference to `cls_replica_log_item_marker::dump(ceph::formatter*) const'
test/encoding/ceph_dencoder-ceph_dencoder.o: in function `dencoderbase<cls_replica_log_progress_marker>::generate()':
/home/username/projects/ceph/src/test/encoding/ceph_dencoder.cc:87: undefined reference to `cls_replica_log_progress_marker::generate_test_instances(std::list<cls_replica_log_progress_marker*, std::allocator<cls_replica_log_progress_marker*> >&)'
test/encoding/ceph_dencoder-ceph_dencoder.o: in function `dencoderbase<cls_replica_log_progress_marker>::dump(ceph::formatter*)':
/home/username/projects/ceph/src/test/encoding/ceph_dencoder.cc:83: undefined reference to `cls_replica_log_progress_marker::dump(ceph::formatter*) const'
test/encoding/ceph_dencoder-ceph_dencoder.o: in function `dencoderbase<cls_replica_log_bound>::generate()':
/home/username/projects/ceph/src/test/encoding/ceph_dencoder.cc:87: undefined reference to `cls_replica_log_bound::generate_test_instances(std::list<cls_replica_log_bound*, std::allocator<cls_replica_log_bound*> >&)'
test/encoding/ceph_dencoder-ceph_dencoder.o: in function `dencoderbase<cls_replica_log_bound>::dump(ceph::formatter*)':
/home/username/projects/ceph/src/test/encoding/ceph_dencoder.cc:83: undefined reference to `cls_replica_log_bound::dump(ceph::formatter*) const'
test/encoding/ceph_dencoder-ceph_dencoder.o: in function `dencoderbase<cls_replica_log_delete_marker_op>::generate()':
/home/username/projects/ceph/src/test/encoding/ceph_dencoder.cc:87: undefined reference to `cls_replica_log_delete_marker_op::generate_test_instances(std::list<cls_replica_log_delete_marker_op*, std::allocator<cls_replica_log_delete_marker_op*> >&)'
test/encoding/ceph_dencoder-ceph_dencoder.o: in function `dencoderbase<cls_replica_log_delete_marker_op>::dump(ceph::formatter*)':
/home/username/projects/ceph/src/test/encoding/ceph_dencoder.cc:83: undefined reference to `cls_replica_log_delete_marker_op::dump(ceph::formatter*) const'
test/encoding/ceph_dencoder-ceph_dencoder.o: in function `dencoderbase<cls_replica_log_set_marker_op>::generate()':
/home/username/projects/ceph/src/test/encoding/ceph_dencoder.cc:87: undefined reference to `cls_replica_log_set_marker_op::generate_test_instances(std::list<cls_replica_log_set_marker_op*, std::allocator<cls_replica_log_set_marker_op*> >&)'
test/encoding/ceph_dencoder-ceph_dencoder.o: in function `dencoderbase<cls_replica_log_set_marker_op>::dump(ceph::formatter*)':
/home/username/projects/ceph/src/test/encoding/ceph_dencoder.cc:83: undefined reference to `cls_replica_log_set_marker_op::dump(ceph::formatter*) const'
test/encoding/ceph_dencoder-ceph_dencoder.o: in function `dencoderbase<cls_replica_log_get_bounds_op>::generate()':
/home/username/projects/ceph/src/test/encoding/ceph_dencoder.cc:87: undefined reference to `cls_replica_log_get_bounds_op::generate_test_instances(std::list<cls_replica_log_get_bounds_op*, std::allocator<cls_replica_log_get_bounds_op*> >&)'
test/encoding/ceph_dencoder-ceph_dencoder.o: in function `dencoderbase<cls_replica_log_get_bounds_op>::dump(ceph::formatter*)':
/home/username/projects/ceph/src/test/encoding/ceph_dencoder.cc:83: undefined reference to `cls_replica_log_get_bounds_op::dump(ceph::formatter*) const'
test/encoding/ceph_dencoder-ceph_dencoder.o: in function `dencoderbase<cls_replica_log_get_bounds_ret>::generate()':
/home/username/projects/ceph/src/test/encoding/ceph_dencoder.cc:87: undefined reference to `cls_replica_log_get_bounds_ret::generate_test_instances(std::list<cls_replica_log_get_bounds_ret*, std::allocator<cls_replica_log_get_bounds_ret*> >&)'
test/encoding/ceph_dencoder-ceph_dencoder.o: in function `dencoderbase<cls_replica_log_get_bounds_ret>::dump(ceph::formatter*)':
/home/username/projects/ceph/src/test/encoding/ceph_dencoder.cc:83: undefined reference to `cls_replica_log_get_bounds_ret::dump(ceph::formatter*) const'
test/encoding/ceph_dencoder-ceph_dencoder.o: in function `dencoderbase<cls_refcount_get_op>::generate()':
/home/username/projects/ceph/src/test/encoding/ceph_dencoder.cc:87: undefined reference to `cls_refcount_get_op::generate_test_instances(std::list<cls_refcount_get_op*, std::allocator<cls_refcount_get_op*> >&)'
test/encoding/ceph_dencoder-ceph_dencoder.o: in function `dencoderbase<cls_refcount_get_op>::dump(ceph::formatter*)':
/home/username/projects/ceph/src/test/encoding/ceph_dencoder.cc:83: undefined reference to `cls_refcount_get_op::dump(ceph::formatter*) const'
test/encoding/ceph_dencoder-ceph_dencoder.o: in function `dencoderbase<cls_refcount_put_op>::generate()':
/home/username/projects/ceph/src/test/encoding/ceph_dencoder.cc:87: undefined reference to `cls_refcount_put_op::generate_test_instances(std::list<cls_refcount_put_op*, std::allocator<cls_refcount_put_op*> >&)'
test/encoding/ceph_dencoder-ceph_dencoder.o: in function `dencoderbase<cls_refcount_put_op>::dump(ceph::formatter*)':
/home/username/projects/ceph/src/test/encoding/ceph_dencoder.cc:83: undefined reference to `cls_refcount_put_op::dump(ceph::formatter*) const'
test/encoding/ceph_dencoder-ceph_dencoder.o: in function `dencoderbase<cls_refcount_read_op>::generate()':
/home/username/projects/ceph/src/test/encoding/ceph_dencoder.cc:87: undefined reference to `cls_refcount_read_op::generate_test_instances(std::list<cls_refcount_read_op*, std::allocator<cls_refcount_read_op*> >&)'
test/encoding/ceph_dencoder-ceph_dencoder.o: in function `dencoderbase<cls_refcount_read_op>::dump(ceph::formatter*)':
/home/username/projects/ceph/src/test/encoding/ceph_dencoder.cc:83: undefined reference to `cls_refcount_read_op::dump(ceph::formatter*) const'
test/encoding/ceph_dencoder-ceph_dencoder.o: in function `dencoderbase<cls_refcount_read_ret>::generate()':
/home/username/projects/ceph/src/test/encoding/ceph_dencoder.cc:87: undefined reference to `cls_refcount_read_ret::generate_test_instances(std::list<cls_refcount_read_ret*, std::allocator<cls_refcount_read_ret*> >&)'
test/encoding/ceph_dencoder-ceph_dencoder.o: in function `dencoderbase<cls_refcount_read_ret>::dump(ceph::formatter*)':
/home/username/projects/ceph/src/test/encoding/ceph_dencoder.cc:83: undefined reference to `cls_refcount_read_ret::dump(ceph::formatter*) const'
test/encoding/ceph_dencoder-ceph_dencoder.o: in function `dencoderbase<cls_refcount_set_op>::generate()':
/home/username/projects/ceph/src/test/encoding/ceph_dencoder.cc:87: undefined reference to `cls_refcount_set_op::generate_test_instances(std::list<cls_refcount_set_op*, std::allocator<cls_refcount_set_op*> >&)'
test/encoding/ceph_dencoder-ceph_dencoder.o: in function `dencoderbase<cls_refcount_set_op>::dump(ceph::formatter*)':
/home/username/projects/ceph/src/test/encoding/ceph_dencoder.cc:83: undefined reference to `cls_refcount_set_op::dump(ceph::formatter*) const'
collect2: error: ld returned 1 exit status
make[3]: *** [ceph-dencoder] error 1
make[3]: leaving directory `/home/username/projects/ceph/src'
make[2]: *** [all-recursive] error 1
make[2]: leaving directory `/home/username/projects/ceph/src'
make[1]: *** [all] error 2
make[1]: leaving directory `/home/username/projects/ceph/src'
make: *** [all-recursive] error 1
^ permalink raw reply [flat|nested] 29+ messages in thread
* Re: compilation error
2013-09-13 16:06 compilation error Lluís Pàmies i Juárez
@ 2013-09-13 18:23 ` Roald van Loon
2013-09-13 19:04 ` Lluís Pàmies i Juárez
0 siblings, 1 reply; 29+ messages in thread
From: Roald van Loon @ 2013-09-13 18:23 UTC (permalink / raw)
To: Lluís Pàmies i Juárez; +Cc: ceph-devel@vger.kernel.org
Hi,
I haven't seen this error before. What's your git version? And could
you give us your configure command, config.status file and the output
of a make V=1?
Roald
On Fri, Sep 13, 2013 at 6:06 PM, Lluís Pàmies i Juárez
<llpamies@pamies.cat> wrote:
> Hello,
>
> I'm having problems to compile the main git branch. I tried compiling
> from a new clone, and I get the same error. I attach a dump of the
> error. Does anyone else have this problem?
>
> --
> Lluís Pàmies i Juárez
> http://lluis.pamies.cat
--
To unsubscribe from this list: send the line "unsubscribe ceph-devel" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
^ permalink raw reply [flat|nested] 29+ messages in thread
* Re: compilation error
2013-09-13 18:23 ` Roald van Loon
@ 2013-09-13 19:04 ` Lluís Pàmies i Juárez
2013-09-13 19:50 ` Roald van Loon
0 siblings, 1 reply; 29+ messages in thread
From: Lluís Pàmies i Juárez @ 2013-09-13 19:04 UTC (permalink / raw)
To: Roald van Loon
Cc: Lluís Pàmies i Juárez, ceph-devel@vger.kernel.org
[-- Attachment #1: Type: text/plain, Size: 811 bytes --]
Hi Roald,
I'm using git version 1.8.1.2, and run a plain "./configure" with no extra args.
Thank you.
On Fri, Sep 13, 2013 at 11:23 AM, Roald van Loon <roaldvanloon@gmail.com> wrote:
> Hi,
>
> I haven't seen this error before. What's your git version? And could
> you give us your configure command, config.status file and the output
> of a make V=1?
>
> Roald
>
> On Fri, Sep 13, 2013 at 6:06 PM, Lluís Pàmies i Juárez
> <llpamies@pamies.cat> wrote:
>> Hello,
>>
>> I'm having problems to compile the main git branch. I tried compiling
>> from a new clone, and I get the same error. I attach a dump of the
>> error. Does anyone else have this problem?
>>
>> --
>> Lluís Pàmies i Juárez
>> http://lluis.pamies.cat
--
Lluís Pàmies i Juárez
http://lluis.pamies.cat
[-- Attachment #2: makedump.txt --]
[-- Type: text/plain, Size: 15198 bytes --]
username@machine:~/Projects/ceph$ make V=1
Making all in .
make[1]: Entering directory `/home/username/Projects/ceph'
make[1]: Nothing to be done for `all-am'.
make[1]: Leaving directory `/home/username/Projects/ceph'
Making all in src
make[1]: Entering directory `/home/username/Projects/ceph/src'
make all-recursive
make[2]: Entering directory `/home/username/Projects/ceph/src'
Making all in ocf
make[3]: Entering directory `/home/username/Projects/ceph/src/ocf'
make[3]: Nothing to be done for `all'.
make[3]: Leaving directory `/home/username/Projects/ceph/src/ocf'
Making all in java
make[3]: Entering directory `/home/username/Projects/ceph/src/java'
make all-am
make[4]: Entering directory `/home/username/Projects/ceph/src/java'
make[4]: Nothing to be done for `all-am'.
make[4]: Leaving directory `/home/username/Projects/ceph/src/java'
make[3]: Leaving directory `/home/username/Projects/ceph/src/java'
make[3]: Entering directory `/home/username/Projects/ceph/src'
./check_version ./.git_version
./.git_version is up to date.
/bin/bash ../libtool --tag=CXX --mode=link g++ -D__CEPH__ -D_FILE_OFFSET_BITS=64 -D_REENTRANT -D_THREAD_SAFE -D__STDC_FORMAT_MACROS -D_GNU_SOURCE -rdynamic -Wall -Wtype-limits -Wignored-qualifiers -Winit-self -Wpointer-arith -Werror=format-security -fno-strict-aliasing -fsigned-char -DCEPH_LIBDIR=\"/usr/local/lib\" -Wnon-virtual-dtor -Wno-invalid-offsetof -Wstrict-null-sentinel -fno-builtin-malloc -fno-builtin-calloc -fno-builtin-realloc -fno-builtin-free -fno-var-tracking-assignments -g -O2 -Wl,--as-needed -latomic_ops -o ceph-dencoder test/encoding/ceph_dencoder-ceph_dencoder.o libosd.la libosdc.la libos.la -laio -lleveldb -lsnappy libperfglue.la -ltcmalloc libmds.la libperfglue.la -ltcmalloc libmon.la libperfglue.la -ltcmalloc libglobal.la -lpthread -lm -lcrypto++ -luuid -lm -lkeyutils -lrt -lboost_thread-mt -lleveldb -lsnappy
libtool: link: g++ -D__CEPH__ -D_FILE_OFFSET_BITS=64 -D_REENTRANT -D_THREAD_SAFE -D__STDC_FORMAT_MACROS -D_GNU_SOURCE -rdynamic -Wall -Wtype-limits -Wignored-qualifiers -Winit-self -Wpointer-arith -Werror=format-security -fno-strict-aliasing -fsigned-char -DCEPH_LIBDIR=\"/usr/local/lib\" -Wnon-virtual-dtor -Wno-invalid-offsetof -Wstrict-null-sentinel -fno-builtin-malloc -fno-builtin-calloc -fno-builtin-realloc -fno-builtin-free -fno-var-tracking-assignments -g -O2 -Wl,--as-needed -o ceph-dencoder test/encoding/ceph_dencoder-ceph_dencoder.o /usr/lib/libatomic_ops.a ./.libs/libosd.a ./.libs/libosdc.a ./.libs/libos.a ./.libs/libmds.a ./.libs/libmon.a -laio ./.libs/libperfglue.a -ltcmalloc ./.libs/libglobal.a -lpthread -lcrypto++ -luuid -lm -lkeyutils -lrt -lboost_thread-mt -lleveldb -lsnappy
test/encoding/ceph_dencoder-ceph_dencoder.o: In function `DencoderBase<rados::cls::lock::locker_id_t>::generate()':
/home/username/Projects/ceph/src/test/encoding/ceph_dencoder.cc:87: undefined reference to `rados::cls::lock::locker_id_t::generate_test_instances(std::list<rados::cls::lock::locker_id_t*, std::allocator<rados::cls::lock::locker_id_t*> >&)'
test/encoding/ceph_dencoder-ceph_dencoder.o: In function `DencoderBase<rados::cls::lock::locker_id_t>::dump(ceph::Formatter*)':
/home/username/Projects/ceph/src/test/encoding/ceph_dencoder.cc:83: undefined reference to `rados::cls::lock::locker_id_t::dump(ceph::Formatter*) const'
test/encoding/ceph_dencoder-ceph_dencoder.o: In function `DencoderBase<rados::cls::lock::locker_info_t>::generate()':
/home/username/Projects/ceph/src/test/encoding/ceph_dencoder.cc:87: undefined reference to `rados::cls::lock::locker_info_t::generate_test_instances(std::list<rados::cls::lock::locker_info_t*, std::allocator<rados::cls::lock::locker_info_t*> >&)'
test/encoding/ceph_dencoder-ceph_dencoder.o: In function `DencoderBase<rados::cls::lock::locker_info_t>::dump(ceph::Formatter*)':
/home/username/Projects/ceph/src/test/encoding/ceph_dencoder.cc:83: undefined reference to `rados::cls::lock::locker_info_t::dump(ceph::Formatter*) const'
test/encoding/ceph_dencoder-ceph_dencoder.o: In function `DencoderBase<cls_lock_lock_op>::generate()':
/home/username/Projects/ceph/src/test/encoding/ceph_dencoder.cc:87: undefined reference to `cls_lock_lock_op::generate_test_instances(std::list<cls_lock_lock_op*, std::allocator<cls_lock_lock_op*> >&)'
test/encoding/ceph_dencoder-ceph_dencoder.o: In function `DencoderBase<cls_lock_lock_op>::dump(ceph::Formatter*)':
/home/username/Projects/ceph/src/test/encoding/ceph_dencoder.cc:83: undefined reference to `cls_lock_lock_op::dump(ceph::Formatter*) const'
test/encoding/ceph_dencoder-ceph_dencoder.o: In function `DencoderBase<cls_lock_unlock_op>::generate()':
/home/username/Projects/ceph/src/test/encoding/ceph_dencoder.cc:87: undefined reference to `cls_lock_unlock_op::generate_test_instances(std::list<cls_lock_unlock_op*, std::allocator<cls_lock_unlock_op*> >&)'
test/encoding/ceph_dencoder-ceph_dencoder.o: In function `DencoderBase<cls_lock_unlock_op>::dump(ceph::Formatter*)':
/home/username/Projects/ceph/src/test/encoding/ceph_dencoder.cc:83: undefined reference to `cls_lock_unlock_op::dump(ceph::Formatter*) const'
test/encoding/ceph_dencoder-ceph_dencoder.o: In function `DencoderBase<cls_lock_break_op>::generate()':
/home/username/Projects/ceph/src/test/encoding/ceph_dencoder.cc:87: undefined reference to `cls_lock_break_op::generate_test_instances(std::list<cls_lock_break_op*, std::allocator<cls_lock_break_op*> >&)'
test/encoding/ceph_dencoder-ceph_dencoder.o: In function `DencoderBase<cls_lock_break_op>::dump(ceph::Formatter*)':
/home/username/Projects/ceph/src/test/encoding/ceph_dencoder.cc:83: undefined reference to `cls_lock_break_op::dump(ceph::Formatter*) const'
test/encoding/ceph_dencoder-ceph_dencoder.o: In function `DencoderBase<cls_lock_get_info_op>::generate()':
/home/username/Projects/ceph/src/test/encoding/ceph_dencoder.cc:87: undefined reference to `cls_lock_get_info_op::generate_test_instances(std::list<cls_lock_get_info_op*, std::allocator<cls_lock_get_info_op*> >&)'
test/encoding/ceph_dencoder-ceph_dencoder.o: In function `DencoderBase<cls_lock_get_info_op>::dump(ceph::Formatter*)':
/home/username/Projects/ceph/src/test/encoding/ceph_dencoder.cc:83: undefined reference to `cls_lock_get_info_op::dump(ceph::Formatter*) const'
test/encoding/ceph_dencoder-ceph_dencoder.o: In function `DencoderBase<cls_lock_get_info_reply>::generate()':
/home/username/Projects/ceph/src/test/encoding/ceph_dencoder.cc:87: undefined reference to `cls_lock_get_info_reply::generate_test_instances(std::list<cls_lock_get_info_reply*, std::allocator<cls_lock_get_info_reply*> >&)'
test/encoding/ceph_dencoder-ceph_dencoder.o: In function `DencoderBase<cls_lock_get_info_reply>::dump(ceph::Formatter*)':
/home/username/Projects/ceph/src/test/encoding/ceph_dencoder.cc:83: undefined reference to `cls_lock_get_info_reply::dump(ceph::Formatter*) const'
test/encoding/ceph_dencoder-ceph_dencoder.o: In function `DencoderBase<cls_lock_list_locks_reply>::generate()':
/home/username/Projects/ceph/src/test/encoding/ceph_dencoder.cc:87: undefined reference to `cls_lock_list_locks_reply::generate_test_instances(std::list<cls_lock_list_locks_reply*, std::allocator<cls_lock_list_locks_reply*> >&)'
test/encoding/ceph_dencoder-ceph_dencoder.o: In function `DencoderBase<cls_lock_list_locks_reply>::dump(ceph::Formatter*)':
/home/username/Projects/ceph/src/test/encoding/ceph_dencoder.cc:83: undefined reference to `cls_lock_list_locks_reply::dump(ceph::Formatter*) const'
test/encoding/ceph_dencoder-ceph_dencoder.o: In function `DencoderBase<cls_replica_log_item_marker>::generate()':
/home/username/Projects/ceph/src/test/encoding/ceph_dencoder.cc:87: undefined reference to `cls_replica_log_item_marker::generate_test_instances(std::list<cls_replica_log_item_marker*, std::allocator<cls_replica_log_item_marker*> >&)'
test/encoding/ceph_dencoder-ceph_dencoder.o: In function `DencoderBase<cls_replica_log_item_marker>::dump(ceph::Formatter*)':
/home/username/Projects/ceph/src/test/encoding/ceph_dencoder.cc:83: undefined reference to `cls_replica_log_item_marker::dump(ceph::Formatter*) const'
test/encoding/ceph_dencoder-ceph_dencoder.o: In function `DencoderBase<cls_replica_log_progress_marker>::generate()':
/home/username/Projects/ceph/src/test/encoding/ceph_dencoder.cc:87: undefined reference to `cls_replica_log_progress_marker::generate_test_instances(std::list<cls_replica_log_progress_marker*, std::allocator<cls_replica_log_progress_marker*> >&)'
test/encoding/ceph_dencoder-ceph_dencoder.o: In function `DencoderBase<cls_replica_log_progress_marker>::dump(ceph::Formatter*)':
/home/username/Projects/ceph/src/test/encoding/ceph_dencoder.cc:83: undefined reference to `cls_replica_log_progress_marker::dump(ceph::Formatter*) const'
test/encoding/ceph_dencoder-ceph_dencoder.o: In function `DencoderBase<cls_replica_log_bound>::generate()':
/home/username/Projects/ceph/src/test/encoding/ceph_dencoder.cc:87: undefined reference to `cls_replica_log_bound::generate_test_instances(std::list<cls_replica_log_bound*, std::allocator<cls_replica_log_bound*> >&)'
test/encoding/ceph_dencoder-ceph_dencoder.o: In function `DencoderBase<cls_replica_log_bound>::dump(ceph::Formatter*)':
/home/username/Projects/ceph/src/test/encoding/ceph_dencoder.cc:83: undefined reference to `cls_replica_log_bound::dump(ceph::Formatter*) const'
test/encoding/ceph_dencoder-ceph_dencoder.o: In function `DencoderBase<cls_replica_log_delete_marker_op>::generate()':
/home/username/Projects/ceph/src/test/encoding/ceph_dencoder.cc:87: undefined reference to `cls_replica_log_delete_marker_op::generate_test_instances(std::list<cls_replica_log_delete_marker_op*, std::allocator<cls_replica_log_delete_marker_op*> >&)'
test/encoding/ceph_dencoder-ceph_dencoder.o: In function `DencoderBase<cls_replica_log_delete_marker_op>::dump(ceph::Formatter*)':
/home/username/Projects/ceph/src/test/encoding/ceph_dencoder.cc:83: undefined reference to `cls_replica_log_delete_marker_op::dump(ceph::Formatter*) const'
test/encoding/ceph_dencoder-ceph_dencoder.o: In function `DencoderBase<cls_replica_log_set_marker_op>::generate()':
/home/username/Projects/ceph/src/test/encoding/ceph_dencoder.cc:87: undefined reference to `cls_replica_log_set_marker_op::generate_test_instances(std::list<cls_replica_log_set_marker_op*, std::allocator<cls_replica_log_set_marker_op*> >&)'
test/encoding/ceph_dencoder-ceph_dencoder.o: In function `DencoderBase<cls_replica_log_set_marker_op>::dump(ceph::Formatter*)':
/home/username/Projects/ceph/src/test/encoding/ceph_dencoder.cc:83: undefined reference to `cls_replica_log_set_marker_op::dump(ceph::Formatter*) const'
test/encoding/ceph_dencoder-ceph_dencoder.o: In function `DencoderBase<cls_replica_log_get_bounds_op>::generate()':
/home/username/Projects/ceph/src/test/encoding/ceph_dencoder.cc:87: undefined reference to `cls_replica_log_get_bounds_op::generate_test_instances(std::list<cls_replica_log_get_bounds_op*, std::allocator<cls_replica_log_get_bounds_op*> >&)'
test/encoding/ceph_dencoder-ceph_dencoder.o: In function `DencoderBase<cls_replica_log_get_bounds_op>::dump(ceph::Formatter*)':
/home/username/Projects/ceph/src/test/encoding/ceph_dencoder.cc:83: undefined reference to `cls_replica_log_get_bounds_op::dump(ceph::Formatter*) const'
test/encoding/ceph_dencoder-ceph_dencoder.o: In function `DencoderBase<cls_replica_log_get_bounds_ret>::generate()':
/home/username/Projects/ceph/src/test/encoding/ceph_dencoder.cc:87: undefined reference to `cls_replica_log_get_bounds_ret::generate_test_instances(std::list<cls_replica_log_get_bounds_ret*, std::allocator<cls_replica_log_get_bounds_ret*> >&)'
test/encoding/ceph_dencoder-ceph_dencoder.o: In function `DencoderBase<cls_replica_log_get_bounds_ret>::dump(ceph::Formatter*)':
/home/username/Projects/ceph/src/test/encoding/ceph_dencoder.cc:83: undefined reference to `cls_replica_log_get_bounds_ret::dump(ceph::Formatter*) const'
test/encoding/ceph_dencoder-ceph_dencoder.o: In function `DencoderBase<cls_refcount_get_op>::generate()':
/home/username/Projects/ceph/src/test/encoding/ceph_dencoder.cc:87: undefined reference to `cls_refcount_get_op::generate_test_instances(std::list<cls_refcount_get_op*, std::allocator<cls_refcount_get_op*> >&)'
test/encoding/ceph_dencoder-ceph_dencoder.o: In function `DencoderBase<cls_refcount_get_op>::dump(ceph::Formatter*)':
/home/username/Projects/ceph/src/test/encoding/ceph_dencoder.cc:83: undefined reference to `cls_refcount_get_op::dump(ceph::Formatter*) const'
test/encoding/ceph_dencoder-ceph_dencoder.o: In function `DencoderBase<cls_refcount_put_op>::generate()':
/home/username/Projects/ceph/src/test/encoding/ceph_dencoder.cc:87: undefined reference to `cls_refcount_put_op::generate_test_instances(std::list<cls_refcount_put_op*, std::allocator<cls_refcount_put_op*> >&)'
test/encoding/ceph_dencoder-ceph_dencoder.o: In function `DencoderBase<cls_refcount_put_op>::dump(ceph::Formatter*)':
/home/username/Projects/ceph/src/test/encoding/ceph_dencoder.cc:83: undefined reference to `cls_refcount_put_op::dump(ceph::Formatter*) const'
test/encoding/ceph_dencoder-ceph_dencoder.o: In function `DencoderBase<cls_refcount_read_op>::generate()':
/home/username/Projects/ceph/src/test/encoding/ceph_dencoder.cc:87: undefined reference to `cls_refcount_read_op::generate_test_instances(std::list<cls_refcount_read_op*, std::allocator<cls_refcount_read_op*> >&)'
test/encoding/ceph_dencoder-ceph_dencoder.o: In function `DencoderBase<cls_refcount_read_op>::dump(ceph::Formatter*)':
/home/username/Projects/ceph/src/test/encoding/ceph_dencoder.cc:83: undefined reference to `cls_refcount_read_op::dump(ceph::Formatter*) const'
test/encoding/ceph_dencoder-ceph_dencoder.o: In function `DencoderBase<cls_refcount_read_ret>::generate()':
/home/username/Projects/ceph/src/test/encoding/ceph_dencoder.cc:87: undefined reference to `cls_refcount_read_ret::generate_test_instances(std::list<cls_refcount_read_ret*, std::allocator<cls_refcount_read_ret*> >&)'
test/encoding/ceph_dencoder-ceph_dencoder.o: In function `DencoderBase<cls_refcount_read_ret>::dump(ceph::Formatter*)':
/home/username/Projects/ceph/src/test/encoding/ceph_dencoder.cc:83: undefined reference to `cls_refcount_read_ret::dump(ceph::Formatter*) const'
test/encoding/ceph_dencoder-ceph_dencoder.o: In function `DencoderBase<cls_refcount_set_op>::generate()':
/home/username/Projects/ceph/src/test/encoding/ceph_dencoder.cc:87: undefined reference to `cls_refcount_set_op::generate_test_instances(std::list<cls_refcount_set_op*, std::allocator<cls_refcount_set_op*> >&)'
test/encoding/ceph_dencoder-ceph_dencoder.o: In function `DencoderBase<cls_refcount_set_op>::dump(ceph::Formatter*)':
/home/username/Projects/ceph/src/test/encoding/ceph_dencoder.cc:83: undefined reference to `cls_refcount_set_op::dump(ceph::Formatter*) const'
collect2: error: ld returned 1 exit status
make[3]: *** [ceph-dencoder] Error 1
make[3]: Leaving directory `/home/username/Projects/ceph/src'
make[2]: *** [all-recursive] Error 1
make[2]: Leaving directory `/home/username/Projects/ceph/src'
make[1]: *** [all] Error 2
make[1]: Leaving directory `/home/username/Projects/ceph/src'
make: *** [all-recursive] Error 1
^ permalink raw reply [flat|nested] 29+ messages in thread
* Re: compilation error
2013-09-13 19:04 ` Lluís Pàmies i Juárez
@ 2013-09-13 19:50 ` Roald van Loon
2013-09-13 20:13 ` Roald van Loon
0 siblings, 1 reply; 29+ messages in thread
From: Roald van Loon @ 2013-09-13 19:50 UTC (permalink / raw)
To: Lluís Pàmies i Juárez; +Cc: ceph-devel@vger.kernel.org
Hi Lluis,
Something strange is happening here; seems like automake does not add
any of the library dependencies.
Is this only with ceph-dencoder, or also with other targets? Try a
"make clean", "./do_autogen.sh", and "make V=1 check". I'd really like
to see that output.
Roald
On Fri, Sep 13, 2013 at 9:04 PM, Lluís Pàmies i Juárez
<llpamies@pamies.cat> wrote:
> Hi Roald,
>
> I'm using git version 1.8.1.2, and run a plain "./configure" with no extra args.
>
> Thank you.
>
> On Fri, Sep 13, 2013 at 11:23 AM, Roald van Loon <roaldvanloon@gmail.com> wrote:
>> Hi,
>>
>> I haven't seen this error before. What's your git version? And could
>> you give us your configure command, config.status file and the output
>> of a make V=1?
>>
>> Roald
>>
>> On Fri, Sep 13, 2013 at 6:06 PM, Lluís Pàmies i Juárez
>> <llpamies@pamies.cat> wrote:
>>> Hello,
>>>
>>> I'm having problems to compile the main git branch. I tried compiling
>>> from a new clone, and I get the same error. I attach a dump of the
>>> error. Does anyone else have this problem?
>>>
>>> --
>>> Lluís Pàmies i Juárez
>>> http://lluis.pamies.cat
>
>
>
> --
> Lluís Pàmies i Juárez
> http://lluis.pamies.cat
--
To unsubscribe from this list: send the line "unsubscribe ceph-devel" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
^ permalink raw reply [flat|nested] 29+ messages in thread
* Re: compilation error
2013-09-13 19:50 ` Roald van Loon
@ 2013-09-13 20:13 ` Roald van Loon
2013-09-13 20:51 ` Lluís Pàmies i Juárez
0 siblings, 1 reply; 29+ messages in thread
From: Roald van Loon @ 2013-09-13 20:13 UTC (permalink / raw)
To: Lluís Pàmies i Juárez; +Cc: ceph-devel@vger.kernel.org
Oh, and I meant the sha hash you're using (so basically the output of
git rev-parse HEAD), so I can reproduce it... :-)
On Fri, Sep 13, 2013 at 9:50 PM, Roald van Loon <roaldvanloon@gmail.com> wrote:
> Hi Lluis,
>
> Something strange is happening here; seems like automake does not add
> any of the library dependencies.
>
> Is this only with ceph-dencoder, or also with other targets? Try a
> "make clean", "./do_autogen.sh", and "make V=1 check". I'd really like
> to see that output.
>
> Roald
>
>
> On Fri, Sep 13, 2013 at 9:04 PM, Lluís Pàmies i Juárez
> <llpamies@pamies.cat> wrote:
>> Hi Roald,
>>
>> I'm using git version 1.8.1.2, and run a plain "./configure" with no extra args.
>>
>> Thank you.
>>
>> On Fri, Sep 13, 2013 at 11:23 AM, Roald van Loon <roaldvanloon@gmail.com> wrote:
>>> Hi,
>>>
>>> I haven't seen this error before. What's your git version? And could
>>> you give us your configure command, config.status file and the output
>>> of a make V=1?
>>>
>>> Roald
>>>
>>> On Fri, Sep 13, 2013 at 6:06 PM, Lluís Pàmies i Juárez
>>> <llpamies@pamies.cat> wrote:
>>>> Hello,
>>>>
>>>> I'm having problems to compile the main git branch. I tried compiling
>>>> from a new clone, and I get the same error. I attach a dump of the
>>>> error. Does anyone else have this problem?
>>>>
>>>> --
>>>> Lluís Pàmies i Juárez
>>>> http://lluis.pamies.cat
>>
>>
>>
>> --
>> Lluís Pàmies i Juárez
>> http://lluis.pamies.cat
--
To unsubscribe from this list: send the line "unsubscribe ceph-devel" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
^ permalink raw reply [flat|nested] 29+ messages in thread
* Re: compilation error
2013-09-13 20:13 ` Roald van Loon
@ 2013-09-13 20:51 ` Lluís Pàmies i Juárez
0 siblings, 0 replies; 29+ messages in thread
From: Lluís Pàmies i Juárez @ 2013-09-13 20:51 UTC (permalink / raw)
To: Roald van Loon
Cc: Lluís Pàmies i Juárez, ceph-devel@vger.kernel.org
Roald,
When I did "./do_autogen.sh instead of "./autogen.sh" it worked. Thanks!
On Fri, Sep 13, 2013 at 1:13 PM, Roald van Loon <roaldvanloon@gmail.com> wrote:
> Oh, and I meant the sha hash you're using (so basically the output of
> git rev-parse HEAD), so I can reproduce it... :-)
>
> On Fri, Sep 13, 2013 at 9:50 PM, Roald van Loon <roaldvanloon@gmail.com> wrote:
>> Hi Lluis,
>>
>> Something strange is happening here; seems like automake does not add
>> any of the library dependencies.
>>
>> Is this only with ceph-dencoder, or also with other targets? Try a
>> "make clean", "./do_autogen.sh", and "make V=1 check". I'd really like
>> to see that output.
>>
>> Roald
>>
>>
>> On Fri, Sep 13, 2013 at 9:04 PM, Lluís Pàmies i Juárez
>> <llpamies@pamies.cat> wrote:
>>> Hi Roald,
>>>
>>> I'm using git version 1.8.1.2, and run a plain "./configure" with no extra args.
>>>
>>> Thank you.
>>>
>>> On Fri, Sep 13, 2013 at 11:23 AM, Roald van Loon <roaldvanloon@gmail.com> wrote:
>>>> Hi,
>>>>
>>>> I haven't seen this error before. What's your git version? And could
>>>> you give us your configure command, config.status file and the output
>>>> of a make V=1?
>>>>
>>>> Roald
>>>>
>>>> On Fri, Sep 13, 2013 at 6:06 PM, Lluís Pàmies i Juárez
>>>> <llpamies@pamies.cat> wrote:
>>>>> Hello,
>>>>>
>>>>> I'm having problems to compile the main git branch. I tried compiling
>>>>> from a new clone, and I get the same error. I attach a dump of the
>>>>> error. Does anyone else have this problem?
>>>>>
>>>>> --
>>>>> Lluís Pàmies i Juárez
>>>>> http://lluis.pamies.cat
>>>
>>>
>>>
>>> --
>>> Lluís Pàmies i Juárez
>>> http://lluis.pamies.cat
--
Lluís Pàmies i Juárez
http://lluis.pamies.cat
--
To unsubscribe from this list: send the line "unsubscribe ceph-devel" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
^ permalink raw reply [flat|nested] 29+ messages in thread
* Compilation error
@ 2010-06-25 6:15 Lars Bjørndal
0 siblings, 0 replies; 29+ messages in thread
From: Lars Bjørndal @ 2010-06-25 6:15 UTC (permalink / raw)
To: alsa-devel
I get the following output while trying to compile the alsa driver on my
Fedora 12 system. It worked well with the previous kernel version.
# ./alsa-compile.sh --install
File environment.base is cached.
> cd /tmp/alsa-compile-script
File environment.compile is cached.
alsa-driver tree alsa-driver-1.0.23.31.g2379a.273.g5b97d is present.
Reusing it.
Use './alsa-compile.sh --clean=alsa-driver' command to refetch and rebuild.
Sources unpacked to alsa-driver-1.0.23.31.g2379a.273.g5b97d
> cd alsa-driver-1.0.23.31.g2379a.273.g5b97d
Running make:
make dep
make[1]: Entering directory `/tmp/alsa-compile-script/alsa-driver-1.0.23.31.g2379a.273.g5b97d'
make[2]: Entering directory `/tmp/alsa-compile-script/alsa-driver-1.0.23.31.g2379a.273.g5b97d/include'
make -C sound prepare
make[3]: Entering directory `/tmp/alsa-compile-script/alsa-driver-1.0.23.31.g2379a.273.g5b97d/include/sound'
make prepare2
make[4]: Entering directory `/tmp/alsa-compile-script/alsa-driver-1.0.23.31.g2379a.273.g5b97d/include/sound'
make[4]: Nothing to be done for `prepare2'.
make[4]: Leaving directory `/tmp/alsa-compile-script/alsa-driver-1.0.23.31.g2379a.273.g5b97d/include/sound'
make[3]: Leaving directory `/tmp/alsa-compile-script/alsa-driver-1.0.23.31.g2379a.273.g5b97d/include/sound'
make[2]: Leaving directory `/tmp/alsa-compile-script/alsa-driver-1.0.23.31.g2379a.273.g5b97d/include'
...
make[2]: Entering directory `/tmp/alsa-compile-script/alsa-driver-1.0.23.31.g2379a.273.g5b97d/misc'
make[2]: Leaving directory `/tmp/alsa-compile-script/alsa-driver-1.0.23.31.g2379a.273.g5b97d/misc'
make[1]: Leaving directory `/tmp/alsa-compile-script/alsa-driver-1.0.23.31.g2379a.273.g5b97d'
make -C /lib/modules/2.6.32.14-127.fc12.i686.PAE/build SUBDIRS=/tmp/alsa-compile-script/alsa-driver-1.0.23.31.g2379a.273.g5b97d CPP="gcc -E" CC="gcc" modules
make[1]: Entering directory `/usr/src/kernels/2.6.32.14-127.fc12.i686.PAE'
CC [M] /tmp/alsa-compile-script/alsa-driver-1.0.23.31.g2379a.273.g5b97d/usb/misc/ua101.o
In file included from /tmp/alsa-compile-script/alsa-driver-1.0.23.31.g2379a.273.g5b97d/usb/misc/ua101.c:2:
/tmp/alsa-compile-script/alsa-driver-1.0.23.31.g2379a.273.g5b97d/usb/misc/../../alsa-kernel/usb/misc/ua101.c: In function 'alloc_stream_buffers':
/tmp/alsa-compile-script/alsa-driver-1.0.23.31.g2379a.273.g5b97d/usb/misc/../../alsa-kernel/usb/misc/ua101.c:1071: error: implicit declaration of function 'usb_alloc_coherent'
/tmp/alsa-compile-script/alsa-driver-1.0.23.31.g2379a.273.g5b97d/usb/misc/../../alsa-kernel/usb/misc/ua101.c:1072: warning: assignment makes pointer from integer without a cast
/tmp/alsa-compile-script/alsa-driver-1.0.23.31.g2379a.273.g5b97d/usb/misc/../../alsa-kernel/usb/misc/ua101.c: In function 'free_stream_buffers':
/tmp/alsa-compile-script/alsa-driver-1.0.23.31.g2379a.273.g5b97d/usb/misc/../../alsa-kernel/usb/misc/ua101.c:1092: error: implicit declaration of function 'usb_free_coherent'
/tmp/alsa-compile-script/alsa-driver-1.0.23.31.g2379a.273.g5b97d/usb/misc/../../alsa-kernel/usb/misc/ua101.c: In function 'ua101_card_free':
/tmp/alsa-compile-script/alsa-driver-1.0.23.31.g2379a.273.g5b97d/usb/misc/../../alsa-kernel/usb/misc/ua101.c:1172: warning: unused variable 'ua'
make[4]: *** [/tmp/alsa-compile-script/alsa-driver-1.0.23.31.g2379a.273.g5b97d/usb/misc/ua101.o] Error 1
make[3]: *** [/tmp/alsa-compile-script/alsa-driver-1.0.23.31.g2379a.273.g5b97d/usb/misc] Error 2
make[2]: *** [/tmp/alsa-compile-script/alsa-driver-1.0.23.31.g2379a.273.g5b97d/usb] Error 2
make[1]: *** [_module_/tmp/alsa-compile-script/alsa-driver-1.0.23.31.g2379a.273.g5b97d] Error 2
make[1]: Leaving directory `/usr/src/kernels/2.6.32.14-127.fc12.i686.PAE'
make: *** [compile] Error 2
Working directory /tmp/alsa-compile-script/alsa-driver-1.0.23.31.g2379a.273.g5b97d.
Compilation of alsa-driver failed.
Report this problem to the <alsa-devel@alsa-project.org> mailing list.
Lars
^ permalink raw reply [flat|nested] 29+ messages in thread
* compilation error
@ 2010-02-12 10:13 Niamathullah sharief
2010-02-12 12:20 ` Gary Thomas
0 siblings, 1 reply; 29+ messages in thread
From: Niamathullah sharief @ 2010-02-12 10:13 UTC (permalink / raw)
To: linux-omap
Hello,
can anyone tell me while compilaing "dbus-1.2.20" i am getting the
folllowing error
"checking for XML_ParserCreate_MM in -lexpat... no
configure: error: Could not find expat.h, check config.log for failed attempts"
what is wrong?what i should install?i installed libexpat also. still i
get the same error. please help me
^ permalink raw reply [flat|nested] 29+ messages in thread
* Re: compilation error
2010-02-12 10:13 compilation error Niamathullah sharief
@ 2010-02-12 12:20 ` Gary Thomas
2010-02-12 17:44 ` Koen Kooi
0 siblings, 1 reply; 29+ messages in thread
From: Gary Thomas @ 2010-02-12 12:20 UTC (permalink / raw)
To: Niamathullah sharief; +Cc: linux-omap
On 02/12/2010 03:13 AM, Niamathullah sharief wrote:
> Hello,
> can anyone tell me while compilaing "dbus-1.2.20" i am getting the
> folllowing error
> "checking for XML_ParserCreate_MM in -lexpat... no
> configure: error: Could not find expat.h, check config.log for failed attempts"
> what is wrong?what i should install?i installed libexpat also. still i
> get the same error. please help me
As previously mentioned, this list is for discussion of the
Linux kernel on OMAP, not user/support questions. You should
take them to a more appropriate list.
What higher level of software are you trying to run on your
OMAP board (distribution, if you want to call it that)?
Some examples might be:
* OpenEmbedded, Poky, etc
* 0xdroid, rowboat, etc
* Ubuntu
Each of these projects has their own user-level support lists
and you'll find much better answers there.
--
------------------------------------------------------------
Gary Thomas | Consulting for the
MLB Associates | Embedded world
------------------------------------------------------------
^ permalink raw reply [flat|nested] 29+ messages in thread
* Re: compilation error
2010-02-12 12:20 ` Gary Thomas
@ 2010-02-12 17:44 ` Koen Kooi
0 siblings, 0 replies; 29+ messages in thread
From: Koen Kooi @ 2010-02-12 17:44 UTC (permalink / raw)
To: Gary Thomas; +Cc: Niamathullah sharief, linux-omap
Op 12 feb 2010, om 13:20 heeft Gary Thomas het volgende geschreven:
> On 02/12/2010 03:13 AM, Niamathullah sharief wrote:
>> Hello,
>> can anyone tell me while compilaing "dbus-1.2.20" i am getting the
>> folllowing error
>> "checking for XML_ParserCreate_MM in -lexpat... no
>> configure: error: Could not find expat.h, check config.log for failed attempts"
>> what is wrong?what i should install?i installed libexpat also. still i
>> get the same error. please help me
>
> As previously mentioned, this list is for discussion of the
> Linux kernel on OMAP, not user/support questions. You should
> take them to a more appropriate list.
>
> What higher level of software are you trying to run on your
> OMAP board (distribution, if you want to call it that)?
> Some examples might be:
> * OpenEmbedded, Poky, etc
I must point out that OpenEmbedded is not a distro, it's a tool to make distros (e.g. like 'make', 'deb-build', 'portage', etc).
A distro that works well on OMAP3, built by OE, is angstrom.
regards,
Koen
^ permalink raw reply [flat|nested] 29+ messages in thread
* Re: Compilation Error
@ 2007-03-07 9:03 Shahar Frank
0 siblings, 0 replies; 29+ messages in thread
From: Shahar Frank @ 2007-03-07 9:03 UTC (permalink / raw)
To: kvm-devel-5NWGOfrQmneRv+LV9MX5uipxlwaOVQ5f
Cc: john.markh-Re5JQEeQqe8AvxtiuMwx3w
...
> usb-linux.o /home/johnm/kvm-15/qemu/usb-linux.c
> In file included from /home/johnm/kvm-15/qemu/usb-linux.c:29:
> /usr/include/linux/usbdevice_fs.h:49: error: variable or field
`__user' declared void
> /usr/include/linux/usbdevice_fs.h:49: error: syntax error before '*'
token
/
...
A workaround: include <linux/compiler.h> before usb-linux.c:29.
Shahar
-------------------------------------------------------------------------
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the chance to share your
opinions on IT & business topics through brief surveys-and earn cash
http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV
^ permalink raw reply [flat|nested] 29+ messages in thread
* Compilation Error
@ 2007-03-06 22:54 John Markh
[not found] ` <1173221670.15050.3.camel-WzFbyMo6myHT/s/qtBRgsA@public.gmane.org>
0 siblings, 1 reply; 29+ messages in thread
From: John Markh @ 2007-03-06 22:54 UTC (permalink / raw)
To: kvm-devel-5NWGOfrQmneRv+LV9MX5uipxlwaOVQ5f
[-- Attachment #1.1.1.1: Type: text/plain, Size: 17450 bytes --]
Hi,
I have tried to compile the source (after downgrading gcc to 3.4.6) and
constantly recieve the following error when running 'make':
SUSE-laptop:/home/johnm/kvm-15 # ./configure --prefix=/usr/local/kvm
--qemu-cc=gcc3.4.6
which: no texi2html in
(/usr/local/bin:/usr/bin:/sbin:/usr/X11R6/bin:/usr/sbin:/bin:/usr/games:/opt/gnome/bin:/opt/kde3/bin:/usr/lib/jvm/jre/bin:/usr/lib/mit/bin:/usr/lib/mit/sbin)
Install prefix /usr/local/kvm
BIOS directory /usr/local/kvm/share/qemu
binary directory /usr/local/kvm/bin
Manual directory /usr/local/kvm/share/man
ELF interp prefix /usr/gnemul/qemu-%M
Source path /home/johnm/kvm-15/qemu
C compiler gcc3.4.6
Host C compiler gcc
make make
install install
host CPU i386
host big endian no
target list i386-softmmu
gprof enabled no
profiler no
static build no
SDL support yes
SDL static link yes
mingw32 support no
Adlib support no
CoreAudio support no
ALSA support yes
DSound support no
FMOD support no
kqemu support no
kvm support yes
Documentation no
SUSE-laptop:/home/johnm/kvm-15 # make
make -C kernel
make[1]: Entering directory `/home/johnm/kvm-15/kernel'
make -C /lib/modules/2.6.18.2-34-default/build M=`pwd` "$@"
make[2]: Entering directory
`/usr/src/linux-2.6.18.2-34-obj/i386/default'
make -C ../../../linux-2.6.18.2-34
O=../linux-2.6.18.2-34-obj/i386/default
LD /home/johnm/kvm-15/kernel/built-in.o
CC [M] /home/johnm/kvm-15/kernel/svm.o
/home/johnm/kvm-15/kernel/svm.c:207: warning: ‘inject_db’ defined but
not used
CC [M] /home/johnm/kvm-15/kernel/vmx.o
CC [M] /home/johnm/kvm-15/kernel/vmx-debug.o
CC [M] /home/johnm/kvm-15/kernel/kvm_main.o
CC [M] /home/johnm/kvm-15/kernel/mmu.o
CC [M] /home/johnm/kvm-15/kernel/x86_emulate.o
LD [M] /home/johnm/kvm-15/kernel/kvm.o
LD [M] /home/johnm/kvm-15/kernel/kvm-intel.o
LD [M] /home/johnm/kvm-15/kernel/kvm-amd.o
Building modules, stage 2.
MODPOST
CC /home/johnm/kvm-15/kernel/kvm-amd.mod.o
LD [M] /home/johnm/kvm-15/kernel/kvm-amd.ko
CC /home/johnm/kvm-15/kernel/kvm-intel.mod.o
LD [M] /home/johnm/kvm-15/kernel/kvm-intel.ko
CC /home/johnm/kvm-15/kernel/kvm.mod.o
LD [M] /home/johnm/kvm-15/kernel/kvm.ko
make[2]: Leaving directory `/usr/src/linux-2.6.18.2-34-obj/i386/default'
make[1]: Leaving directory `/home/johnm/kvm-15/kernel'
make -C user
make[1]: Entering directory `/home/johnm/kvm-15/user'
cc -I /home/johnm/kvm-15/kernel/include -MMD -MF ./.kvmctl.d -g
-fomit-frame-pointer -Wall -c -o kvmctl.o kvmctl.c
cc -I /home/johnm/kvm-15/kernel/include -MMD -MF ./.main.d -g
-fomit-frame-pointer -Wall -c -o main.o main.c
main.c: In function ‘test_cpuid’:
main.c:29: warning: format ‘%lx’ expects type ‘long unsigned int’, but
argument 2 has type ‘unsigned int’
main.c: In function ‘test_try_push_interrupts’:
main.c:104: warning: control reaches end of non-void function
main.c: In function ‘main’:
main.c:195: warning: implicit declaration of function ‘strcmp’
main.c:194: warning: suggest explicit braces to avoid ambiguous ‘else’
cc kvmctl.o main.o -o kvmctl
ar rcs libkvm.a kvmctl.o
make[1]: Leaving directory `/home/johnm/kvm-15/user'
make -C qemu
make[1]: Entering directory `/home/johnm/kvm-15/qemu'
gcc3.4.6 -DQEMU_TOOL -I /home/johnm/kvm-15/qemu/../user -Wall -O2 -g
-fno-strict-aliasing -I. -D_GNU_SOURCE -D_FILE_OFFSET_BITS=64
-D_LARGEFILE_SOURCE -L /home/johnm/kvm-15/qemu/../user -g -o qemu-img
qemu-img.c cutils.c block.c block-raw.c block-cow.c block-qcow.c aes.c
block-vmdk.c block-cloop.c block-dmg.c block-bochs.c block-vpc.c
block-vvfat.c block-qcow2.c -lz -lrt
gcc -I /home/johnm/kvm-15/qemu/../user -Wall -O2 -g -fno-strict-aliasing
-I. -D_GNU_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -o dyngen
dyngen.c
make -C i386-softmmu all
make[2]: Entering directory `/home/johnm/kvm-15/qemu/i386-softmmu'
gcc3.4.6 -I /home/johnm/kvm-15/qemu/../user -Wall -O2 -g
-fno-strict-aliasing -I /home/johnm/kvm-15/kernel/include -I. -I..
-I/home/johnm/kvm-15/qemu/target-i386 -I/home/johnm/kvm-15/qemu
-D_GNU_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE
-I/home/johnm/kvm-15/qemu/fpu -DHAS_AUDIO
-I/home/johnm/kvm-15/qemu/slirp -c -o vl.o /home/johnm/kvm-15/qemu/vl.c
/home/johnm/kvm-15/qemu/vl.c: In function `cpu_save':
/home/johnm/kvm-15/qemu/vl.c:5267: warning: passing arg 2 of
`qemu_put_be32s' from incompatible pointer type
/home/johnm/kvm-15/qemu/vl.c: In function `cpu_load':
/home/johnm/kvm-15/qemu/vl.c:5418: warning: passing arg 2 of
`qemu_get_be32s' from incompatible pointer type
gcc3.4.6 -I /home/johnm/kvm-15/qemu/../user -Wall -O2 -g
-fno-strict-aliasing -I /home/johnm/kvm-15/kernel/include -I. -I..
-I/home/johnm/kvm-15/qemu/target-i386 -I/home/johnm/kvm-15/qemu
-D_GNU_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE
-I/home/johnm/kvm-15/qemu/fpu -DHAS_AUDIO
-I/home/johnm/kvm-15/qemu/slirp -c -o
osdep.o /home/johnm/kvm-15/qemu/osdep.c
gcc3.4.6 -I /home/johnm/kvm-15/qemu/../user -Wall -O2 -g
-fno-strict-aliasing -I /home/johnm/kvm-15/kernel/include -I. -I..
-I/home/johnm/kvm-15/qemu/target-i386 -I/home/johnm/kvm-15/qemu
-D_GNU_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE
-I/home/johnm/kvm-15/qemu/fpu -DHAS_AUDIO
-I/home/johnm/kvm-15/qemu/slirp -c -o
readline.o /home/johnm/kvm-15/qemu/readline.c
gcc3.4.6 -I /home/johnm/kvm-15/qemu/../user -Wall -O2 -g
-fno-strict-aliasing -I /home/johnm/kvm-15/kernel/include -I. -I..
-I/home/johnm/kvm-15/qemu/target-i386 -I/home/johnm/kvm-15/qemu
-D_GNU_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE
-I/home/johnm/kvm-15/qemu/fpu -DHAS_AUDIO
-I/home/johnm/kvm-15/qemu/slirp -c -o
monitor.o /home/johnm/kvm-15/qemu/monitor.c
gcc3.4.6 -I /home/johnm/kvm-15/qemu/../user -Wall -O2 -g
-fno-strict-aliasing -I /home/johnm/kvm-15/kernel/include -I. -I..
-I/home/johnm/kvm-15/qemu/target-i386 -I/home/johnm/kvm-15/qemu
-D_GNU_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE
-I/home/johnm/kvm-15/qemu/fpu -DHAS_AUDIO
-I/home/johnm/kvm-15/qemu/slirp -c -o
pci.o /home/johnm/kvm-15/qemu/hw/pci.c
gcc3.4.6 -I /home/johnm/kvm-15/qemu/../user -Wall -O2 -g
-fno-strict-aliasing -I /home/johnm/kvm-15/kernel/include -I. -I..
-I/home/johnm/kvm-15/qemu/target-i386 -I/home/johnm/kvm-15/qemu
-D_GNU_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE
-I/home/johnm/kvm-15/qemu/fpu -DHAS_AUDIO
-I/home/johnm/kvm-15/qemu/slirp -c -o
console.o /home/johnm/kvm-15/qemu/console.c
gcc3.4.6 -I /home/johnm/kvm-15/qemu/../user -Wall -O2 -g
-fno-strict-aliasing -I /home/johnm/kvm-15/kernel/include -I. -I..
-I/home/johnm/kvm-15/qemu/target-i386 -I/home/johnm/kvm-15/qemu
-D_GNU_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE
-I/home/johnm/kvm-15/qemu/fpu -DHAS_AUDIO
-I/home/johnm/kvm-15/qemu/slirp -c -o
loader.o /home/johnm/kvm-15/qemu/loader.c
gcc3.4.6 -I /home/johnm/kvm-15/qemu/../user -Wall -O2 -g
-fno-strict-aliasing -I /home/johnm/kvm-15/kernel/include -I. -I..
-I/home/johnm/kvm-15/qemu/target-i386 -I/home/johnm/kvm-15/qemu
-D_GNU_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE
-I/home/johnm/kvm-15/qemu/fpu -DHAS_AUDIO
-I/home/johnm/kvm-15/qemu/slirp -c -o
isa_mmio.o /home/johnm/kvm-15/qemu/hw/isa_mmio.c
gcc3.4.6 -I /home/johnm/kvm-15/qemu/../user -Wall -O2 -g
-fno-strict-aliasing -I /home/johnm/kvm-15/kernel/include -I. -I..
-I/home/johnm/kvm-15/qemu/target-i386 -I/home/johnm/kvm-15/qemu
-D_GNU_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE
-I/home/johnm/kvm-15/qemu/fpu -DHAS_AUDIO
-I/home/johnm/kvm-15/qemu/slirp -c -o
cutils.o /home/johnm/kvm-15/qemu/cutils.c
gcc3.4.6 -I /home/johnm/kvm-15/qemu/../user -Wall -O2 -g
-fno-strict-aliasing -I /home/johnm/kvm-15/kernel/include -I. -I..
-I/home/johnm/kvm-15/qemu/target-i386 -I/home/johnm/kvm-15/qemu
-D_GNU_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE
-I/home/johnm/kvm-15/qemu/fpu -DHAS_AUDIO
-I/home/johnm/kvm-15/qemu/slirp -c -o
migration.o /home/johnm/kvm-15/qemu/migration.c
gcc3.4.6 -I /home/johnm/kvm-15/qemu/../user -Wall -O2 -g
-fno-strict-aliasing -I /home/johnm/kvm-15/kernel/include -I. -I..
-I/home/johnm/kvm-15/qemu/target-i386 -I/home/johnm/kvm-15/qemu
-D_GNU_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE
-I/home/johnm/kvm-15/qemu/fpu -DHAS_AUDIO
-I/home/johnm/kvm-15/qemu/slirp -c -o
block.o /home/johnm/kvm-15/qemu/block.c
gcc3.4.6 -I /home/johnm/kvm-15/qemu/../user -Wall -O2 -g
-fno-strict-aliasing -I /home/johnm/kvm-15/kernel/include -I. -I..
-I/home/johnm/kvm-15/qemu/target-i386 -I/home/johnm/kvm-15/qemu
-D_GNU_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE
-I/home/johnm/kvm-15/qemu/fpu -DHAS_AUDIO
-I/home/johnm/kvm-15/qemu/slirp -c -o
block-raw.o /home/johnm/kvm-15/qemu/block-raw.c
gcc3.4.6 -I /home/johnm/kvm-15/qemu/../user -Wall -O2 -g
-fno-strict-aliasing -I /home/johnm/kvm-15/kernel/include -I. -I..
-I/home/johnm/kvm-15/qemu/target-i386 -I/home/johnm/kvm-15/qemu
-D_GNU_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE
-I/home/johnm/kvm-15/qemu/fpu -DHAS_AUDIO
-I/home/johnm/kvm-15/qemu/slirp -c -o
block-cow.o /home/johnm/kvm-15/qemu/block-cow.c
gcc3.4.6 -I /home/johnm/kvm-15/qemu/../user -Wall -O2 -g
-fno-strict-aliasing -I /home/johnm/kvm-15/kernel/include -I. -I..
-I/home/johnm/kvm-15/qemu/target-i386 -I/home/johnm/kvm-15/qemu
-D_GNU_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE
-I/home/johnm/kvm-15/qemu/fpu -DHAS_AUDIO
-I/home/johnm/kvm-15/qemu/slirp -c -o
block-qcow.o /home/johnm/kvm-15/qemu/block-qcow.c
gcc3.4.6 -I /home/johnm/kvm-15/qemu/../user -Wall -O2 -g
-fno-strict-aliasing -I /home/johnm/kvm-15/kernel/include -I. -I..
-I/home/johnm/kvm-15/qemu/target-i386 -I/home/johnm/kvm-15/qemu
-D_GNU_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE
-I/home/johnm/kvm-15/qemu/fpu -DHAS_AUDIO
-I/home/johnm/kvm-15/qemu/slirp -c -o
aes.o /home/johnm/kvm-15/qemu/aes.c
gcc3.4.6 -I /home/johnm/kvm-15/qemu/../user -Wall -O2 -g
-fno-strict-aliasing -I /home/johnm/kvm-15/kernel/include -I. -I..
-I/home/johnm/kvm-15/qemu/target-i386 -I/home/johnm/kvm-15/qemu
-D_GNU_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE
-I/home/johnm/kvm-15/qemu/fpu -DHAS_AUDIO
-I/home/johnm/kvm-15/qemu/slirp -c -o
block-vmdk.o /home/johnm/kvm-15/qemu/block-vmdk.c
gcc3.4.6 -I /home/johnm/kvm-15/qemu/../user -Wall -O2 -g
-fno-strict-aliasing -I /home/johnm/kvm-15/kernel/include -I. -I..
-I/home/johnm/kvm-15/qemu/target-i386 -I/home/johnm/kvm-15/qemu
-D_GNU_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE
-I/home/johnm/kvm-15/qemu/fpu -DHAS_AUDIO
-I/home/johnm/kvm-15/qemu/slirp -c -o
block-cloop.o /home/johnm/kvm-15/qemu/block-cloop.c
gcc3.4.6 -I /home/johnm/kvm-15/qemu/../user -Wall -O2 -g
-fno-strict-aliasing -I /home/johnm/kvm-15/kernel/include -I. -I..
-I/home/johnm/kvm-15/qemu/target-i386 -I/home/johnm/kvm-15/qemu
-D_GNU_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE
-I/home/johnm/kvm-15/qemu/fpu -DHAS_AUDIO
-I/home/johnm/kvm-15/qemu/slirp -c -o
block-dmg.o /home/johnm/kvm-15/qemu/block-dmg.c
gcc3.4.6 -I /home/johnm/kvm-15/qemu/../user -Wall -O2 -g
-fno-strict-aliasing -I /home/johnm/kvm-15/kernel/include -I. -I..
-I/home/johnm/kvm-15/qemu/target-i386 -I/home/johnm/kvm-15/qemu
-D_GNU_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE
-I/home/johnm/kvm-15/qemu/fpu -DHAS_AUDIO
-I/home/johnm/kvm-15/qemu/slirp -c -o
block-bochs.o /home/johnm/kvm-15/qemu/block-bochs.c
gcc3.4.6 -I /home/johnm/kvm-15/qemu/../user -Wall -O2 -g
-fno-strict-aliasing -I /home/johnm/kvm-15/kernel/include -I. -I..
-I/home/johnm/kvm-15/qemu/target-i386 -I/home/johnm/kvm-15/qemu
-D_GNU_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE
-I/home/johnm/kvm-15/qemu/fpu -DHAS_AUDIO
-I/home/johnm/kvm-15/qemu/slirp -c -o
block-vpc.o /home/johnm/kvm-15/qemu/block-vpc.c
gcc3.4.6 -I /home/johnm/kvm-15/qemu/../user -Wall -O2 -g
-fno-strict-aliasing -I /home/johnm/kvm-15/kernel/include -I. -I..
-I/home/johnm/kvm-15/qemu/target-i386 -I/home/johnm/kvm-15/qemu
-D_GNU_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE
-I/home/johnm/kvm-15/qemu/fpu -DHAS_AUDIO
-I/home/johnm/kvm-15/qemu/slirp -c -o
block-vvfat.o /home/johnm/kvm-15/qemu/block-vvfat.c
gcc3.4.6 -I /home/johnm/kvm-15/qemu/../user -Wall -O2 -g
-fno-strict-aliasing -I /home/johnm/kvm-15/kernel/include -I. -I..
-I/home/johnm/kvm-15/qemu/target-i386 -I/home/johnm/kvm-15/qemu
-D_GNU_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE
-I/home/johnm/kvm-15/qemu/fpu -DHAS_AUDIO
-I/home/johnm/kvm-15/qemu/slirp -c -o
block-qcow2.o /home/johnm/kvm-15/qemu/block-qcow2.c
gcc3.4.6 -I /home/johnm/kvm-15/qemu/../user -Wall -O2 -g
-fno-strict-aliasing -I /home/johnm/kvm-15/kernel/include -I. -I..
-I/home/johnm/kvm-15/qemu/target-i386 -I/home/johnm/kvm-15/qemu
-D_GNU_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE
-I/home/johnm/kvm-15/qemu/fpu -DHAS_AUDIO
-I/home/johnm/kvm-15/qemu/slirp -c -o
scsi-disk.o /home/johnm/kvm-15/qemu/hw/scsi-disk.c
gcc3.4.6 -I /home/johnm/kvm-15/qemu/../user -Wall -O2 -g
-fno-strict-aliasing -I /home/johnm/kvm-15/kernel/include -I. -I..
-I/home/johnm/kvm-15/qemu/target-i386 -I/home/johnm/kvm-15/qemu
-D_GNU_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE
-I/home/johnm/kvm-15/qemu/fpu -DHAS_AUDIO
-I/home/johnm/kvm-15/qemu/slirp -c -o
cdrom.o /home/johnm/kvm-15/qemu/hw/cdrom.c
gcc3.4.6 -I /home/johnm/kvm-15/qemu/../user -Wall -O2 -g
-fno-strict-aliasing -I /home/johnm/kvm-15/kernel/include -I. -I..
-I/home/johnm/kvm-15/qemu/target-i386 -I/home/johnm/kvm-15/qemu
-D_GNU_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE
-I/home/johnm/kvm-15/qemu/fpu -DHAS_AUDIO
-I/home/johnm/kvm-15/qemu/slirp -c -o
lsi53c895a.o /home/johnm/kvm-15/qemu/hw/lsi53c895a.c
gcc3.4.6 -I /home/johnm/kvm-15/qemu/../user -Wall -O2 -g
-fno-strict-aliasing -I /home/johnm/kvm-15/kernel/include -I. -I..
-I/home/johnm/kvm-15/qemu/target-i386 -I/home/johnm/kvm-15/qemu
-D_GNU_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE
-I/home/johnm/kvm-15/qemu/fpu -DHAS_AUDIO
-I/home/johnm/kvm-15/qemu/slirp -c -o
usb.o /home/johnm/kvm-15/qemu/hw/usb.c
gcc3.4.6 -I /home/johnm/kvm-15/qemu/../user -Wall -O2 -g
-fno-strict-aliasing -I /home/johnm/kvm-15/kernel/include -I. -I..
-I/home/johnm/kvm-15/qemu/target-i386 -I/home/johnm/kvm-15/qemu
-D_GNU_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE
-I/home/johnm/kvm-15/qemu/fpu -DHAS_AUDIO
-I/home/johnm/kvm-15/qemu/slirp -c -o
usb-hub.o /home/johnm/kvm-15/qemu/hw/usb-hub.c
gcc3.4.6 -I /home/johnm/kvm-15/qemu/../user -Wall -O2 -g
-fno-strict-aliasing -I /home/johnm/kvm-15/kernel/include -I. -I..
-I/home/johnm/kvm-15/qemu/target-i386 -I/home/johnm/kvm-15/qemu
-D_GNU_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE
-I/home/johnm/kvm-15/qemu/fpu -DHAS_AUDIO
-I/home/johnm/kvm-15/qemu/slirp -c -o
usb-linux.o /home/johnm/kvm-15/qemu/usb-linux.c
In file included from /home/johnm/kvm-15/qemu/usb-linux.c:29:
/usr/include/linux/usbdevice_fs.h:49: error: variable or field `__user'
declared void
/usr/include/linux/usbdevice_fs.h:49: error: syntax error before '*'
token
/usr/include/linux/usbdevice_fs.h:56: error: variable or field `__user'
declared void
/usr/include/linux/usbdevice_fs.h:56: error: syntax error before '*'
token
/usr/include/linux/usbdevice_fs.h:66: error: variable or field `__user'
declared void
/usr/include/linux/usbdevice_fs.h:66: error: syntax error before '*'
token
/usr/include/linux/usbdevice_fs.h:100: error: variable or field `__user'
declared void
/usr/include/linux/usbdevice_fs.h:100: error: syntax error before '*'
token
/usr/include/linux/usbdevice_fs.h:109: error: syntax error before '}'
token
/usr/include/linux/usbdevice_fs.h:116: error: variable or field `__user'
declared void
/usr/include/linux/usbdevice_fs.h:116: error: syntax error before '*'
token
/home/johnm/kvm-15/qemu/usb-linux.c: In function
`usb_host_handle_control':
/home/johnm/kvm-15/qemu/usb-linux.c:102: error: invalid application of
`sizeof' to incomplete type `usbdevfs_ctrltransfer'
/home/johnm/kvm-15/qemu/usb-linux.c: In function `usb_host_handle_data':
/home/johnm/kvm-15/qemu/usb-linux.c:119: error: storage size of 'bt'
isn't known
/home/johnm/kvm-15/qemu/usb-linux.c:131: error: invalid application of
`sizeof' to incomplete type `usbdevfs_bulktransfer'
/home/johnm/kvm-15/qemu/usb-linux.c:119: warning: unused variable `bt'
/home/johnm/kvm-15/qemu/usb-linux.c: In function `usb_host_device_open':
/home/johnm/kvm-15/qemu/usb-linux.c:198: error: storage size of 'ctrl'
isn't known
/home/johnm/kvm-15/qemu/usb-linux.c:201: error: invalid application of
`sizeof' to incomplete type `usbdevfs_ioctl'
/home/johnm/kvm-15/qemu/usb-linux.c:198: warning: unused variable `ctrl'
make[2]: *** [usb-linux.o] Error 1
make[2]: Leaving directory `/home/johnm/kvm-15/qemu/i386-softmmu'
make[1]: *** [subdir-i386-softmmu] Error 2
make[1]: Leaving directory `/home/johnm/kvm-15/qemu'
make: *** [qemu] Error 2
SUSE-laptop:/home/johnm/kvm-15 #
----------
Regard,
John Markh
E-mail
john.markh-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org
Web
http://jmarkh.blogspot.com/
VoIP
sip:john_markh-tyYYGtm0f/VWk0Htik3J/w@public.gmane.org
Telephone
+44 (0)208 3174875
+44 (0)7816 353066
Linux is not just a software, it is a state of mind...
[-- Attachment #1.1.1.2: Type: text/html, Size: 19825 bytes --]
[-- Attachment #1.1.2: opensuse.gif --]
[-- Type: image/gif, Size: 1474 bytes --]
[-- Attachment #1.2: This is a digitally signed message part --]
[-- Type: application/pgp-signature, Size: 189 bytes --]
[-- Attachment #2: Type: text/plain, Size: 345 bytes --]
-------------------------------------------------------------------------
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the chance to share your
opinions on IT & business topics through brief surveys-and earn cash
http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV
[-- Attachment #3: Type: text/plain, Size: 186 bytes --]
_______________________________________________
kvm-devel mailing list
kvm-devel-5NWGOfrQmneRv+LV9MX5uipxlwaOVQ5f@public.gmane.org
https://lists.sourceforge.net/lists/listinfo/kvm-devel
^ permalink raw reply [flat|nested] 29+ messages in thread* Two 2.6.20-rc5-rt2 issues
@ 2007-01-16 10:29 Rui Nuno Capela
2007-01-22 10:29 ` compilation error Alessio Igor Bogani
0 siblings, 1 reply; 29+ messages in thread
From: Rui Nuno Capela @ 2007-01-16 10:29 UTC (permalink / raw)
To: Ingo Molnar; +Cc: linux-rt-users
[-- Attachment #1: Type: text/plain, Size: 3479 bytes --]
Hi,
Sorry to interrupt :) I have two issues to report here, while running
2.6.20-rc5-rt2.
First one is about building for UP (CONFIG_SMP not set) on my old P4
laptop. As it seems, all my build attempts failed at the final link stage,
with undefined references to paravirt_enable. After disabling
CONFIG_PARAVIRT I get a similar failure, but this time for a couple kvm*
symbols. I could only get a clean build when CONFIG_SMP is set, which is
(IMHO) overkill for a machine which is neither HyperThread/SMT enabled nor
multi-core. Its plain dead UP and it used to run PREEMPT_RT kernels for a
long time now.
Second one is already about running SMP, on a Dual Core2 T7200, for which
the build goes fine but run-time is haunted by a crippling BUG:
BUG: unable to handle kernel NULL pointer dereference at virtual address
0000001c
printing eip:
c01181a5
*pde = 2e68e067
stopped custom tracer.
Oops: 0000 [#1]
PREEMPT SMP
Modules linked in: arc4 ecb blkcipher ieee80211_crypt_wep af_packet i915
drm rfcomm hidp l2cap bluetooth cpufreq_conservative cpufreq_ondemand
cpufreq_userspace cpufreq_powersave speedstep_centrino freq_table
snd_pcm_oss snd_mixer_oss snd_seq snd_seq_device button battery ac loop
dm_mod ohci1394 ieee1394 ipw3945 e100 mii sdhci ieee80211 mmc_core
ieee80211_crypt firmware_class ehci_hcd ide_cd snd_hda_intel snd_hda_codec
snd_pcm snd_timer i2c_i801 snd iTCO_wdt cdrom soundcore snd_page_alloc
intel_agp i2c_core agpgart uhci_hcd usbcore ext3 mbcache jbd sg edd fan
ahci libata piix thermal processor sd_mod scsi_mod ide_disk ide_core
CPU: 0
EIP: 0060:[<c01181a5>] Not tainted VLI
EFLAGS: 00010282 (2.6.20-rc5-rt2.0-smp #1)
EIP is at try_to_wake_up+0x11/0x395
eax: 00000000 ebx: dfc7f5c0 ecx: 00000000 edx: dfc5fee0
esi: 00000000 edi: dfc7fb76 ebp: dfc5fef0 esp: dfc5fea4
ds: 007b es: 007b ss: 0068 preempt: 00000001
Process IRQ-9 (pid: 56, ti=dfc5e000 task=dfc541f0 task.ti=dfc5e000)
Stack: 00003000 00000061 0000001f 00000100 00000000 00000000 00000000
00000000
00000002 00000001 00000000 00000000 dfc541f0 c03764c0 dfc541f0
c0102dad
dfc7f5c0 00000017 dfc7fb76 dfc5fefc c01185c8 00000000 c19faa40
c01fe568
Call Trace:
[<c0102dad>] __switch_to+0xcc/0x176
[<c01185c8>] wake_up_process+0x19/0x1b
[<c01fe568>] acpi_ec_gpe_handler+0x1f/0x53
[<c01ec6c6>] acpi_ev_gpe_dispatch+0x64/0x163
[<c01eca06>] acpi_ev_gpe_detect+0x94/0xd7
[<c01eb182>] acpi_ev_sci_xrupt_handler+0x12/0x19
[<c01e6091>] acpi_irq+0xb/0x14
[<c0142cf5>] handle_IRQ_event+0x4a/0xd2
[<c0143188>] thread_simple_irq+0x31/0x5f
[<c0143820>] do_irqd+0xe2/0x29e
[<c014373e>] do_irqd+0x0/0x29e
[<c012e2e3>] kthread+0xb2/0xdb
[<c012e231>] kthread+0x0/0xdb
[<c0104b13>] kernel_thread_helper+0x7/0x10
=======================
Code: 8b 5d f0 89 4f 40 89 5f 44 8b 55 e8 89 f8 83 c4 0c 5b 5e 5f 5d e9 24
e1 ff ff 55 89 e5 57 56 89 c6 53 83 ec 40 89 55 bc 8d 55 f0 <83> 78 1c 63
b8 00 00 00 00 0f 4f c1 89 45 b8 89 f0 e8 64 e1 ff
EIP: [<c01181a5>] try_to_wake_up+0x11/0x395 SS:ESP 0068:dfc5fea4
<3>hub 5-0:1.0: connect-debounce failed, port 6 disabled
Complete dmesg is attached.
I think this one is specific to this hardware combination, most probably
to some ACPI idiosyncrasy. Note that the system only gets partially
unresponsive but to my knowledge the only reasonable action to take on
this situation is forcing a reboot.
Any ideas on where to look would be much appreciated, as always.
Cheers.
--
rncbc aka Rui Nuno Capela
rncbc@rncbc.org
[-- Attachment #2: dmesg-2.6.20-rc5-rt2.0-smp.0.gz --]
[-- Type: application/x-gzip-compressed, Size: 8634 bytes --]
^ permalink raw reply [flat|nested] 29+ messages in thread* compilation error
2007-01-16 10:29 Two 2.6.20-rc5-rt2 issues Rui Nuno Capela
@ 2007-01-22 10:29 ` Alessio Igor Bogani
2007-01-22 10:54 ` Ingo Molnar
0 siblings, 1 reply; 29+ messages in thread
From: Alessio Igor Bogani @ 2007-01-22 10:29 UTC (permalink / raw)
To: linux-rt-users
Hi,
I have this error trying to compile a minimal 2.6.20-rc5-rt7 i386
kernel:
[...]
CHK include/linux/compile.h
UPD include/linux/compile.h
CC init/version.o
LD init/built-in.o
LD .tmp_vmlinux1
arch/i386/kernel/built-in.o: In function `init_intel':
intel.c:(.init.text+0x3c01): undefined reference to `paravirt_enabled'
make: *** [.tmp_vmlinux1] Error 1
With this trivial patch i can compile kernel successfully:
--- intel.c.orig 2007-01-22 11:03:06.000000000 +0100
+++ intel.c 2007-01-22 11:03:36.000000000 +0100
@@ -6,6 +6,7 @@
#include <linux/smp.h>
#include <linux/thread_info.h>
#include <linux/module.h>
+#include <linux/paravirt.h>
#include <asm/processor.h>
#include <asm/msr.h>
But i don't know if it is the best way to resolve this problem.
Ciao,
Alessio
^ permalink raw reply [flat|nested] 29+ messages in thread
* Re: compilation error
2007-01-22 10:29 ` compilation error Alessio Igor Bogani
@ 2007-01-22 10:54 ` Ingo Molnar
0 siblings, 0 replies; 29+ messages in thread
From: Ingo Molnar @ 2007-01-22 10:54 UTC (permalink / raw)
To: Alessio Igor Bogani; +Cc: linux-rt-users
* Alessio Igor Bogani <abogani@texware.it> wrote:
> With this trivial patch i can compile kernel successfully:
>
> --- intel.c.orig 2007-01-22 11:03:06.000000000 +0100
> +++ intel.c 2007-01-22 11:03:36.000000000 +0100
> @@ -6,6 +6,7 @@
> #include <linux/smp.h>
> #include <linux/thread_info.h>
> #include <linux/module.h>
> +#include <linux/paravirt.h>
>
> #include <asm/processor.h>
> #include <asm/msr.h>
>
> But i don't know if it is the best way to resolve this problem.
that's the best way i think - i've applied your patch.
Ingo
^ permalink raw reply [flat|nested] 29+ messages in thread
* Compilation Error
@ 2005-12-23 11:53 Prabhat_Singh
0 siblings, 0 replies; 29+ messages in thread
From: Prabhat_Singh @ 2005-12-23 11:53 UTC (permalink / raw)
To: linuxppc-embedded; +Cc: Prabhat_Singh
[-- Attachment #1: Type: text/plain, Size: 3091 bytes --]
Hi all,
I am building linux-2.4.32 kernel using ELDK tool for
MPC8248(MPC8272 family) based target board. After configuring kernel as
follow:
1)Make xconfig ARCH=ppc
Platform support:MPC8260 CPM support -y
MPC8272 family Support -y
Machine type : ADS8272
And after saving configuration ..
2)Make dep ARCH=ppc
3)Make bzImage ARCH=ppc
Now I am getting error like this..............
************************************************************************
**************************************
m /home/sibi/vpnporting/linux-2.4.32/include/linux/blk.h:4,
from m8260_setup.c:31:
/home/sibi/vpnporting/linux-2.4.32/include/asm/mpc8260.h:32:1: warning:
"PCI_DRAM_OFFSET" redefined
In file included from
/home/sibi/vpnporting/linux-2.4.32/include/asm/mpc8260.h:24,
from
/home/sibi/vpnporting/linux-2.4.32/include/asm/io.h:31,
from
/home/sibi/vpnporting/linux-2.4.32/include/linux/blkdev.h:11,
from
/home/sibi/vpnporting/linux-2.4.32/include/linux/blk.h:4,
from m8260_setup.c:31:
/home/sibi/vpnporting/linux-2.4.32/arch/ppc/platforms/pq2ads.h:85:1:
warning: this is the location of the previous
definitionm8260_setup.c:68: warning: `abort' was declared `extern' and
later `static'
m8260_setup.c: In function `abort':
m8260_setup.c:70: error: conflicting types for `xmon'
/home/sibi/vpnporting/linux-2.4.32/include/asm/system.h:49: error:
previous declaration of `xmon'
m8260_setup.c:70: warning: extern declaration of `xmon' doesn't match
global one
m8260_setup.c: In function `m8260_restart':
m8260_setup.c:129: warning: passing arg 1 of `m8260_gorom' makes pointer
from integer without a cast
m8260_setup.c: In function `m8260_show_percpuinfo':
m8260_setup.c:157: warning: int format, long unsigned int arg (arg 3)
m8260_setup.c:157: warning: int format, long unsigned int arg (arg 4)
m8260_setup.c:157: warning: int format, long unsigned int arg (arg 5)
m8260_setup.c: At top level:
m8260_setup.c:68: warning: `abort' defined but not used
make[1]: *** [m8260_setup.o] Error 1
make[1]: Leaving directory
`/home/sibi/vpnporting/linux-2.4.32/arch/ppc/kernel'
make: *** [_dir_arch/ppc/kernel] Error 2
If anyone encountered this type of problem please through light on this.
Thanks in advance
Thanks & Regards
Prabhat Singh
SE
Satyam Computer Services Ltd.
DISCLAIMER:
This email (including any attachments) is intended for the sole use of the intended recipient/s and may contain material that is CONFIDENTIAL AND PRIVATE COMPANY INFORMATION. Any review or reliance by others or copying or distribution or forwarding of any or all of the contents in this message is STRICTLY PROHIBITED. If you are not the intended recipient, please contact the sender by email and delete all copies; your cooperation in this regard is appreciated.
[-- Attachment #2: Type: text/html, Size: 12025 bytes --]
^ permalink raw reply [flat|nested] 29+ messages in thread* Compilation Error
@ 2005-10-11 19:51 Jeff Stevens
0 siblings, 0 replies; 29+ messages in thread
From: Jeff Stevens @ 2005-10-11 19:51 UTC (permalink / raw)
To: linuxppc-embedded
I am trying to cross compile one of our drivers at
work to run on both an AMCC 440SP platform (Luan2),
and an MPC8540 platform (MPC8540ADS). I am using the
ELDK compilers (ppc_4xx-gcc and ppc_85xx-gcc), and the
kernel.org 2.6.13 source. I was getting warnings
about implicit declarations for both dma_cache_wback
and dma_cache_inv. I went ahead and replaced them
with clean_dcache_range and invalidate_dcache_range
(since that is what they are #defined to), and
included cache.h. So then I was able to get through
the compilation without the implicit declaration
warnings, but now when it does MODPOST, I get warnings
about clean_dcache_range and invalidate_dcache_range
being undefined! This driver was originally written
for x86 platforms where dma_cache_wback and
dma_cache_inv both are #defined to inline funtions
within io.h. Has anyone else seen this? I'm sure
it's most likely an include issue, but I'm not sure
what else to include. I have tried dma-mapping.h and
cache.h? Any help would be greatly appreciated.
Also, if this is the wrong place for this post, what
is the correct place for this question?
Thanks,
Jeff Stevens
__________________________________
Yahoo! Mail - PC Magazine Editors' Choice 2005
http://mail.yahoo.com
^ permalink raw reply [flat|nested] 29+ messages in thread
* Compilation error
@ 2005-07-25 7:16 Susheel Raj
0 siblings, 0 replies; 29+ messages in thread
From: Susheel Raj @ 2005-07-25 7:16 UTC (permalink / raw)
To: David Wolfe; +Cc: linuxppc-embedded
Hi David,
I ams til trying to make Ethernet work :-(
Last time i compiled the kernel without including
some files but now included everything in Bestcomm
directory.
I am getting the following error which I could figure
out what? could you help me ...
ppc_82xx-ld -T arch/ppc/vmlinux.lds -Ttext 0xc0000000
-Bstatic arch/ppc/kernel/head.o
arch/ppc/kernel/idle_6xx.o init/main.o init/version.o
init/do_mounts.o \
--start-group \
arch/ppc/kernel/kernel.o
arch/ppc/platforms/platform.o
arch/ppc/mm/mm.oarch/ppc/lib/lib.o kernel/kernel.o
mm/mm.o fs/fs.o ipc/ipc.o \
drivers/char/char.o drivers/block/block.o
drivers/misc/misc.o drivers/net/net.o
drivers/ide/idedriver.o drivers/scsi/scsidrv.o
drivers/cdrom/driver.o drivers/sound/sounddrivers.o
drivers/pci/driver.o drivers/mtd/mtdlink.o
drivers/macintosh/macintosh.o drivers/video/video.o
drivers/usb/usbdrv.o drivers/media/media.o
arch/ppc/mgt_io/mgt_io.o drivers/mitron/mitron.o \
net/network.o \
/home/nuguru/linux_2_4_21_5200/lib/lib.a \
--end-group \
-o vmlinux
arch/ppc/mgt_io/mgt_io.o: In function
`mgt_sdma_fec_rx_task_setup':
arch/ppc/mgt_io/mgt_io.o(.text+0x3934): undefined
reference to `TaskSetup_TASK_FEC_RX'
arch/ppc/mgt_io/mgt_io.o(.text+0x3934): relocation
truncated to fit: R_PPC_REL24 TaskSetup_TASK_FEC_RX
arch/ppc/mgt_io/mgt_io.o: In function
`mgt_sdma_fec_tx_task_setup':
arch/ppc/mgt_io/mgt_io.o(.text+0x39cc): undefined
reference to `TaskSetup_TASK_FEC_TX'
arch/ppc/mgt_io/mgt_io.o(.text+0x39cc): relocation
truncated to fit: R_PPC_REL24 TaskSetup_TASK_FEC_TX
make: *** [vmlinux] Error 1
nuguru@SW-server:~/linux_2_4_21_5200$
As you know mgt_io is nothing but 5xxx_io for you and
the rest is same. It complains while it is linking
everything. I dint find anything like
"askSetup_TASK_FEC_RX" used in
mgt_sdma_fec_rx_task_setup() -->
arch/ppc/mgt_io/sdma.c.
What could be wrong here????
____________________________________________________
Start your day with Yahoo! - make it your home page
http://www.yahoo.com/r/hs
^ permalink raw reply [flat|nested] 29+ messages in thread* compilation error
@ 2005-05-19 6:24 marco
2005-05-19 6:24 ` Jean Delvare
0 siblings, 1 reply; 29+ messages in thread
From: marco @ 2005-05-19 6:24 UTC (permalink / raw)
To: lm-sensors
Hi all. I'm very new to this and I must say that I understand about
nothing in sensors and i2c etc...
But I have a problem with my cooling fan since I migred to debian. The
fan doesn't stop. I'm looking for a solution to make it works as it
works on macosx...
Then I try to compile lm-sensor in the hope it will provide me some
feature to do this...
I've compiled 2.4 benh kernel (ben1) without i2c modules
i2c-2.8.2 compile and installs well.
Now lm_sensors-2.8.2...
I checked for the includes dir.
ls -l /usr/local/include
total 0
lrwxrwxrwx 1 root staff 28 2003-05-27 17:12 linux ->
/usr/src/linux/include/linux
I try to make clean i2c, lm_sensors, the kernel tree etc. But I still
have the error :
..
gcc -M -MG -D__SMP__ -DMODVERSIONS -include
/lib/modules/2.4.23-ben1/build/include/linux/modversions.h -D__KERNEL__
-DMODULE -DEXPORT_SYMTAB -fomit-frame-pointer -I. -Ikernel/include
-I/usr/local/include -I/lib/modules/2.4.23-ben1/build/include -nostdinc
-I /usr/lib/gcc-lib/powerpc-linux/3.3.3/include -Wall -O2
kernel/busses/i2c-nforce2.c | \
sed -e 's@^\(.*\)\.o:@kernel/busses/i2c-nforce2.d
kernel/busses/i2c-nforce2.o: Makefile '`dirname
kernel/busses/i2c-nforce2.d`/Module.mk' @' > kernel/busses/i2c-nforce2.d
cat kernel/include/sensors.h.template > kernel/include/sensors.h
awk '/SENSORS SYSCTL START/,/SENSORS SYSCTL END/' kernel/chips/*.c >>
kernel/include/sensors.h
echo '#endif' >> kernel/include/sensors.h
gcc -M -MG -I. -Ikernel/include -I/usr/local/include -Wall -O2
prog/sensors/chips.c | \
sed -e 's@^\(.*\)\.o:@prog/sensors/chips.rd
prog/sensors/chips.ro: Makefile '`dirname
prog/sensors/chips.rd`/Module.mk' @' > prog/sensors/chips.rd
make: *** No rule to make target `sys/io.h', needed by
`prog/dump/isadump.rd'. Stop.
Could someone help me. Or give me some pointers to any solution for
managing the fan on g4 1ghz (the mirror one;))
thanks
--
marco
--
Cl? PGP publique : http://iftbqp.mine.nu/marco.asc
-------------- next part --------------
A non-text attachment was scrubbed...
Name: not available
Type: application/pgp-signature
Size: 189 bytes
Desc: not available
Url : http://lists.lm-sensors.org/pipermail/lm-sensors/attachments/20031223/f3496f65/attachment.bin
^ permalink raw reply [flat|nested] 29+ messages in thread* compilation error
2005-05-19 6:24 compilation error marco
@ 2005-05-19 6:24 ` Jean Delvare
0 siblings, 0 replies; 29+ messages in thread
From: Jean Delvare @ 2005-05-19 6:24 UTC (permalink / raw)
To: lm-sensors
[MDS, read below please.]
> I checked for the includes dir.
> ls -l /usr/local/include
> total 0
> lrwxrwxrwx 1 root staff 28 2003-05-27 17:12 linux ->
> /usr/src/linux/include/linux
This is wrong AFAIK. Your should not have such a link. If you have an
"asm" link here too, you shouldn't either. You must have two sets of
linux+asm includes. One in /usr/include, that matches the ones your libc
was build with. And one in /usr/src/linux/include (or whatever) with the
ones for your running kernel. The first ones should *not* be symlinks
pointing to the second ones. They must all be read directories.
I know that old systems do it that way but that's bad and it is known
that i2c and lm_sensors have difficulties building in these conditions.
Still...
> I try to make clean i2c, lm_sensors, the kernel tree etc. But I still
> have the error :
>
> ..
> gcc -M -MG -D__SMP__ -DMODVERSIONS -include
> /lib/modules/2.4.23-ben1/build/include/linux/modversions.h
> -D__KERNEL__-DMODULE -DEXPORT_SYMTAB -fomit-frame-pointer -I.
> -Ikernel/include-I/usr/local/include
> -I/lib/modules/2.4.23-ben1/build/include -nostdinc-I
> /usr/lib/gcc-lib/powerpc-linux/3.3.3/include -Wall -O2
> kernel/busses/i2c-nforce2.c | \
> sed -e 's@^\(.*\)\.o:@kernel/busses/i2c-nforce2.d
> kernel/busses/i2c-nforce2.o: Makefile '`dirname
> kernel/busses/i2c-nforce2.d`/Module.mk' @' >
> kernel/busses/i2c-nforce2.d cat kernel/include/sensors.h.template >
> kernel/include/sensors.h awk '/SENSORS SYSCTL START/,/SENSORS SYSCTL
> END/' kernel/chips/*.c >> kernel/include/sensors.h
> echo '#endif' >> kernel/include/sensors.h
> gcc -M -MG -I. -Ikernel/include -I/usr/local/include -Wall -O2
> prog/sensors/chips.c | \
> sed -e 's@^\(.*\)\.o:@prog/sensors/chips.rd
> prog/sensors/chips.ro: Makefile '`dirname
> prog/sensors/chips.rd`/Module.mk' @' > prog/sensors/chips.rd
> make: *** No rule to make target `sys/io.h', needed by
> `prog/dump/isadump.rd'. Stop.
>
> Could someone help me. Or give me some pointers to any solution for
> managing the fan on g4 1ghz (the mirror one;))
isadump doesn't compile on non-i386 targets, and isn't useful here
either. Edit prog/dump/Module.mk and remove isadump from
PROGDUMPTARGETS, PROGDUMPSOURCES and PROGDUMPBININSTALL.
We should either fix isadump or remove it from the targets on non-i386
systems, but I don't know how to do that. MDS?
Thanks for reporting, let us know how it goes.
--
Jean Delvare
http://www.ensicaen.ismra.fr/~delvare/
^ permalink raw reply [flat|nested] 29+ messages in thread
* compilation error
@ 2004-10-31 21:00 Deepak Manohar
2004-11-01 8:13 ` Keir Fraser
0 siblings, 1 reply; 29+ messages in thread
From: Deepak Manohar @ 2004-10-31 21:00 UTC (permalink / raw)
To: Xen-devel
[-- Attachment #1: Type: text/plain, Size: 923 bytes --]
Hi all,
Im working on Linux 2.4.27 on Xen. I changed the compilation config
file. Ive attached the file.
On doing make world or make linux24. I got the following errors.
----------------------
/home/mjdeepak/xen-2.0/linux-2.4.27-xen0/arch/xen/lib/lib.a /home/mjdeep
ak/xen-2.0/linux-2.4.27-xen0/lib/lib.a /home/mjdeepak/xen-2.0/linux-2.4.27-xen0/
arch/xen/lib/lib.a \
--end-group \
-o vmlinux
arch/xen/kernel/kernel.o(.text+0x8a67): In function `machine_restart':
: undefined reference to `xencons_force_flush'
arch/xen/kernel/kernel.o(.text+0x8a97): In function `machine_power_off':
: undefined reference to `xencons_force_flush'
make[2]: *** [vmlinux] Error 1
make[2]: Leaving directory `/home/mjdeepak/xen-2.0/linux-2.4.27-xen0'
make[1]: *** [linux-xen0] Error 2
make[1]: Leaving directory `/home/mjdeepak/xen-2.0'
make: *** [world] Error 2
-------------------------------------
Thanks.
Deepak
[-- Attachment #2: config-2.4.27-xen0 --]
[-- Type: application/octet-stream, Size: 22883 bytes --]
#
# Automatically generated by make menuconfig: don't edit
#
CONFIG_XEN=y
CONFIG_X86=y
CONFIG_ISA=y
# CONFIG_SBUS is not set
CONFIG_UID16=y
#
# Xen
#
CONFIG_XEN_PRIVILEGED_GUEST=y
CONFIG_XEN_PHYSDEV_ACCESS=y
# CONFIG_XEN_SCRUB_PAGES is not set
CONFIG_XEN_NETDEV_FRONTEND=y
CONFIG_XEN_BLKDEV_FRONTEND=y
CONFIG_NO_IDLE_HZ=y
CONFIG_FOREIGN_PAGES=y
#
# Code maturity level options
#
CONFIG_EXPERIMENTAL=y
#
# Loadable module support
#
CONFIG_MODULES=y
CONFIG_MODVERSIONS=y
CONFIG_KMOD=y
#
# Processor type and features
#
CONFIG_M686=y
# CONFIG_MPENTIUMIII is not set
# CONFIG_MPENTIUM4 is not set
# CONFIG_MK7 is not set
# CONFIG_MK8 is not set
# CONFIG_MVIAC3_2 is not set
CONFIG_X86_WP_WORKS_OK=y
CONFIG_X86_INVLPG=y
CONFIG_X86_CMPXCHG=y
CONFIG_X86_XADD=y
CONFIG_X86_BSWAP=y
CONFIG_X86_POPAD_OK=y
# CONFIG_RWSEM_GENERIC_SPINLOCK is not set
CONFIG_RWSEM_XCHGADD_ALGORITHM=y
CONFIG_X86_GOOD_APIC=y
CONFIG_X86_PGE=y
CONFIG_X86_USE_PPRO_CHECKSUM=y
CONFIG_X86_TSC=y
CONFIG_X86_L1_CACHE_SHIFT=5
CONFIG_NOHIGHMEM=y
# CONFIG_HIGHMEM4G is not set
CONFIG_FORCE_MAX_ZONEORDER=11
#
# General setup
#
CONFIG_NET=y
CONFIG_PCI=y
CONFIG_PCI_NAMES=y
CONFIG_HOTPLUG=y
#
# PCMCIA/CardBus support
#
# CONFIG_PCMCIA is not set
#
# PCI Hotplug Support
#
# CONFIG_HOTPLUG_PCI is not set
# CONFIG_HOTPLUG_PCI_COMPAQ is not set
# CONFIG_HOTPLUG_PCI_COMPAQ_NVRAM is not set
# CONFIG_HOTPLUG_PCI_IBM is not set
# CONFIG_HOTPLUG_PCI_SHPC is not set
# CONFIG_HOTPLUG_PCI_SHPC_POLL_EVENT_MODE is not set
# CONFIG_HOTPLUG_PCI_SHPC_PHPRM_LEGACY is not set
# CONFIG_HOTPLUG_PCI_PCIE is not set
# CONFIG_HOTPLUG_PCI_PCIE_POLL_EVENT_MODE is not set
CONFIG_SYSVIPC=y
# CONFIG_BSD_PROCESS_ACCT is not set
CONFIG_SYSCTL=y
CONFIG_KCORE_ELF=y
# CONFIG_KCORE_AOUT is not set
CONFIG_BINFMT_AOUT=y
CONFIG_BINFMT_ELF=y
# CONFIG_BINFMT_MISC is not set
# CONFIG_OOM_KILLER is not set
#
# Memory Technology Devices (MTD)
#
# CONFIG_MTD is not set
#
# Parallel port support
#
# CONFIG_PARPORT is not set
#
# Plug and Play configuration
#
CONFIG_PNP=y
# CONFIG_ISAPNP is not set
#
# Block devices
#
# CONFIG_BLK_DEV_FD is not set
# CONFIG_BLK_DEV_XD is not set
# CONFIG_PARIDE is not set
# CONFIG_BLK_CPQ_DA is not set
# CONFIG_BLK_CPQ_CISS_DA is not set
# CONFIG_CISS_SCSI_TAPE is not set
# CONFIG_CISS_MONITOR_THREAD is not set
# CONFIG_BLK_DEV_DAC960 is not set
# CONFIG_BLK_DEV_UMEM is not set
# CONFIG_BLK_DEV_SX8 is not set
CONFIG_BLK_DEV_LOOP=y
CONFIG_BLK_DEV_NBD=y
CONFIG_BLK_DEV_RAM=y
CONFIG_BLK_DEV_RAM_SIZE=4096
CONFIG_BLK_DEV_INITRD=y
# CONFIG_BLK_STATS is not set
#
# Multi-device support (RAID and LVM)
#
# CONFIG_MD is not set
# CONFIG_BLK_DEV_MD is not set
# CONFIG_MD_LINEAR is not set
# CONFIG_MD_RAID0 is not set
# CONFIG_MD_RAID1 is not set
# CONFIG_MD_RAID5 is not set
# CONFIG_MD_MULTIPATH is not set
# CONFIG_BLK_DEV_LVM is not set
#
# Networking options
#
CONFIG_PACKET=y
CONFIG_PACKET_MMAP=y
# CONFIG_NETLINK_DEV is not set
CONFIG_NETFILTER=y
# CONFIG_NETFILTER_DEBUG is not set
CONFIG_FILTER=y
CONFIG_UNIX=y
CONFIG_INET=y
# CONFIG_IP_MULTICAST is not set
# CONFIG_IP_ADVANCED_ROUTER is not set
CONFIG_IP_PNP=y
CONFIG_IP_PNP_DHCP=y
# CONFIG_IP_PNP_BOOTP is not set
# CONFIG_IP_PNP_RARP is not set
# CONFIG_NET_IPIP is not set
# CONFIG_NET_IPGRE is not set
# CONFIG_ARPD is not set
# CONFIG_INET_ECN is not set
# CONFIG_SYN_COOKIES is not set
#
# IP: Netfilter Configuration
#
CONFIG_IP_NF_CONNTRACK=m
CONFIG_IP_NF_FTP=m
# CONFIG_IP_NF_AMANDA is not set
CONFIG_IP_NF_TFTP=m
CONFIG_IP_NF_IRC=m
# CONFIG_IP_NF_QUEUE is not set
CONFIG_IP_NF_IPTABLES=y
# CONFIG_IP_NF_MATCH_LIMIT is not set
# CONFIG_IP_NF_MATCH_MAC is not set
# CONFIG_IP_NF_MATCH_PKTTYPE is not set
# CONFIG_IP_NF_MATCH_MARK is not set
# CONFIG_IP_NF_MATCH_MULTIPORT is not set
# CONFIG_IP_NF_MATCH_TOS is not set
# CONFIG_IP_NF_MATCH_RECENT is not set
# CONFIG_IP_NF_MATCH_ECN is not set
# CONFIG_IP_NF_MATCH_DSCP is not set
# CONFIG_IP_NF_MATCH_AH_ESP is not set
# CONFIG_IP_NF_MATCH_LENGTH is not set
# CONFIG_IP_NF_MATCH_TTL is not set
# CONFIG_IP_NF_MATCH_TCPMSS is not set
# CONFIG_IP_NF_MATCH_HELPER is not set
CONFIG_IP_NF_MATCH_STATE=m
CONFIG_IP_NF_MATCH_CONNTRACK=m
# CONFIG_IP_NF_MATCH_UNCLEAN is not set
# CONFIG_IP_NF_MATCH_OWNER is not set
CONFIG_IP_NF_MATCH_PHYSDEV=y
CONFIG_IP_NF_FILTER=y
CONFIG_IP_NF_TARGET_REJECT=y
# CONFIG_IP_NF_TARGET_MIRROR is not set
CONFIG_IP_NF_NAT=m
CONFIG_IP_NF_NAT_NEEDED=y
CONFIG_IP_NF_TARGET_MASQUERADE=m
CONFIG_IP_NF_TARGET_REDIRECT=m
# CONFIG_IP_NF_NAT_LOCAL is not set
# CONFIG_IP_NF_NAT_SNMP_BASIC is not set
CONFIG_IP_NF_NAT_IRC=m
CONFIG_IP_NF_NAT_FTP=m
CONFIG_IP_NF_NAT_TFTP=m
# CONFIG_IP_NF_MANGLE is not set
CONFIG_IP_NF_TARGET_LOG=y
CONFIG_IP_NF_TARGET_ULOG=y
# CONFIG_IP_NF_TARGET_TCPMSS is not set
# CONFIG_IP_NF_ARPTABLES is not set
#
# IP: Virtual Server Configuration
#
# CONFIG_IP_VS is not set
# CONFIG_IPV6 is not set
# CONFIG_KHTTPD is not set
#
# SCTP Configuration (EXPERIMENTAL)
#
# CONFIG_IP_SCTP is not set
# CONFIG_ATM is not set
CONFIG_VLAN_8021Q=y
# CONFIG_IPX is not set
# CONFIG_ATALK is not set
#
# Appletalk devices
#
# CONFIG_DEV_APPLETALK is not set
# CONFIG_DECNET is not set
CONFIG_BRIDGE=y
CONFIG_BRIDGE_NF_EBTABLES=m
CONFIG_BRIDGE_EBT_T_FILTER=m
CONFIG_BRIDGE_EBT_T_NAT=m
CONFIG_BRIDGE_EBT_BROUTE=m
CONFIG_BRIDGE_EBT_LOG=m
CONFIG_BRIDGE_EBT_IPF=m
CONFIG_BRIDGE_EBT_ARPF=m
CONFIG_BRIDGE_EBT_AMONG=m
CONFIG_BRIDGE_EBT_LIMIT=m
CONFIG_BRIDGE_EBT_VLANF=m
CONFIG_BRIDGE_EBT_802_3=m
CONFIG_BRIDGE_EBT_PKTTYPE=m
CONFIG_BRIDGE_EBT_STP=m
CONFIG_BRIDGE_EBT_MARKF=m
CONFIG_BRIDGE_EBT_ARPREPLY=m
CONFIG_BRIDGE_EBT_SNAT=m
CONFIG_BRIDGE_EBT_DNAT=m
CONFIG_BRIDGE_EBT_REDIRECT=m
CONFIG_BRIDGE_EBT_MARK_T=m
# CONFIG_X25 is not set
# CONFIG_LAPB is not set
# CONFIG_LLC is not set
# CONFIG_NET_DIVERT is not set
# CONFIG_ECONET is not set
# CONFIG_WAN_ROUTER is not set
# CONFIG_NET_FASTROUTE is not set
# CONFIG_NET_HW_FLOWCONTROL is not set
#
# QoS and/or fair queueing
#
# CONFIG_NET_SCHED is not set
#
# Network testing
#
# CONFIG_NET_PKTGEN is not set
#
# ATA/IDE/MFM/RLL support
#
CONFIG_IDE=y
#
# IDE, ATA and ATAPI Block devices
#
CONFIG_BLK_DEV_IDE=y
# CONFIG_BLK_DEV_HD_IDE is not set
# CONFIG_BLK_DEV_HD is not set
CONFIG_BLK_DEV_IDEDISK=y
CONFIG_IDEDISK_MULTI_MODE=y
CONFIG_IDEDISK_STROKE=y
# CONFIG_BLK_DEV_IDECS is not set
CONFIG_BLK_DEV_IDECD=y
CONFIG_BLK_DEV_IDETAPE=y
CONFIG_BLK_DEV_IDEFLOPPY=y
CONFIG_BLK_DEV_IDESCSI=y
CONFIG_IDE_TASK_IOCTL=y
CONFIG_BLK_DEV_CMD640=y
CONFIG_BLK_DEV_CMD640_ENHANCED=y
# CONFIG_BLK_DEV_ISAPNP is not set
CONFIG_BLK_DEV_IDEPCI=y
CONFIG_BLK_DEV_GENERIC=y
CONFIG_IDEPCI_SHARE_IRQ=y
CONFIG_BLK_DEV_IDEDMA_PCI=y
CONFIG_BLK_DEV_OFFBOARD=y
# CONFIG_BLK_DEV_IDEDMA_FORCED is not set
CONFIG_IDEDMA_PCI_AUTO=y
# CONFIG_IDEDMA_ONLYDISK is not set
CONFIG_BLK_DEV_IDEDMA=y
# CONFIG_IDEDMA_PCI_WIP is not set
CONFIG_BLK_DEV_ADMA100=y
CONFIG_BLK_DEV_AEC62XX=y
CONFIG_BLK_DEV_ALI15X3=y
CONFIG_WDC_ALI15X3=y
CONFIG_BLK_DEV_AMD74XX=y
CONFIG_AMD74XX_OVERRIDE=y
# CONFIG_BLK_DEV_ATIIXP is not set
CONFIG_BLK_DEV_CMD64X=y
CONFIG_BLK_DEV_TRIFLEX=y
CONFIG_BLK_DEV_CY82C693=y
CONFIG_BLK_DEV_CS5530=y
CONFIG_BLK_DEV_HPT34X=y
# CONFIG_HPT34X_AUTODMA is not set
CONFIG_BLK_DEV_HPT366=y
CONFIG_BLK_DEV_PIIX=y
CONFIG_BLK_DEV_NS87415=y
# CONFIG_BLK_DEV_OPTI621 is not set
CONFIG_BLK_DEV_PDC202XX_OLD=y
CONFIG_PDC202XX_BURST=y
CONFIG_BLK_DEV_PDC202XX_NEW=y
CONFIG_PDC202XX_FORCE=y
CONFIG_BLK_DEV_RZ1000=y
CONFIG_BLK_DEV_SC1200=y
CONFIG_BLK_DEV_SVWKS=y
CONFIG_BLK_DEV_SIIMAGE=y
CONFIG_BLK_DEV_SIS5513=y
CONFIG_BLK_DEV_SLC90E66=y
CONFIG_BLK_DEV_TRM290=y
CONFIG_BLK_DEV_VIA82CXXX=y
CONFIG_IDE_CHIPSETS=y
# CONFIG_BLK_DEV_4DRIVES is not set
# CONFIG_BLK_DEV_ALI14XX is not set
# CONFIG_BLK_DEV_DTC2278 is not set
# CONFIG_BLK_DEV_HT6560B is not set
# CONFIG_BLK_DEV_PDC4030 is not set
# CONFIG_BLK_DEV_QD65XX is not set
# CONFIG_BLK_DEV_UMC8672 is not set
CONFIG_IDEDMA_AUTO=y
# CONFIG_IDEDMA_IVB is not set
# CONFIG_DMA_NONPCI is not set
CONFIG_BLK_DEV_PDC202XX=y
# CONFIG_BLK_DEV_ATARAID is not set
# CONFIG_BLK_DEV_ATARAID_PDC is not set
# CONFIG_BLK_DEV_ATARAID_HPT is not set
# CONFIG_BLK_DEV_ATARAID_MEDLEY is not set
# CONFIG_BLK_DEV_ATARAID_SII is not set
#
# SCSI support
#
CONFIG_SCSI=y
CONFIG_BLK_DEV_SD=y
CONFIG_SD_EXTRA_DEVS=40
# CONFIG_CHR_DEV_ST is not set
# CONFIG_CHR_DEV_OSST is not set
# CONFIG_BLK_DEV_SR is not set
CONFIG_CHR_DEV_SG=y
# CONFIG_SCSI_DEBUG_QUEUES is not set
# CONFIG_SCSI_MULTI_LUN is not set
# CONFIG_SCSI_CONSTANTS is not set
# CONFIG_SCSI_LOGGING is not set
#
# SCSI low-level drivers
#
# CONFIG_BLK_DEV_3W_XXXX_RAID is not set
# CONFIG_SCSI_7000FASST is not set
# CONFIG_SCSI_ACARD is not set
# CONFIG_SCSI_AHA152X is not set
# CONFIG_SCSI_AHA1542 is not set
# CONFIG_SCSI_AHA1740 is not set
CONFIG_SCSI_AACRAID=y
CONFIG_SCSI_AIC7XXX=y
CONFIG_AIC7XXX_CMDS_PER_DEVICE=32
CONFIG_AIC7XXX_RESET_DELAY_MS=15000
# CONFIG_AIC7XXX_PROBE_EISA_VL is not set
# CONFIG_AIC7XXX_BUILD_FIRMWARE is not set
# CONFIG_AIC7XXX_DEBUG_ENABLE is not set
CONFIG_AIC7XXX_DEBUG_MASK=0
# CONFIG_AIC7XXX_REG_PRETTY_PRINT is not set
CONFIG_SCSI_AIC79XX=y
CONFIG_AIC79XX_CMDS_PER_DEVICE=32
CONFIG_AIC79XX_RESET_DELAY_MS=15000
# CONFIG_AIC79XX_BUILD_FIRMWARE is not set
# CONFIG_AIC79XX_ENABLE_RD_STRM is not set
# CONFIG_AIC79XX_DEBUG_ENABLE is not set
CONFIG_AIC79XX_DEBUG_MASK=0
# CONFIG_AIC79XX_REG_PRETTY_PRINT is not set
# CONFIG_SCSI_DPT_I2O is not set
# CONFIG_SCSI_ADVANSYS is not set
# CONFIG_SCSI_IN2000 is not set
# CONFIG_SCSI_AM53C974 is not set
CONFIG_SCSI_MEGARAID=y
# CONFIG_SCSI_MEGARAID2 is not set
CONFIG_SCSI_SATA=y
# CONFIG_SCSI_SATA_SVW is not set
CONFIG_SCSI_SATA_PROMISE=y
CONFIG_SCSI_SATA_SX4=y
CONFIG_SCSI_SATA_SIL=y
CONFIG_SCSI_SATA_SIS=y
CONFIG_SCSI_SATA_VIA=y
CONFIG_SCSI_SATA_VITESSE=y
CONFIG_SCSI_BUSLOGIC=y
# CONFIG_SCSI_OMIT_FLASHPOINT is not set
# CONFIG_SCSI_CPQFCTS is not set
# CONFIG_SCSI_DMX3191D is not set
# CONFIG_SCSI_DTC3280 is not set
# CONFIG_SCSI_EATA is not set
# CONFIG_SCSI_EATA_DMA is not set
# CONFIG_SCSI_EATA_PIO is not set
# CONFIG_SCSI_FUTURE_DOMAIN is not set
# CONFIG_SCSI_GDTH is not set
# CONFIG_SCSI_GENERIC_NCR5380 is not set
# CONFIG_SCSI_IPS is not set
# CONFIG_SCSI_INITIO is not set
# CONFIG_SCSI_INIA100 is not set
# CONFIG_SCSI_NCR53C406A is not set
# CONFIG_SCSI_NCR53C7xx is not set
CONFIG_SCSI_SYM53C8XX_2=y
CONFIG_SCSI_SYM53C8XX_DMA_ADDRESSING_MODE=1
CONFIG_SCSI_SYM53C8XX_DEFAULT_TAGS=16
CONFIG_SCSI_SYM53C8XX_MAX_TAGS=64
# CONFIG_SCSI_SYM53C8XX_IOMAPPED is not set
# CONFIG_SCSI_PAS16 is not set
# CONFIG_SCSI_PCI2000 is not set
# CONFIG_SCSI_PCI2220I is not set
# CONFIG_SCSI_PSI240I is not set
# CONFIG_SCSI_QLOGIC_FAS is not set
# CONFIG_SCSI_QLOGIC_ISP is not set
# CONFIG_SCSI_QLOGIC_FC is not set
# CONFIG_SCSI_QLOGIC_1280 is not set
# CONFIG_SCSI_SEAGATE is not set
# CONFIG_SCSI_SIM710 is not set
# CONFIG_SCSI_SYM53C416 is not set
# CONFIG_SCSI_DC390T is not set
# CONFIG_SCSI_T128 is not set
# CONFIG_SCSI_U14_34F is not set
# CONFIG_SCSI_ULTRASTOR is not set
# CONFIG_SCSI_NSP32 is not set
# CONFIG_SCSI_DEBUG is not set
#
# Fusion MPT device support
#
# CONFIG_FUSION is not set
# CONFIG_FUSION_BOOT is not set
# CONFIG_FUSION_ISENSE is not set
# CONFIG_FUSION_CTL is not set
# CONFIG_FUSION_LAN is not set
#
# IEEE 1394 (FireWire) support (EXPERIMENTAL)
#
# CONFIG_IEEE1394 is not set
#
# I2O device support
#
# CONFIG_I2O is not set
# CONFIG_I2O_PCI is not set
# CONFIG_I2O_BLOCK is not set
# CONFIG_I2O_LAN is not set
# CONFIG_I2O_SCSI is not set
# CONFIG_I2O_PROC is not set
#
# Network device support
#
CONFIG_NETDEVICES=y
#
# ARCnet devices
#
# CONFIG_ARCNET is not set
# CONFIG_DUMMY is not set
# CONFIG_BONDING is not set
# CONFIG_EQUALIZER is not set
# CONFIG_TUN is not set
# CONFIG_ETHERTAP is not set
#
# Ethernet (10 or 100Mbit)
#
CONFIG_NET_ETHERNET=y
# CONFIG_SUNLANCE is not set
# CONFIG_HAPPYMEAL is not set
# CONFIG_SUNBMAC is not set
# CONFIG_SUNQE is not set
# CONFIG_SUNGEM is not set
CONFIG_NET_VENDOR_3COM=y
# CONFIG_EL1 is not set
# CONFIG_EL2 is not set
# CONFIG_ELPLUS is not set
# CONFIG_EL16 is not set
# CONFIG_EL3 is not set
# CONFIG_3C515 is not set
# CONFIG_ELMC is not set
# CONFIG_ELMC_II is not set
CONFIG_VORTEX=y
# CONFIG_TYPHOON is not set
# CONFIG_LANCE is not set
# CONFIG_NET_VENDOR_SMC is not set
# CONFIG_NET_VENDOR_RACAL is not set
# CONFIG_AT1700 is not set
# CONFIG_DEPCA is not set
# CONFIG_HP100 is not set
# CONFIG_NET_ISA is not set
CONFIG_NET_PCI=y
CONFIG_PCNET32=y
# CONFIG_AMD8111_ETH is not set
# CONFIG_ADAPTEC_STARFIRE is not set
# CONFIG_AC3200 is not set
# CONFIG_APRICOT is not set
# CONFIG_B44 is not set
# CONFIG_CS89x0 is not set
# CONFIG_TULIP is not set
# CONFIG_DE4X5 is not set
# CONFIG_DGRS is not set
# CONFIG_DM9102 is not set
# CONFIG_EEPRO100 is not set
# CONFIG_EEPRO100_PIO is not set
CONFIG_E100=y
# CONFIG_LNE390 is not set
# CONFIG_FEALNX is not set
# CONFIG_NATSEMI is not set
# CONFIG_NE2K_PCI is not set
# CONFIG_FORCEDETH is not set
# CONFIG_NE3210 is not set
# CONFIG_ES3210 is not set
# CONFIG_8139CP is not set
# CONFIG_8139TOO is not set
# CONFIG_8139TOO_PIO is not set
# CONFIG_8139TOO_TUNE_TWISTER is not set
# CONFIG_8139TOO_8129 is not set
# CONFIG_8139_OLD_RX_RESET is not set
# CONFIG_SIS900 is not set
# CONFIG_EPIC100 is not set
# CONFIG_SUNDANCE is not set
# CONFIG_SUNDANCE_MMIO is not set
# CONFIG_TLAN is not set
# CONFIG_VIA_RHINE is not set
# CONFIG_VIA_RHINE_MMIO is not set
# CONFIG_WINBOND_840 is not set
# CONFIG_NET_POCKET is not set
#
# Ethernet (1000 Mbit)
#
# CONFIG_ACENIC is not set
# CONFIG_DL2K is not set
CONFIG_E1000=y
# CONFIG_E1000_NAPI is not set
# CONFIG_MYRI_SBUS is not set
# CONFIG_NS83820 is not set
# CONFIG_HAMACHI is not set
# CONFIG_YELLOWFIN is not set
# CONFIG_R8169 is not set
# CONFIG_SK98LIN is not set
CONFIG_TIGON3=y
# CONFIG_FDDI is not set
# CONFIG_HIPPI is not set
# CONFIG_PLIP is not set
# CONFIG_PPP is not set
# CONFIG_SLIP is not set
#
# Wireless LAN (non-hamradio)
#
# CONFIG_NET_RADIO is not set
#
# Token Ring devices
#
# CONFIG_TR is not set
# CONFIG_NET_FC is not set
# CONFIG_RCPCI is not set
# CONFIG_SHAPER is not set
#
# Wan interfaces
#
# CONFIG_WAN is not set
#
# Amateur Radio support
#
# CONFIG_HAMRADIO is not set
#
# IrDA (infrared) support
#
# CONFIG_IRDA is not set
#
# ISDN subsystem
#
# CONFIG_ISDN is not set
#
# Old CD-ROM drivers (not SCSI, not IDE)
#
# CONFIG_CD_NO_IDESCSI is not set
#
# Input core support
#
# CONFIG_INPUT is not set
# CONFIG_INPUT_KEYBDEV is not set
# CONFIG_INPUT_MOUSEDEV is not set
# CONFIG_INPUT_JOYDEV is not set
# CONFIG_INPUT_EVDEV is not set
# CONFIG_INPUT_UINPUT is not set
#
# Character devices
#
# CONFIG_VT is not set
# CONFIG_SERIAL is not set
# CONFIG_SERIAL_EXTENDED is not set
# CONFIG_SERIAL_NONSTANDARD is not set
CONFIG_UNIX98_PTYS=y
CONFIG_UNIX98_PTY_COUNT=256
#
# I2C support
#
# CONFIG_I2C is not set
#
# Mice
#
# CONFIG_BUSMOUSE is not set
CONFIG_MOUSE=y
CONFIG_PSMOUSE=y
# CONFIG_82C710_MOUSE is not set
# CONFIG_PC110_PAD is not set
# CONFIG_MK712_MOUSE is not set
#
# Joysticks
#
# CONFIG_INPUT_GAMEPORT is not set
# CONFIG_QIC02_TAPE is not set
# CONFIG_IPMI_HANDLER is not set
# CONFIG_IPMI_PANIC_EVENT is not set
# CONFIG_IPMI_DEVICE_INTERFACE is not set
# CONFIG_IPMI_KCS is not set
# CONFIG_IPMI_WATCHDOG is not set
#
# Watchdog Cards
#
# CONFIG_WATCHDOG is not set
# CONFIG_SCx200 is not set
# CONFIG_SCx200_GPIO is not set
# CONFIG_AMD_RNG is not set
# CONFIG_INTEL_RNG is not set
# CONFIG_HW_RANDOM is not set
# CONFIG_AMD_PM768 is not set
# CONFIG_NVRAM is not set
# CONFIG_RTC is not set
# CONFIG_DTLK is not set
# CONFIG_R3964 is not set
# CONFIG_APPLICOM is not set
# CONFIG_SONYPI is not set
#
# Ftape, the floppy tape device driver
#
# CONFIG_FTAPE is not set
# CONFIG_AGP is not set
#
# Direct Rendering Manager (XFree86 DRI support)
#
# CONFIG_DRM is not set
# CONFIG_MWAVE is not set
# CONFIG_OBMOUSE is not set
#
# Multimedia devices
#
# CONFIG_VIDEO_DEV is not set
#
# File systems
#
# CONFIG_QUOTA is not set
# CONFIG_QFMT_V2 is not set
CONFIG_AUTOFS_FS=y
CONFIG_AUTOFS4_FS=y
# CONFIG_REISERFS_FS is not set
# CONFIG_REISERFS_CHECK is not set
# CONFIG_REISERFS_PROC_INFO is not set
# CONFIG_ADFS_FS is not set
# CONFIG_ADFS_FS_RW is not set
# CONFIG_AFFS_FS is not set
# CONFIG_HFS_FS is not set
# CONFIG_HFSPLUS_FS is not set
# CONFIG_BEFS_FS is not set
# CONFIG_BEFS_DEBUG is not set
# CONFIG_BFS_FS is not set
CONFIG_EXT3_FS=y
CONFIG_JBD=y
# CONFIG_JBD_DEBUG is not set
CONFIG_FAT_FS=y
CONFIG_MSDOS_FS=y
CONFIG_UMSDOS_FS=y
CONFIG_VFAT_FS=y
# CONFIG_EFS_FS is not set
# CONFIG_JFFS_FS is not set
# CONFIG_JFFS2_FS is not set
# CONFIG_CRAMFS is not set
CONFIG_TMPFS=y
CONFIG_RAMFS=y
CONFIG_ISO9660_FS=y
CONFIG_JOLIET=y
CONFIG_ZISOFS=y
# CONFIG_JFS_FS is not set
# CONFIG_JFS_DEBUG is not set
# CONFIG_JFS_STATISTICS is not set
# CONFIG_MINIX_FS is not set
# CONFIG_VXFS_FS is not set
# CONFIG_NTFS_FS is not set
# CONFIG_NTFS_RW is not set
# CONFIG_HPFS_FS is not set
CONFIG_PROC_FS=y
# CONFIG_DEVFS_FS is not set
# CONFIG_DEVFS_MOUNT is not set
# CONFIG_DEVFS_DEBUG is not set
CONFIG_DEVPTS_FS=y
# CONFIG_QNX4FS_FS is not set
# CONFIG_QNX4FS_RW is not set
# CONFIG_ROMFS_FS is not set
CONFIG_EXT2_FS=y
# CONFIG_SYSV_FS is not set
# CONFIG_UDF_FS is not set
# CONFIG_UDF_RW is not set
# CONFIG_UFS_FS is not set
# CONFIG_UFS_FS_WRITE is not set
# CONFIG_XFS_FS is not set
# CONFIG_XFS_QUOTA is not set
# CONFIG_XFS_RT is not set
# CONFIG_XFS_TRACE is not set
# CONFIG_XFS_DEBUG is not set
#
# Network File Systems
#
# CONFIG_CODA_FS is not set
# CONFIG_INTERMEZZO_FS is not set
CONFIG_NFS_FS=y
CONFIG_NFS_V3=y
# CONFIG_NFS_DIRECTIO is not set
CONFIG_ROOT_NFS=y
CONFIG_NFSD=y
CONFIG_NFSD_V3=y
# CONFIG_NFSD_TCP is not set
CONFIG_SUNRPC=y
CONFIG_LOCKD=y
CONFIG_LOCKD_V4=y
# CONFIG_SMB_FS is not set
# CONFIG_NCP_FS is not set
# CONFIG_NCPFS_PACKET_SIGNING is not set
# CONFIG_NCPFS_IOCTL_LOCKING is not set
# CONFIG_NCPFS_STRONG is not set
# CONFIG_NCPFS_NFS_NS is not set
# CONFIG_NCPFS_OS2_NS is not set
# CONFIG_NCPFS_SMALLDOS is not set
# CONFIG_NCPFS_NLS is not set
# CONFIG_NCPFS_EXTRAS is not set
CONFIG_ZISOFS_FS=y
#
# Partition Types
#
CONFIG_PARTITION_ADVANCED=y
# CONFIG_ACORN_PARTITION is not set
# CONFIG_OSF_PARTITION is not set
# CONFIG_AMIGA_PARTITION is not set
# CONFIG_ATARI_PARTITION is not set
# CONFIG_MAC_PARTITION is not set
CONFIG_MSDOS_PARTITION=y
# CONFIG_BSD_DISKLABEL is not set
# CONFIG_MINIX_SUBPARTITION is not set
# CONFIG_SOLARIS_X86_PARTITION is not set
# CONFIG_UNIXWARE_DISKLABEL is not set
# CONFIG_LDM_PARTITION is not set
# CONFIG_SGI_PARTITION is not set
# CONFIG_ULTRIX_PARTITION is not set
# CONFIG_SUN_PARTITION is not set
# CONFIG_EFI_PARTITION is not set
# CONFIG_SMB_NLS is not set
CONFIG_NLS=y
#
# Native Language Support
#
CONFIG_NLS_DEFAULT="iso8559-1"
# CONFIG_NLS_CODEPAGE_437 is not set
# CONFIG_NLS_CODEPAGE_737 is not set
# CONFIG_NLS_CODEPAGE_775 is not set
# CONFIG_NLS_CODEPAGE_850 is not set
# CONFIG_NLS_CODEPAGE_852 is not set
# CONFIG_NLS_CODEPAGE_855 is not set
# CONFIG_NLS_CODEPAGE_857 is not set
# CONFIG_NLS_CODEPAGE_860 is not set
# CONFIG_NLS_CODEPAGE_861 is not set
# CONFIG_NLS_CODEPAGE_862 is not set
# CONFIG_NLS_CODEPAGE_863 is not set
# CONFIG_NLS_CODEPAGE_864 is not set
# CONFIG_NLS_CODEPAGE_865 is not set
# CONFIG_NLS_CODEPAGE_866 is not set
# CONFIG_NLS_CODEPAGE_869 is not set
# CONFIG_NLS_CODEPAGE_936 is not set
# CONFIG_NLS_CODEPAGE_950 is not set
# CONFIG_NLS_CODEPAGE_932 is not set
# CONFIG_NLS_CODEPAGE_949 is not set
# CONFIG_NLS_CODEPAGE_874 is not set
# CONFIG_NLS_ISO8859_8 is not set
# CONFIG_NLS_CODEPAGE_1250 is not set
# CONFIG_NLS_CODEPAGE_1251 is not set
CONFIG_NLS_ISO8859_1=y
# CONFIG_NLS_ISO8859_2 is not set
# CONFIG_NLS_ISO8859_3 is not set
# CONFIG_NLS_ISO8859_4 is not set
# CONFIG_NLS_ISO8859_5 is not set
# CONFIG_NLS_ISO8859_6 is not set
# CONFIG_NLS_ISO8859_7 is not set
# CONFIG_NLS_ISO8859_9 is not set
# CONFIG_NLS_ISO8859_13 is not set
# CONFIG_NLS_ISO8859_14 is not set
# CONFIG_NLS_ISO8859_15 is not set
# CONFIG_NLS_KOI8_R is not set
# CONFIG_NLS_KOI8_U is not set
# CONFIG_NLS_UTF8 is not set
#
# Console drivers
#
# CONFIG_XEN_CONSOLE is not set
#
# Sound
#
# CONFIG_SOUND is not set
#
# USB support
#
CONFIG_USB=m
# CONFIG_USB_DEBUG is not set
CONFIG_USB_DEVICEFS=y
# CONFIG_USB_BANDWIDTH is not set
# CONFIG_USB_EHCI_HCD is not set
CONFIG_USB_UHCI=m
CONFIG_USB_UHCI_ALT=m
CONFIG_USB_OHCI=m
# CONFIG_USB_SL811HS_ALT is not set
# CONFIG_USB_SL811HS is not set
# CONFIG_USB_AUDIO is not set
# CONFIG_USB_EMI26 is not set
# CONFIG_USB_BLUETOOTH is not set
# CONFIG_USB_MIDI is not set
CONFIG_USB_STORAGE=m
# CONFIG_USB_STORAGE_DEBUG is not set
# CONFIG_USB_STORAGE_DATAFAB is not set
# CONFIG_USB_STORAGE_FREECOM is not set
# CONFIG_USB_STORAGE_ISD200 is not set
# CONFIG_USB_STORAGE_DPCM is not set
# CONFIG_USB_STORAGE_HP8200e is not set
CONFIG_USB_STORAGE_SDDR09=y
CONFIG_USB_STORAGE_SDDR55=y
# CONFIG_USB_STORAGE_JUMPSHOT is not set
# CONFIG_USB_ACM is not set
# CONFIG_USB_PRINTER is not set
CONFIG_USB_HID=m
# CONFIG_USB_HIDINPUT is not set
# CONFIG_USB_HIDDEV is not set
# CONFIG_USB_KBD is not set
# CONFIG_USB_MOUSE is not set
# CONFIG_USB_AIPTEK is not set
# CONFIG_USB_WACOM is not set
# CONFIG_USB_KBTAB is not set
# CONFIG_USB_POWERMATE is not set
# CONFIG_USB_DC2XX is not set
# CONFIG_USB_MDC800 is not set
# CONFIG_USB_SCANNER is not set
# CONFIG_USB_MICROTEK is not set
# CONFIG_USB_HPUSBSCSI is not set
# CONFIG_USB_PEGASUS is not set
# CONFIG_USB_RTL8150 is not set
# CONFIG_USB_KAWETH is not set
# CONFIG_USB_CATC is not set
# CONFIG_USB_CDCETHER is not set
# CONFIG_USB_USBNET is not set
# CONFIG_USB_USS720 is not set
#
# USB Serial Converter support
#
# CONFIG_USB_SERIAL is not set
# CONFIG_USB_RIO500 is not set
# CONFIG_USB_AUERSWALD is not set
# CONFIG_USB_TIGL is not set
# CONFIG_USB_BRLVGER is not set
# CONFIG_USB_LCD is not set
#
# Support for USB gadgets
#
# CONFIG_USB_GADGET is not set
#
# Bluetooth support
#
# CONFIG_BLUEZ is not set
#
# Kernel hacking
#
CONFIG_DEBUG_KERNEL=y
# CONFIG_DEBUG_STACKOVERFLOW is not set
# CONFIG_DEBUG_HIGHMEM is not set
# CONFIG_DEBUG_SLAB is not set
# CONFIG_DEBUG_IOVIRT is not set
# CONFIG_MAGIC_SYSRQ is not set
# CONFIG_DEBUG_SPINLOCK is not set
# CONFIG_DEBUG_BUGVERBOSE is not set
# CONFIG_KALLSYMS is not set
# CONFIG_FRAME_POINTER is not set
CONFIG_LOG_BUF_SHIFT=0
#
# Cryptographic options
#
CONFIG_CRYPTO=y
CONFIG_CRYPTO_HMAC=y
CONFIG_CRYPTO_NULL=m
CONFIG_CRYPTO_MD4=m
CONFIG_CRYPTO_MD5=m
CONFIG_CRYPTO_SHA1=m
CONFIG_CRYPTO_SHA256=m
CONFIG_CRYPTO_SHA512=m
CONFIG_CRYPTO_DES=m
CONFIG_CRYPTO_BLOWFISH=m
CONFIG_CRYPTO_TWOFISH=m
CONFIG_CRYPTO_SERPENT=m
CONFIG_CRYPTO_AES=m
CONFIG_CRYPTO_CAST5=m
CONFIG_CRYPTO_CAST6=m
# CONFIG_CRYPTO_TEA is not set
CONFIG_CRYPTO_ARC4=m
CONFIG_CRYPTO_DEFLATE=m
# CONFIG_CRYPTO_MICHAEL_MIC is not set
# CONFIG_CRYPTO_TEST is not set
#
# Library routines
#
# CONFIG_CRC32 is not set
CONFIG_ZLIB_INFLATE=y
CONFIG_ZLIB_DEFLATE=m
# CONFIG_FW_LOADER is not set
[-- Attachment #3: config-2.4.27-xenU --]
[-- Type: application/octet-stream, Size: 13422 bytes --]
#
# Automatically generated make config: don't edit
#
CONFIG_XEN=y
CONFIG_X86=y
CONFIG_ISA=y
# CONFIG_SBUS is not set
CONFIG_UID16=y
#
# Xen
#
# CONFIG_XEN_PRIVILEGED_GUEST is not set
# CONFIG_XEN_PHYSDEV_ACCESS is not set
CONFIG_XEN_SCRUB_PAGES=y
CONFIG_XEN_NETDEV_FRONTEND=y
CONFIG_XEN_BLKDEV_FRONTEND=y
CONFIG_NO_IDLE_HZ=y
# CONFIG_FOREIGN_PAGES is not set
CONFIG_NETDEVICES=y
# CONFIG_VT is not set
#
# Code maturity level options
#
CONFIG_EXPERIMENTAL=y
#
# Loadable module support
#
CONFIG_MODULES=y
CONFIG_MODVERSIONS=y
CONFIG_KMOD=y
#
# Processor type and features
#
CONFIG_M686=y
# CONFIG_MPENTIUMIII is not set
# CONFIG_MPENTIUM4 is not set
# CONFIG_MK7 is not set
# CONFIG_MK8 is not set
# CONFIG_MVIAC3_2 is not set
CONFIG_X86_WP_WORKS_OK=y
CONFIG_X86_INVLPG=y
CONFIG_X86_CMPXCHG=y
CONFIG_X86_XADD=y
CONFIG_X86_BSWAP=y
CONFIG_X86_POPAD_OK=y
# CONFIG_RWSEM_GENERIC_SPINLOCK is not set
CONFIG_RWSEM_XCHGADD_ALGORITHM=y
CONFIG_X86_GOOD_APIC=y
CONFIG_X86_PGE=y
CONFIG_X86_USE_PPRO_CHECKSUM=y
CONFIG_X86_TSC=y
CONFIG_X86_L1_CACHE_SHIFT=5
CONFIG_NOHIGHMEM=y
# CONFIG_HIGHMEM4G is not set
CONFIG_FORCE_MAX_ZONEORDER=11
#
# General setup
#
CONFIG_NET=y
CONFIG_SYSVIPC=y
# CONFIG_BSD_PROCESS_ACCT is not set
CONFIG_SYSCTL=y
CONFIG_KCORE_ELF=y
# CONFIG_KCORE_AOUT is not set
CONFIG_BINFMT_AOUT=y
CONFIG_BINFMT_ELF=y
# CONFIG_BINFMT_MISC is not set
# CONFIG_OOM_KILLER is not set
#
# Networking options
#
CONFIG_PACKET=y
CONFIG_PACKET_MMAP=y
# CONFIG_NETLINK_DEV is not set
CONFIG_NETFILTER=y
# CONFIG_NETFILTER_DEBUG is not set
CONFIG_FILTER=y
CONFIG_UNIX=y
CONFIG_INET=y
# CONFIG_IP_MULTICAST is not set
# CONFIG_IP_ADVANCED_ROUTER is not set
CONFIG_IP_PNP=y
CONFIG_IP_PNP_DHCP=y
# CONFIG_IP_PNP_BOOTP is not set
# CONFIG_IP_PNP_RARP is not set
# CONFIG_NET_IPIP is not set
# CONFIG_NET_IPGRE is not set
# CONFIG_ARPD is not set
# CONFIG_INET_ECN is not set
# CONFIG_SYN_COOKIES is not set
#
# IP: Netfilter Configuration
#
CONFIG_IP_NF_CONNTRACK=y
CONFIG_IP_NF_FTP=y
# CONFIG_IP_NF_AMANDA is not set
CONFIG_IP_NF_TFTP=y
CONFIG_IP_NF_IRC=y
# CONFIG_IP_NF_QUEUE is not set
CONFIG_IP_NF_IPTABLES=y
# CONFIG_IP_NF_MATCH_LIMIT is not set
# CONFIG_IP_NF_MATCH_MAC is not set
# CONFIG_IP_NF_MATCH_PKTTYPE is not set
# CONFIG_IP_NF_MATCH_MARK is not set
# CONFIG_IP_NF_MATCH_MULTIPORT is not set
# CONFIG_IP_NF_MATCH_TOS is not set
# CONFIG_IP_NF_MATCH_RECENT is not set
# CONFIG_IP_NF_MATCH_ECN is not set
# CONFIG_IP_NF_MATCH_DSCP is not set
# CONFIG_IP_NF_MATCH_AH_ESP is not set
# CONFIG_IP_NF_MATCH_LENGTH is not set
# CONFIG_IP_NF_MATCH_TTL is not set
# CONFIG_IP_NF_MATCH_TCPMSS is not set
# CONFIG_IP_NF_MATCH_HELPER is not set
CONFIG_IP_NF_MATCH_STATE=y
CONFIG_IP_NF_MATCH_CONNTRACK=y
# CONFIG_IP_NF_MATCH_UNCLEAN is not set
# CONFIG_IP_NF_MATCH_OWNER is not set
CONFIG_IP_NF_FILTER=y
CONFIG_IP_NF_TARGET_REJECT=y
# CONFIG_IP_NF_TARGET_MIRROR is not set
CONFIG_IP_NF_NAT=y
CONFIG_IP_NF_NAT_NEEDED=y
CONFIG_IP_NF_TARGET_MASQUERADE=y
CONFIG_IP_NF_TARGET_REDIRECT=y
# CONFIG_IP_NF_NAT_LOCAL is not set
# CONFIG_IP_NF_NAT_SNMP_BASIC is not set
CONFIG_IP_NF_NAT_IRC=y
CONFIG_IP_NF_NAT_FTP=y
CONFIG_IP_NF_NAT_TFTP=y
# CONFIG_IP_NF_MANGLE is not set
CONFIG_IP_NF_TARGET_LOG=y
CONFIG_IP_NF_TARGET_ULOG=y
# CONFIG_IP_NF_TARGET_TCPMSS is not set
# CONFIG_IP_NF_ARPTABLES is not set
#
# IP: Virtual Server Configuration
#
# CONFIG_IP_VS is not set
# CONFIG_IPV6 is not set
# CONFIG_KHTTPD is not set
#
# SCTP Configuration (EXPERIMENTAL)
#
# CONFIG_IP_SCTP is not set
# CONFIG_ATM is not set
CONFIG_VLAN_8021Q=y
#
#
#
# CONFIG_IPX is not set
# CONFIG_ATALK is not set
#
# Appletalk devices
#
# CONFIG_DEV_APPLETALK is not set
# CONFIG_DECNET is not set
# CONFIG_BRIDGE is not set
# CONFIG_X25 is not set
# CONFIG_LAPB is not set
# CONFIG_LLC is not set
# CONFIG_NET_DIVERT is not set
# CONFIG_ECONET is not set
# CONFIG_WAN_ROUTER is not set
# CONFIG_NET_FASTROUTE is not set
# CONFIG_NET_HW_FLOWCONTROL is not set
#
# QoS and/or fair queueing
#
# CONFIG_NET_SCHED is not set
#
# Network testing
#
# CONFIG_NET_PKTGEN is not set
#
# SCSI support
#
CONFIG_SCSI=y
#
# SCSI support type (disk, tape, CD-ROM)
#
CONFIG_BLK_DEV_SD=y
CONFIG_SD_EXTRA_DEVS=40
# CONFIG_CHR_DEV_ST is not set
# CONFIG_CHR_DEV_OSST is not set
# CONFIG_BLK_DEV_SR is not set
CONFIG_CHR_DEV_SG=y
#
# Some SCSI devices (e.g. CD jukebox) support multiple LUNs
#
# CONFIG_SCSI_DEBUG_QUEUES is not set
# CONFIG_SCSI_MULTI_LUN is not set
# CONFIG_SCSI_CONSTANTS is not set
# CONFIG_SCSI_LOGGING is not set
#
# SCSI low-level drivers
#
# CONFIG_SCSI_7000FASST is not set
# CONFIG_SCSI_ACARD is not set
# CONFIG_SCSI_AHA152X is not set
# CONFIG_SCSI_AHA1542 is not set
# CONFIG_SCSI_AHA1740 is not set
# CONFIG_SCSI_AACRAID is not set
# CONFIG_SCSI_AIC7XXX is not set
# CONFIG_SCSI_AIC79XX is not set
# CONFIG_SCSI_AIC7XXX_OLD is not set
# CONFIG_SCSI_DPT_I2O is not set
# CONFIG_SCSI_ADVANSYS is not set
# CONFIG_SCSI_IN2000 is not set
# CONFIG_SCSI_AM53C974 is not set
# CONFIG_SCSI_MEGARAID is not set
# CONFIG_SCSI_MEGARAID2 is not set
# CONFIG_SCSI_SATA is not set
# CONFIG_SCSI_SATA_SVW is not set
# CONFIG_SCSI_SATA_PROMISE is not set
# CONFIG_SCSI_SATA_SX4 is not set
# CONFIG_SCSI_SATA_SIL is not set
# CONFIG_SCSI_SATA_SIS is not set
# CONFIG_SCSI_SATA_VIA is not set
# CONFIG_SCSI_SATA_VITESSE is not set
# CONFIG_SCSI_BUSLOGIC is not set
# CONFIG_SCSI_DMX3191D is not set
# CONFIG_SCSI_DTC3280 is not set
# CONFIG_SCSI_EATA is not set
# CONFIG_SCSI_EATA_DMA is not set
# CONFIG_SCSI_EATA_PIO is not set
# CONFIG_SCSI_FUTURE_DOMAIN is not set
# CONFIG_SCSI_GDTH is not set
# CONFIG_SCSI_GENERIC_NCR5380 is not set
# CONFIG_SCSI_IPS is not set
# CONFIG_SCSI_INITIO is not set
# CONFIG_SCSI_INIA100 is not set
# CONFIG_SCSI_PPA is not set
# CONFIG_SCSI_IMM is not set
# CONFIG_SCSI_NCR53C406A is not set
# CONFIG_SCSI_NCR53C7xx is not set
# CONFIG_SCSI_PAS16 is not set
# CONFIG_SCSI_PCI2000 is not set
# CONFIG_SCSI_PCI2220I is not set
# CONFIG_SCSI_PSI240I is not set
# CONFIG_SCSI_QLOGIC_FAS is not set
# CONFIG_SCSI_SEAGATE is not set
# CONFIG_SCSI_SIM710 is not set
# CONFIG_SCSI_SYM53C416 is not set
# CONFIG_SCSI_T128 is not set
# CONFIG_SCSI_U14_34F is not set
# CONFIG_SCSI_ULTRASTOR is not set
# CONFIG_SCSI_NSP32 is not set
# CONFIG_SCSI_DEBUG is not set
#
# Block devices
#
CONFIG_BLK_DEV_LOOP=y
CONFIG_BLK_DEV_NBD=y
CONFIG_BLK_DEV_RAM=y
CONFIG_BLK_DEV_RAM_SIZE=4096
CONFIG_BLK_DEV_INITRD=y
# CONFIG_BLK_STATS is not set
# CONFIG_BLK_DEV_HD is not set
#
# Character devices
#
# CONFIG_VT is not set
# CONFIG_SERIAL is not set
# CONFIG_SERIAL_EXTENDED is not set
# CONFIG_SERIAL_NONSTANDARD is not set
CONFIG_UNIX98_PTYS=y
CONFIG_UNIX98_PTY_COUNT=256
# CONFIG_PRINTER is not set
# CONFIG_PPDEV is not set
# CONFIG_TIPAR is not set
#
# I2C support
#
# CONFIG_I2C is not set
#
# Mice
#
# CONFIG_BUSMOUSE is not set
CONFIG_MOUSE=y
CONFIG_PSMOUSE=y
# CONFIG_82C710_MOUSE is not set
# CONFIG_PC110_PAD is not set
# CONFIG_MK712_MOUSE is not set
#
# Joysticks
#
# CONFIG_INPUT_GAMEPORT is not set
# CONFIG_INPUT_NS558 is not set
# CONFIG_INPUT_LIGHTNING is not set
# CONFIG_INPUT_PCIGAME is not set
# CONFIG_INPUT_CS461X is not set
# CONFIG_INPUT_EMU10K1 is not set
# CONFIG_INPUT_SERIO is not set
# CONFIG_INPUT_SERPORT is not set
#
# Joysticks
#
# CONFIG_INPUT_ANALOG is not set
# CONFIG_INPUT_A3D is not set
# CONFIG_INPUT_ADI is not set
# CONFIG_INPUT_COBRA is not set
# CONFIG_INPUT_GF2K is not set
# CONFIG_INPUT_GRIP is not set
# CONFIG_INPUT_INTERACT is not set
# CONFIG_INPUT_TMDC is not set
# CONFIG_INPUT_SIDEWINDER is not set
# CONFIG_INPUT_IFORCE_USB is not set
# CONFIG_INPUT_IFORCE_232 is not set
# CONFIG_INPUT_WARRIOR is not set
# CONFIG_INPUT_MAGELLAN is not set
# CONFIG_INPUT_SPACEORB is not set
# CONFIG_INPUT_SPACEBALL is not set
# CONFIG_INPUT_STINGER is not set
# CONFIG_INPUT_DB9 is not set
# CONFIG_INPUT_GAMECON is not set
# CONFIG_INPUT_TURBOGRAFX is not set
# CONFIG_QIC02_TAPE is not set
# CONFIG_IPMI_HANDLER is not set
# CONFIG_IPMI_PANIC_EVENT is not set
# CONFIG_IPMI_DEVICE_INTERFACE is not set
# CONFIG_IPMI_KCS is not set
# CONFIG_IPMI_WATCHDOG is not set
#
# Watchdog Cards
#
# CONFIG_WATCHDOG is not set
# CONFIG_SCx200 is not set
# CONFIG_SCx200_GPIO is not set
# CONFIG_AMD_RNG is not set
# CONFIG_INTEL_RNG is not set
# CONFIG_HW_RANDOM is not set
# CONFIG_AMD_PM768 is not set
# CONFIG_NVRAM is not set
# CONFIG_RTC is not set
# CONFIG_DTLK is not set
# CONFIG_R3964 is not set
# CONFIG_APPLICOM is not set
# CONFIG_SONYPI is not set
#
# Ftape, the floppy tape device driver
#
# CONFIG_FTAPE is not set
# CONFIG_AGP is not set
#
# Direct Rendering Manager (XFree86 DRI support)
#
# CONFIG_DRM is not set
# CONFIG_MWAVE is not set
# CONFIG_OBMOUSE is not set
#
# File systems
#
# CONFIG_QUOTA is not set
# CONFIG_QFMT_V2 is not set
CONFIG_AUTOFS_FS=y
CONFIG_AUTOFS4_FS=y
# CONFIG_REISERFS_FS is not set
# CONFIG_REISERFS_CHECK is not set
# CONFIG_REISERFS_PROC_INFO is not set
# CONFIG_ADFS_FS is not set
# CONFIG_ADFS_FS_RW is not set
# CONFIG_AFFS_FS is not set
# CONFIG_HFS_FS is not set
# CONFIG_HFSPLUS_FS is not set
# CONFIG_BEFS_FS is not set
# CONFIG_BEFS_DEBUG is not set
# CONFIG_BFS_FS is not set
CONFIG_EXT3_FS=y
CONFIG_JBD=y
# CONFIG_JBD_DEBUG is not set
CONFIG_FAT_FS=y
CONFIG_MSDOS_FS=y
CONFIG_UMSDOS_FS=y
CONFIG_VFAT_FS=y
# CONFIG_EFS_FS is not set
# CONFIG_JFFS_FS is not set
# CONFIG_JFFS2_FS is not set
# CONFIG_CRAMFS is not set
CONFIG_TMPFS=y
CONFIG_RAMFS=y
CONFIG_ISO9660_FS=y
CONFIG_JOLIET=y
CONFIG_ZISOFS=y
# CONFIG_JFS_FS is not set
# CONFIG_JFS_DEBUG is not set
# CONFIG_JFS_STATISTICS is not set
# CONFIG_MINIX_FS is not set
# CONFIG_VXFS_FS is not set
# CONFIG_NTFS_FS is not set
# CONFIG_NTFS_RW is not set
# CONFIG_HPFS_FS is not set
CONFIG_PROC_FS=y
# CONFIG_DEVFS_FS is not set
# CONFIG_DEVFS_MOUNT is not set
# CONFIG_DEVFS_DEBUG is not set
CONFIG_DEVPTS_FS=y
# CONFIG_QNX4FS_FS is not set
# CONFIG_QNX4FS_RW is not set
# CONFIG_ROMFS_FS is not set
CONFIG_EXT2_FS=y
# CONFIG_SYSV_FS is not set
# CONFIG_UDF_FS is not set
# CONFIG_UDF_RW is not set
# CONFIG_UFS_FS is not set
# CONFIG_UFS_FS_WRITE is not set
# CONFIG_XFS_FS is not set
# CONFIG_XFS_QUOTA is not set
# CONFIG_XFS_RT is not set
# CONFIG_XFS_TRACE is not set
# CONFIG_XFS_DEBUG is not set
#
# Network File Systems
#
# CONFIG_CODA_FS is not set
# CONFIG_INTERMEZZO_FS is not set
CONFIG_NFS_FS=y
CONFIG_NFS_V3=y
# CONFIG_NFS_DIRECTIO is not set
CONFIG_ROOT_NFS=y
CONFIG_NFSD=y
CONFIG_NFSD_V3=y
# CONFIG_NFSD_TCP is not set
CONFIG_SUNRPC=y
CONFIG_LOCKD=y
CONFIG_LOCKD_V4=y
# CONFIG_SMB_FS is not set
# CONFIG_NCP_FS is not set
# CONFIG_NCPFS_PACKET_SIGNING is not set
# CONFIG_NCPFS_IOCTL_LOCKING is not set
# CONFIG_NCPFS_STRONG is not set
# CONFIG_NCPFS_NFS_NS is not set
# CONFIG_NCPFS_OS2_NS is not set
# CONFIG_NCPFS_SMALLDOS is not set
# CONFIG_NCPFS_NLS is not set
# CONFIG_NCPFS_EXTRAS is not set
CONFIG_ZISOFS_FS=y
#
# Partition Types
#
CONFIG_PARTITION_ADVANCED=y
# CONFIG_ACORN_PARTITION is not set
# CONFIG_OSF_PARTITION is not set
# CONFIG_AMIGA_PARTITION is not set
# CONFIG_ATARI_PARTITION is not set
# CONFIG_MAC_PARTITION is not set
CONFIG_MSDOS_PARTITION=y
# CONFIG_BSD_DISKLABEL is not set
# CONFIG_MINIX_SUBPARTITION is not set
# CONFIG_SOLARIS_X86_PARTITION is not set
# CONFIG_UNIXWARE_DISKLABEL is not set
# CONFIG_LDM_PARTITION is not set
# CONFIG_SGI_PARTITION is not set
# CONFIG_ULTRIX_PARTITION is not set
# CONFIG_SUN_PARTITION is not set
# CONFIG_EFI_PARTITION is not set
# CONFIG_SMB_NLS is not set
CONFIG_NLS=y
#
# Native Language Support
#
CONFIG_NLS_DEFAULT="iso8559-1"
# CONFIG_NLS_CODEPAGE_437 is not set
# CONFIG_NLS_CODEPAGE_737 is not set
# CONFIG_NLS_CODEPAGE_775 is not set
# CONFIG_NLS_CODEPAGE_850 is not set
# CONFIG_NLS_CODEPAGE_852 is not set
# CONFIG_NLS_CODEPAGE_855 is not set
# CONFIG_NLS_CODEPAGE_857 is not set
# CONFIG_NLS_CODEPAGE_860 is not set
# CONFIG_NLS_CODEPAGE_861 is not set
# CONFIG_NLS_CODEPAGE_862 is not set
# CONFIG_NLS_CODEPAGE_863 is not set
# CONFIG_NLS_CODEPAGE_864 is not set
# CONFIG_NLS_CODEPAGE_865 is not set
# CONFIG_NLS_CODEPAGE_866 is not set
# CONFIG_NLS_CODEPAGE_869 is not set
# CONFIG_NLS_CODEPAGE_936 is not set
# CONFIG_NLS_CODEPAGE_950 is not set
# CONFIG_NLS_CODEPAGE_932 is not set
# CONFIG_NLS_CODEPAGE_949 is not set
# CONFIG_NLS_CODEPAGE_874 is not set
# CONFIG_NLS_ISO8859_8 is not set
# CONFIG_NLS_CODEPAGE_1250 is not set
# CONFIG_NLS_CODEPAGE_1251 is not set
CONFIG_NLS_ISO8859_1=y
# CONFIG_NLS_ISO8859_2 is not set
# CONFIG_NLS_ISO8859_3 is not set
# CONFIG_NLS_ISO8859_4 is not set
# CONFIG_NLS_ISO8859_5 is not set
# CONFIG_NLS_ISO8859_6 is not set
# CONFIG_NLS_ISO8859_7 is not set
# CONFIG_NLS_ISO8859_9 is not set
# CONFIG_NLS_ISO8859_13 is not set
# CONFIG_NLS_ISO8859_14 is not set
# CONFIG_NLS_ISO8859_15 is not set
# CONFIG_NLS_KOI8_R is not set
# CONFIG_NLS_KOI8_U is not set
# CONFIG_NLS_UTF8 is not set
#
# Console drivers
#
CONFIG_XEN_CONSOLE=y
#
# Kernel hacking
#
CONFIG_DEBUG_KERNEL=y
# CONFIG_DEBUG_STACKOVERFLOW is not set
# CONFIG_DEBUG_HIGHMEM is not set
# CONFIG_DEBUG_SLAB is not set
# CONFIG_DEBUG_IOVIRT is not set
# CONFIG_MAGIC_SYSRQ is not set
# CONFIG_DEBUG_SPINLOCK is not set
# CONFIG_DEBUG_BUGVERBOSE is not set
CONFIG_KALLSYMS=y
# CONFIG_FRAME_POINTER is not set
CONFIG_LOG_BUF_SHIFT=0
#
# Cryptographic options
#
# CONFIG_CRYPTO is not set
#
# Library routines
#
# CONFIG_CRC32 is not set
CONFIG_ZLIB_INFLATE=y
# CONFIG_ZLIB_DEFLATE is not set
^ permalink raw reply [flat|nested] 29+ messages in thread* Re: compilation error
2004-10-31 21:00 Deepak Manohar
@ 2004-11-01 8:13 ` Keir Fraser
0 siblings, 0 replies; 29+ messages in thread
From: Keir Fraser @ 2004-11-01 8:13 UTC (permalink / raw)
To: Deepak Manohar; +Cc: Xen-devel
You hadn't configured the Xen console driver. I'ce checked in a fix
that means it is now impossible to accidentally disable that driver.
Try pulling the latest changes and run 'ARCH=xen make oldconfig' on
your currently-broken config files.
-- Keir
> Hi all,
>
> Im working on Linux 2.4.27 on Xen. I changed the compilation config
> file. Ive attached the file.
>
> On doing make world or make linux24. I got the following errors.
>
> ----------------------
> /home/mjdeepak/xen-2.0/linux-2.4.27-xen0/arch/xen/lib/lib.a /home/mjdeep
> ak/xen-2.0/linux-2.4.27-xen0/lib/lib.a /home/mjdeepak/xen-2.0/linux-2.4.27-xen0/
> arch/xen/lib/lib.a \
> --end-group \
> -o vmlinux
> arch/xen/kernel/kernel.o(.text+0x8a67): In function `machine_restart':
> : undefined reference to `xencons_force_flush'
> arch/xen/kernel/kernel.o(.text+0x8a97): In function `machine_power_off':
> : undefined reference to `xencons_force_flush'
> make[2]: *** [vmlinux] Error 1
> make[2]: Leaving directory `/home/mjdeepak/xen-2.0/linux-2.4.27-xen0'
> make[1]: *** [linux-xen0] Error 2
> make[1]: Leaving directory `/home/mjdeepak/xen-2.0'
> make: *** [world] Error 2
-------------------------------------------------------
This SF.Net email is sponsored by:
Sybase ASE Linux Express Edition - download now for FREE
LinuxWorld Reader's Choice Award Winner for best database on Linux.
http://ads.osdn.com/?ad_id=5588&alloc_id=12065&op=click
^ permalink raw reply [flat|nested] 29+ messages in thread
* Compilation error
@ 2002-10-17 10:48 Silakhdar Krikeb
0 siblings, 0 replies; 29+ messages in thread
From: Silakhdar Krikeb @ 2002-10-17 10:48 UTC (permalink / raw)
To: selinux
I tried to compile selinux lsm-2.5 on a system based on linuxfromscratch.org
I follow the instruction on the README files, but I get the following errors:
I wonder what is the problem?
/S
make[1]: Entering directory `/home/krikeb/lsm-2.5/arch/i386/pci'
make[1]: Leaving directory `/home/krikeb/lsm-2.5/arch/i386/pci'
Generating build number
make[1]: Entering directory `/home/krikeb/lsm-2.5/init'
Generating /home/krikeb/lsm-2.5/include/linux/compile.hdnsdomainname: Host nam
e lookup failure
(updated)
gcc -Wp,-MD,./.version.o.d -D__KERNEL__ -I/home/krikeb/lsm-2.5/include -Wall -
Wstrict-prototypes -Wno-trigraphs -O2 -fomit-frame-pointer -fno-strict-aliasing
-fno-common -pipe -mpreferred-stack-boundary=2 -march=i686 -nostdinc -iwithpre
fix include -DKBUILD_BASENAME=version -c -o version.o version.c
ld -m elf_i386 -r -o init.o main.o version.o do_mounts.o
make[1]: Leaving directory `/home/krikeb/lsm-2.5/init'
ld -m elf_i386 -T arch/i386/vmlinux.lds -e stext arch/i386/kernel/head.o arch/
i386/kernel/init_task.o init/init.o --start-group arch/i386/kernel/kernel.o arch
/i386/mm/mm.o kernel/kernel.o mm/mm.o fs/fs.o ipc/ipc.o security/built-in.o /hom
e/krikeb/lsm-2.5/arch/i386/lib/lib.a lib/lib.a /home/krikeb/lsm-2.5/arch/i386/li
b/lib.a drivers/built-in.o sound/sound.o arch/i386/pci/pci.o net/network.o --end
-group -o vmlinux
security/built-in.o: In function `selopt_init':
security/built-in.o(.text.init+0x186): undefined reference to `selopt_cache_exit'
security/built-in.o(.text.init+0x18b): undefined reference to `selopt_perimtab_e
xit'
security/built-in.o(.text.init+0x190): undefined reference to `flnetlink_exit'
security/built-in.o(.text.init+0x1bd): undefined reference to `selopt_queue_exit
'
security/built-in.o(.text.init+0x1c2): undefined reference to `selopt_cache_exit
'
security/built-in.o(.text.init+0x1c7): undefined reference to `selopt_perimtab_e
xit'
security/built-in.o(.text.init+0x1cc): undefined reference to `flnetlink_exit'
make: *** [vmlinux] Error 1
--
This message was distributed to subscribers of the selinux mailing list.
If you no longer wish to subscribe, send mail to majordomo@tycho.nsa.gov with
the words "unsubscribe selinux" without quotes as the message.
^ permalink raw reply [flat|nested] 29+ messages in thread
* compilation error
@ 2002-08-14 14:30 Suparerk Supasith
2002-08-14 14:54 ` Michail Bachmann
2002-08-14 14:56 ` Alan James
0 siblings, 2 replies; 29+ messages in thread
From: Suparerk Supasith @ 2002-08-14 14:30 UTC (permalink / raw)
To: linux-diald
Whiile I'm compiling diald 1.00 there's error about CLK_TCK in diald.c and
timer.c I do define INT CLK_TCK in diald.c but the problem still persist.
Can anyone help mme on this?
% make
gcc -g -O2 -DHAVE_CONFIG_H -I. -DDIALD_CONFIG_FILE=\"/etc/diald.conf\"
-DDIALD_DEFS_FILE=\"/usr/local/lib/diald/diald.defs\"
-DRUN_PREFIX=\"/var/run\" -c -o timer.o timer.c
timer.c:35: parse error before `CLK_TCK'
timer.c:35: warning: data definition has no type or storage class
timer.c: In function `validate_function':
timer.c:94: warning: comparison of distinct pointer types lacks a cast
timer.c:95: warning: comparison of distinct pointer types lacks a cast
make: *** [timer.o] Error 1
^ permalink raw reply [flat|nested] 29+ messages in thread
end of thread, other threads:[~2016-09-13 3:51 UTC | newest]
Thread overview: 29+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2016-09-13 1:25 Compilation error Vijayakumar Badiger
2016-09-13 1:53 ` Rudolf Streif
2016-09-13 3:32 ` Fred Ollinger
-- strict thread matches above, loose matches on Subject: below --
2013-09-13 16:06 compilation error Lluís Pàmies i Juárez
2013-09-13 18:23 ` Roald van Loon
2013-09-13 19:04 ` Lluís Pàmies i Juárez
2013-09-13 19:50 ` Roald van Loon
2013-09-13 20:13 ` Roald van Loon
2013-09-13 20:51 ` Lluís Pàmies i Juárez
2010-06-25 6:15 Compilation error Lars Bjørndal
2010-02-12 10:13 compilation error Niamathullah sharief
2010-02-12 12:20 ` Gary Thomas
2010-02-12 17:44 ` Koen Kooi
2007-03-07 9:03 Compilation Error Shahar Frank
2007-03-06 22:54 John Markh
[not found] ` <1173221670.15050.3.camel-WzFbyMo6myHT/s/qtBRgsA@public.gmane.org>
2007-03-06 23:10 ` Damir Shayhutdinov
2007-01-16 10:29 Two 2.6.20-rc5-rt2 issues Rui Nuno Capela
2007-01-22 10:29 ` compilation error Alessio Igor Bogani
2007-01-22 10:54 ` Ingo Molnar
2005-12-23 11:53 Compilation Error Prabhat_Singh
2005-10-11 19:51 Jeff Stevens
2005-07-25 7:16 Compilation error Susheel Raj
2005-05-19 6:24 compilation error marco
2005-05-19 6:24 ` Jean Delvare
2004-10-31 21:00 Deepak Manohar
2004-11-01 8:13 ` Keir Fraser
2002-10-17 10:48 Compilation error Silakhdar Krikeb
2002-08-14 14:30 compilation error Suparerk Supasith
2002-08-14 14:54 ` Michail Bachmann
2002-08-14 14:56 ` Alan James
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.