Chinaunix首页 | 论坛 | 博客
  • 博客访问: 530820
  • 博文数量: 116
  • 博客积分: 2063
  • 博客等级: 大尉
  • 技术积分: 1174
  • 用 户 组: 普通用户
  • 注册时间: 2007-10-26 16:44
个人简介

none

文章分类

全部博文(116)

文章存档

2023年(2)

2020年(3)

2019年(4)

2018年(7)

2017年(6)

2016年(17)

2015年(13)

2014年(19)

2013年(6)

2012年(13)

2011年(5)

2010年(11)

2008年(10)

分类: 嵌入式

2016-03-11 16:51:54

[root@localhost opt]# ./arm-hisiv200-linux/bin/arm-hisiv200-linux-gcc --version
arm-hisiv200-linux-gcc (Hisilicon_v200(gcc4.4-290+glibc-2.11+eabi+nptl)) 4.4.1

[root@localhost opt]# ./arm-hisiv100-linux/bin/arm-hisiv100-linux-gcc --version
arm-hisiv100-linux-gcc (Hisilicon_v100(gcc4.4-290+uclibc_0.9.30.2+eabi+linuxpthread)) 4.4.1

[root@localhost opt]# ./arm-hisiv100nptl-linux/bin/arm-hisiv100-linux-gcc --version
arm-hisiv100-linux-gcc (Hisilicon_v100(gcc4.4-290+uclibc_0.9.32.1+eabi+linuxpthread)) 4.4.1

[root@localhost opt]# ./Hi3518_SDK_V1.0.8.1/package/osdrv/toolchain/arm-hisiv100nptl-linux/arm-hisiv100-linux/bin/arm-hisiv100-linux-uclibcgnueabi-gcc --version
arm-hisiv100-linux-uclibcgnueabi-gcc (Hisilicon_v100(gcc4.4-290+uclibc_0.9.32.1+eabi+linuxpthread)) 4.4.1

[root@localhost opt]# ./Hi3521_SDK_V1.0.6.2/osdrv/toolchain/arm-hisiv100-linux/bin/arm-hisiv100-linux-gcc --version
arm-hisiv100-linux-gcc (Hisilicon_v100(gcc4.4-290+uclibc_0.9.30.2+eabi+linuxpthread)) 4.4.1

[root@localhost opt]# ./Hi3531_SDK_V1.0.B.2/package/osdrv/toolchain/arm-hisiv100-linux/arm-hisiv100-linux/bin/arm-hisiv100-linux-uclibcgnueabi-gcc --version
arm-hisiv100-linux-uclibcgnueabi-gcc (Hisilicon_v100(gcc4.4-290+uclibc_0.9.30.2+eabi+linuxpthread)) 4.4.1

[root@localhost opt]# ./Hi3531_SDK_V1.0.B.2/package/osdrv/toolchain/arm-hisiv100nptl-linux/arm-hisiv100-linux/bin/arm-hisiv100-linux-uclibcgnueabi-gcc --version
arm-hisiv100-linux-uclibcgnueabi-gcc (Hisilicon_v100(gcc4.4-290+uclibc_0.9.32.1+eabi+linuxpthread)) 4.4.1


[root@localhost opt]# ./hisi-linux/x86-arm/arm-hisiv200-linux/bin/arm-hisiv200-linux-gcc --version   
arm-hisiv200-linux-gcc (Hisilicon_v200(gcc4.4-290+glibc-2.11+eabi+nptl)) 4.4.1

[root@localhost opt]# ./hisi-linux/x86-arm/arm-histbv300-linux/bin/arm-hisiv300-linux-gcc --version
arm-hisiv300-linux-gcc (gcc-4.9.2 + eglibc-2.19 (Build by czyong) Mon Mar  9 14:14:50 CST 2015) 4.9.2 20140904 (prerelease)
[root@localhost opt]# ./hisi-linux/x86-arm/arm-histbv300-linux/bin/arm-gcc49-linux-gnueabi-gcc --version
arm-gcc49-linux-gnueabi-gcc (gcc-4.9.2 + eglibc-2.19 (Build by czyong) Mon Mar  9 14:14:50 CST 2015) 4.9.2 20140904 (prerelease)


=================================== 4 STB INFO =================================== 
[root@localhost ~]# arm-hisiv200-linux-gcc --version
arm-hisiv200-linux-gcc (Hisilicon_v200(gcc4.4-290+glibc-2.11+eabi+nptl)) 4.4.1
Copyright (C) 2009 Free Software Foundation, Inc.
This is free software; see the source for copying conditions.  There is NO
warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.


[root@localhost ~]# arm-histbv300-linux-gcc --version            
arm-histbv300-linux-gcc (gcc-4.9.2 + eglibc-2.19 (Build by czyong) Mon Mar  9 14:14:50 CST 2015) 4.9.2 20140904 (prerelease)
Copyright (C) 2014 Free Software Foundation, Inc.
This is free software; see the source for copying conditions.  There is NO
warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
=================================== 4 STB INFO =================================== 



=================================== 4 3521 INFO =================================== 
---------------------------------O   K----------------------------------
/.100G/arm-hisiv100-linux/target/bin/arm-hisiv100nptl-linux-gcc

arm-hisiv100nptl-linux-gcc (Hisilicon_v100(gcc4.4-290+uclibc_0.9.32.1+eabi+linuxpthread)) 4.4.1    !!! 0.9.32.1-------OK

ifeq ($(ARCH),arm3521)
    CC = arm-hisiv100nptl-linux-gcc
    CPP = arm-hisiv100nptl-linux-g++
    MACRO = -D_HISI_ARM -DXLOCALE_NOT_USED
    #CROSS_COMPILE_PATH=/opt/hisi-linux-nptl/arm-hisiv100-linux/target
    CROSS_COMPILE_PATH=/.100G/arm-hisiv100-linux/target/
    #CROSS_COMPILE_PATH=/opt/arm-hisiv100-linux/target
    CFLAGS+= -D__IPDECODE__ -DUSE_OLD_DEKSDK
    #CFLAGS+= -march=armv7-a -mcpu=cortex-a9 -mfloat-abi=soft                                                                                 
    STRIP = arm-hisiv100nptl-linux-strip
endif
---------------------------------O   K----------------------------------


---------------------------------ERROR----------------------------------
/opt/arm-hisiv100-linux/bin/arm-hisiv100nptl-linux-gcc

arm-hisiv100nptl-linux-gcc (Hisilicon_v100(gcc4.4-290+uclibc_0.9.30.2+eabi+linuxpthread)) 4.4.1    !!! 0.9.30.2------ERROR

ifeq ($(ARCH),arm3521)
    CC = arm-hisiv100nptl-linux-gcc
    CPP = arm-hisiv100nptl-linux-g++
    MACRO = -D_HISI_ARM -DXLOCALE_NOT_USED
    #CROSS_COMPILE_PATH=/opt/hisi-linux-nptl/arm-hisiv100-linux/target
    #CROSS_COMPILE_PATH=/.100G/arm-hisiv100-linux/target/
    CROSS_COMPILE_PATH=/opt/arm-hisiv100-linux/target
    CFLAGS+= -D__IPDECODE__ -DUSE_OLD_DEKSDK
    #CFLAGS+= -march=armv7-a -mcpu=cortex-a9 -mfloat-abi=soft                                                                                 
    STRIP = arm-hisiv100nptl-linux-strip
endif


[IPDM]<@Info: IPDevice.cpp: SmallTaskProcess: 928>      eMainRealStreamStartTask task reconncting!
[OnvifClient] RealStream.cpp Start 218 User : 0.
[RTSP Client]RTSPClientInterface.cpp RTSPClient_Create 132 stream:0 uri:rtsp://192.168.200.100:554/user=admin_password=d05NHVas_channel=1_stream=0.sdp?real_stream port:554 user:admin pass:911 trans:0.
InitPlayStream() this:1330448048, env:40642408, url:rtsp://192.168.200.100:554/user=admin_password=d05NHVas_channel=1_stream=0.sdp?real_stream ,rtspClient:41177416 
PlayStream() this:1330448048, env:40642408, url:rtsp://192.168.200.100:554/user=admin_password=d05NHVas_channel=1_stream=0.sdp?real_stream hStream:0 
[RTSP Client] openRTSP.cpp PlayStream 910 Play failed, ResultCode : 0.
[RTSP Client] RTSPClientInterface.cpp RTSPClient_Control 284 Failed.
[OnvifClient] RealStream.cpp Start 349 Failed.
[RTSP Client]RTSPClientInterface.cpp RTSPClient_Destroy 320 stream:0.
Stop doEventLoop address = 1330448572, value = 1
CloseStream() Stop befor BLOCK_STATE_SET State:hStream = 0, Line = 0
CloseStream() Stop after BLOCK_STATE_SET State:hStream = 0, Line = 1
shutdownStream hStream:0 
[OnvifClient] HYOnvifClient.cpp OnvifClient_StreamMediaControl 989 Stream : 0.
[IPDM]<@Error: IPDevice.cpp: RealStreamStart: 1646>     There is an error in the Real stream starting. The error code is 1: eErrorFailed
[IPDM]<@Info: IPDevice.cpp: SmallTaskProcess: 928>      eSubRealStreamStartTask task reconncting!
[OnvifClient] RealStream.cpp Start 218 User : 0.
[RTSP Client]RTSPClientInterface.cpp RTSPClient_Create 132 stream:0 uri:rtsp://192.168.200.100:554/user=admin_password=d05NHVas_channel=1_stream=1.sdp?real_stream port:554 user:admin pass:911 trans:0.
InitPlayStream() this:1330448048, env:40642408, url:rtsp://192.168.200.100:554/user=admin_password=d05NHVas_channel=1_stream=1.sdp?real_stream ,rtspClient:41177416 
PlayStream() this:1330448048, env:40642408, url:rtsp://192.168.200.100:554/user=admin_password=d05NHVas_channel=1_stream=1.sdp?real_stream hStream:0 
[RTSP Client] openRTSP.cpp PlayStream 910 Play failed, ResultCode : 0.
[RTSP Client] RTSPClientInterface.cpp RTSPClient_Control 284 Failed.
[OnvifClient] RealStream.cpp Start 349 Failed.
[RTSP Client]RTSPClientInterface.cpp RTSPClient_Destroy 320 stream:0.
Stop doEventLoop address = 1330448572, value = 1
CloseStream() Stop befor BLOCK_STATE_SET State:hStream = 0, Line = 0
CloseStream() Stop after BLOCK_STATE_SET State:hStream = 0, Line = 1
shutdownStream hStream:0 
[OnvifClient] HYOnvifClient.cpp OnvifClient_StreamMediaControl 989 Stream : 1.
[IPDM]<@Error: IPDevice.cpp: SubRealStreamStart: 1686>  There is an error in the sub real stream starting. The error code is 1: eErrorFailed
[IPDM]<@Info: IPDevice.cpp: SmallTaskProcess: 1082>     Delay 3 seconds for Reconnecting...
---------------------------------ERROR----------------------------------
=================================== 4 3521 INFO =================================== 
阅读(1589) | 评论(0) | 转发(0) |
给主人留下些什么吧!~~