贴个make open-iscsi时出现的问题

发布于 2022-10-15 05:30:48 字数 12437 浏览 14 评论 0

make KSRC=/root/linux-2.6.32 出现一大串warning

make -C utils/sysdeps
make[1]: Entering directory `/root/open-iscsi-2.0-871/utils/sysdeps'
make[1]: Nothing to be done for `all'.
make[1]: Leaving directory `/root/open-iscsi-2.0-871/utils/sysdeps'
make -C utils/fwparam_ibft
make[1]: Entering directory `/root/open-iscsi-2.0-871/utils/fwparam_ibft'
make[1]: Nothing to be done for `all'.
make[1]: Leaving directory `/root/open-iscsi-2.0-871/utils/fwparam_ibft'
make -C usr
make[1]: Entering directory `/root/open-iscsi-2.0-871/usr'
make[1]: Nothing to be done for `all'.
make[1]: Leaving directory `/root/open-iscsi-2.0-871/usr'
make -C utils
make[1]: Entering directory `/root/open-iscsi-2.0-871/utils'
make[1]: Nothing to be done for `all'.
make[1]: Leaving directory `/root/open-iscsi-2.0-871/utils'

Compilation complete                 Output file
-----------------------------------  ----------------
Built iSCSI daemon:                  usr/iscsid
Built management application:        usr/iscsiadm
Built boot tool:                     usr/iscsistart

Read README file for detailed information.
make -C kernel
make[1]: Entering directory `/root/open-iscsi-2.0-871/kernel'
make -C /root/linux-2.6.32/ M=`pwd` KBUILD_OUTPUT=  V=0 modules
make[2]: Entering directory `/root/linux-2.6.32'
  Building modules, stage 2.
  MODPOST 4 modules
WARNING: /root/open-iscsi-2.0-871/kernel/libiscsi: 'iscsi_host_set_param' exported twice. Previous export was in vmlinux
WARNING: /root/open-iscsi-2.0-871/kernel/libiscsi: 'iscsi_host_get_param' exported twice. Previous export was in vmlinux
WARNING: /root/open-iscsi-2.0-871/kernel/libiscsi: 'iscsi_conn_get_param' exported twice. Previous export was in vmlinux
WARNING: /root/open-iscsi-2.0-871/kernel/libiscsi: 'iscsi_session_get_param' exported twice. Previous export was in vmlinux
WARNING: /root/open-iscsi-2.0-871/kernel/libiscsi: 'iscsi_set_param' exported twice. Previous export was in vmlinux
WARNING: /root/open-iscsi-2.0-871/kernel/libiscsi: 'iscsi_conn_bind' exported twice. Previous export was in vmlinux
WARNING: /root/open-iscsi-2.0-871/kernel/libiscsi: 'iscsi_conn_stop' exported twice. Previous export was in vmlinux
WARNING: /root/open-iscsi-2.0-871/kernel/libiscsi: 'iscsi_conn_start' exported twice. Previous export was in vmlinux
WARNING: /root/open-iscsi-2.0-871/kernel/libiscsi: 'iscsi_conn_teardown' exported twice. Previous export was in vmlinux
WARNING: /root/open-iscsi-2.0-871/kernel/libiscsi: 'iscsi_conn_setup' exported twice. Previous export was in vmlinux
WARNING: /root/open-iscsi-2.0-871/kernel/libiscsi: 'iscsi_session_teardown' exported twice. Previous export was in vmlinux
WARNING: /root/open-iscsi-2.0-871/kernel/libiscsi: 'iscsi_session_setup' exported twice. Previous export was in vmlinux
WARNING: /root/open-iscsi-2.0-871/kernel/libiscsi: 'iscsi_host_free' exported twice. Previous export was in vmlinux
WARNING: /root/open-iscsi-2.0-871/kernel/libiscsi: 'iscsi_host_remove' exported twice. Previous export was in vmlinux
WARNING: /root/open-iscsi-2.0-871/kernel/libiscsi: 'iscsi_host_alloc' exported twice. Previous export was in vmlinux
WARNING: /root/open-iscsi-2.0-871/kernel/libiscsi: 'iscsi_host_add' exported twice. Previous export was in vmlinux
WARNING: /root/open-iscsi-2.0-871/kernel/libiscsi: 'iscsi_pool_free' exported twice. Previous export was in vmlinux
WARNING: /root/open-iscsi-2.0-871/kernel/libiscsi: 'iscsi_pool_init' exported twice. Previous export was in vmlinux
WARNING: /root/open-iscsi-2.0-871/kernel/libiscsi: 'iscsi_eh_device_reset' exported twice. Previous export was in vmlinux
WARNING: /root/open-iscsi-2.0-871/kernel/libiscsi: 'iscsi_eh_abort' exported twice. Previous export was in vmlinux
WARNING: /root/open-iscsi-2.0-871/kernel/libiscsi: 'iscsi_suspend_tx' exported twice. Previous export was in vmlinux
WARNING: /root/open-iscsi-2.0-871/kernel/libiscsi: 'iscsi_eh_target_reset' exported twice. Previous export was in vmlinux
WARNING: /root/open-iscsi-2.0-871/kernel/libiscsi: 'iscsi_session_recovery_timedout' exported twice. Previous export was in vmlinux
WARNING: /root/open-iscsi-2.0-871/kernel/libiscsi: 'iscsi_target_alloc' exported twice. Previous export was in vmlinux
WARNING: /root/open-iscsi-2.0-871/kernel/libiscsi: 'iscsi_change_queue_depth' exported twice. Previous export was in vmlinux
WARNING: /root/open-iscsi-2.0-871/kernel/libiscsi: 'iscsi_queuecommand' exported twice. Previous export was in vmlinux
WARNING: /root/open-iscsi-2.0-871/kernel/libiscsi: 'iscsi_requeue_task' exported twice. Previous export was in vmlinux
WARNING: /root/open-iscsi-2.0-871/kernel/libiscsi: 'iscsi_conn_failure' exported twice. Previous export was in vmlinux
WARNING: /root/open-iscsi-2.0-871/kernel/libiscsi: 'iscsi_session_failure' exported twice. Previous export was in vmlinux
WARNING: /root/open-iscsi-2.0-871/kernel/libiscsi: 'iscsi_itt_to_ctask' exported twice. Previous export was in vmlinux
WARNING: /root/open-iscsi-2.0-871/kernel/libiscsi: 'iscsi_verify_itt' exported twice. Previous export was in vmlinux
WARNING: /root/open-iscsi-2.0-871/kernel/libiscsi: 'iscsi_complete_pdu' exported twice. Previous export was in vmlinux
WARNING: /root/open-iscsi-2.0-871/kernel/libiscsi: '__iscsi_complete_pdu' exported twice. Previous export was in vmlinux
WARNING: /root/open-iscsi-2.0-871/kernel/libiscsi: 'iscsi_itt_to_task' exported twice. Previous export was in vmlinux
WARNING: /root/open-iscsi-2.0-871/kernel/libiscsi: 'iscsi_conn_send_pdu' exported twice. Previous export was in vmlinux
WARNING: /root/open-iscsi-2.0-871/kernel/libiscsi: 'iscsi_put_task' exported twice. Previous export was in vmlinux
WARNING: /root/open-iscsi-2.0-871/kernel/libiscsi: '__iscsi_get_task' exported twice. Previous export was in vmlinux
WARNING: /root/open-iscsi-2.0-871/kernel/libiscsi: 'iscsi_prep_data_out_pdu' exported twice. Previous export was in vmlinux
WARNING: /root/open-iscsi-2.0-871/kernel/libiscsi: 'iscsi_update_cmdsn' exported twice. Previous export was in vmlinux
WARNING: /root/open-iscsi-2.0-871/kernel/libiscsi: 'iscsi_conn_queue_work' exported twice. Previous export was in vmlinux
WARNING: /root/open-iscsi-2.0-871/kernel/libiscsi_tcp: 'iscsi_tcp_conn_get_stats' exported twice. Previous export was in vmlinux
WARNING: /root/open-iscsi-2.0-871/kernel/libiscsi_tcp: 'iscsi_tcp_r2tpool_free' exported twice. Previous export was in vmlinux
WARNING: /root/open-iscsi-2.0-871/kernel/libiscsi_tcp: 'iscsi_tcp_r2tpool_alloc' exported twice. Previous export was in vmlinux
WARNING: /root/open-iscsi-2.0-871/kernel/libiscsi_tcp: 'iscsi_tcp_conn_teardown' exported twice. Previous export was in vmlinux
WARNING: /root/open-iscsi-2.0-871/kernel/libiscsi_tcp: 'iscsi_tcp_conn_setup' exported twice. Previous export was in vmlinux
WARNING: /root/open-iscsi-2.0-871/kernel/libiscsi_tcp: 'iscsi_tcp_task_xmit' exported twice. Previous export was in vmlinux
WARNING: /root/open-iscsi-2.0-871/kernel/libiscsi_tcp: 'iscsi_tcp_task_init' exported twice. Previous export was in vmlinux
WARNING: /root/open-iscsi-2.0-871/kernel/libiscsi_tcp: 'iscsi_tcp_recv_skb' exported twice. Previous export was in vmlinux
WARNING: /root/open-iscsi-2.0-871/kernel/libiscsi_tcp: 'iscsi_tcp_recv_segment_is_hdr' exported twice. Previous export was in vmlinux
WARNING: /root/open-iscsi-2.0-871/kernel/libiscsi_tcp: 'iscsi_tcp_cleanup_task' exported twice. Previous export was in vmlinux
WARNING: /root/open-iscsi-2.0-871/kernel/libiscsi_tcp: 'iscsi_tcp_hdr_recv_prep' exported twice. Previous export was in vmlinux
WARNING: /root/open-iscsi-2.0-871/kernel/libiscsi_tcp: 'iscsi_segment_seek_sg' exported twice. Previous export was in vmlinux
WARNING: /root/open-iscsi-2.0-871/kernel/libiscsi_tcp: 'iscsi_segment_init_linear' exported twice. Previous export was in vmlinux
WARNING: /root/open-iscsi-2.0-871/kernel/libiscsi_tcp: 'iscsi_tcp_dgst_header' exported twice. Previous export was in vmlinux
WARNING: /root/open-iscsi-2.0-871/kernel/libiscsi_tcp: 'iscsi_tcp_segment_done' exported twice. Previous export was in vmlinux
WARNING: /root/open-iscsi-2.0-871/kernel/libiscsi_tcp: 'iscsi_tcp_segment_unmap' exported twice. Previous export was in vmlinux
WARNING: /root/open-iscsi-2.0-871/kernel/scsi_transport_iscsi: 'iscsi_unregister_transport' exported twice. Previous export was in vmlinux
WARNING: /root/open-iscsi-2.0-871/kernel/scsi_transport_iscsi: 'iscsi_register_transport' exported twice. Previous export was in vmlinux
WARNING: /root/open-iscsi-2.0-871/kernel/scsi_transport_iscsi: 'iscsi_session_event' exported twice. Previous export was in vmlinux
WARNING: /root/open-iscsi-2.0-871/kernel/scsi_transport_iscsi: 'iscsi_conn_error_event' exported twice. Previous export was in vmlinux
WARNING: /root/open-iscsi-2.0-871/kernel/scsi_transport_iscsi: 'iscsi_recv_pdu' exported twice. Previous export was in vmlinux
WARNING: /root/open-iscsi-2.0-871/kernel/scsi_transport_iscsi: 'iscsi_destroy_conn' exported twice. Previous export was in vmlinux
WARNING: /root/open-iscsi-2.0-871/kernel/scsi_transport_iscsi: 'iscsi_create_conn' exported twice. Previous export was in vmlinux
WARNING: /root/open-iscsi-2.0-871/kernel/scsi_transport_iscsi: 'iscsi_destroy_session' exported twice. Previous export was in vmlinux
WARNING: /root/open-iscsi-2.0-871/kernel/scsi_transport_iscsi: 'iscsi_free_session' exported twice. Previous export was in vmlinux
WARNING: /root/open-iscsi-2.0-871/kernel/scsi_transport_iscsi: 'iscsi_remove_session' exported twice. Previous export was in vmlinux
WARNING: /root/open-iscsi-2.0-871/kernel/scsi_transport_iscsi: 'iscsi_create_session' exported twice. Previous export was in vmlinux
WARNING: /root/open-iscsi-2.0-871/kernel/scsi_transport_iscsi: 'iscsi_add_session' exported twice. Previous export was in vmlinux
WARNING: /root/open-iscsi-2.0-871/kernel/scsi_transport_iscsi: 'iscsi_alloc_session' exported twice. Previous export was in vmlinux
WARNING: /root/open-iscsi-2.0-871/kernel/scsi_transport_iscsi: 'iscsi_block_session' exported twice. Previous export was in vmlinux
WARNING: /root/open-iscsi-2.0-871/kernel/scsi_transport_iscsi: 'iscsi_unblock_session' exported twice. Previous export was in vmlinux
WARNING: /root/open-iscsi-2.0-871/kernel/scsi_transport_iscsi: 'iscsi_scan_finished' exported twice. Previous export was in vmlinux
WARNING: /root/open-iscsi-2.0-871/kernel/scsi_transport_iscsi: 'iscsi_host_for_each_session' exported twice. Previous export was in vmlinux
WARNING: /root/open-iscsi-2.0-871/kernel/scsi_transport_iscsi: 'iscsi_session_chkready' exported twice. Previous export was in vmlinux
WARNING: /root/open-iscsi-2.0-871/kernel/scsi_transport_iscsi: 'iscsi_lookup_endpoint' exported twice. Previous export was in vmlinux
WARNING: /root/open-iscsi-2.0-871/kernel/scsi_transport_iscsi: 'iscsi_destroy_endpoint' exported twice. Previous export was in vmlinux
WARNING: /root/open-iscsi-2.0-871/kernel/scsi_transport_iscsi: 'iscsi_create_endpoint' exported twice. Previous export was in vmlinux
make[2]: Leaving directory `/root/linux-2.6.32'
make[1]: Leaving directory `/root/open-iscsi-2.0-871/kernel'
Kernel Compilation complete          Output file
-----------------------------------  ----------------
Built iSCSI Open Interface module:   kernel/scsi_transport_iscsi.ko
Built iSCSI library module:          kernel/libiscsi.ko
Built iSCSI over TCP library module: kernel/libiscsi_tcp.ko
Built iSCSI over TCP kernel module:  kernel/iscsi_tcp.ko

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。
列表为空,暂无数据
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文