attention :: 怎 样 打 开 或 关 闭 CD-ROM (转)

attention :: 怎 样 打 开 或 关 闭 CD-ROM (转)[@more@]

如果你想通过VB打开或者关闭CD-ROM,你可以向windows Multimedia DLL发出一条相关的命令请求,但是你必须先声明DLL:

在模块文件中加入以下代码:

Declare Function mciSendString Lib "winmm.dll" Alias _"mciSendStringA" (ByVal lpstrCommand As String, ByVal _lpstrReturnString As String, ByVal uReturnLength As Long, _

ByVal hwndCallback As Long) As Long

以下是打开CD-ROM的过程代码:

retvalue = mcisendstring("set CDAudio door open", _

returnstring, 127, 0)

关闭CD-ROM用以下代码:

retvalue = mcisendstring("set CDAudio door closed", _returnstring, 127, 0)

 


来自 “ ITPUB博客 ” ,链接:http://blog.itpub.net/10752043/viewspace-988949/,如需转载,请注明出处,否则将追究法律责任。

转载于:http://blog.itpub.net/10752043/viewspace-988949/

Performance Endpoint for Linux (32-bit and 64-bit) File README Version 7.30 SP1 Copyright (C) 2003-2013 Ixia. All rights reserved. Ixia 26601 W. Agoura Road Calabasas, CA 91302 U.S.A. Web: www.ixiacom.com Phone: +1 818 871-1800 or + 1 877 FOR IXIA Fax: +1 818 871 1805 General information: Email: info@ixiacom.com Technical support: Email: support@ixiacom.com Thanks! We appreciate your interest in our software. We keep seeking ways to improve it; we welcome your feedback and suggestions. We continue to enhance and expand our Web site -- come and visit us. The latest versions of the endpoints are always available for free at http://www.ixiacom.com/support/endpoint_library/ Note that the Ixia Performance Endpoints have not been tested with NetIQ applications and may not function properly with NetIQ applications. Linux kernel 2.4.20 We've tested with packages that implement Linux kernel 2.4.20. We have not tested this version of Performance Endpoint with earlier versions of the Linux kernel. Only TCP and UDP/RTP support The Performance Endpoint for Linux uses the Sockets interface to the TCP/IP support shipped with Linux. IPX, SPX, or other network protocols are not supported in this version. For IPv6 support, kernel 2.4.18-3 or better is required. Here's what you need to run the endpoint program with Linux: - A computer capable of running Linux well. We recommend a CPU such as Intel Pentium III or better. For the 64-bit (x64) version of the endpoint you will need an AMD64/EM64T compatible CPU, such as AMD Opteron or an Intel Xeon with support for EM64T technology. For the 64-bit versions of the endpoint the corresponding 64-bit version of Linux is also required. - 64 MBytes of RAM. The total RAM requirement depends on RAM usage of the underlying protocol stack and the number of concurrent endpoint pairs. For tests involving over one hundred connections through a single endpoint, additional memory may be required. - A hard disk with at least 8 MBytes of space available. - Linux kernel 2.4.20 or better. Older versions of the Linux kernel may not support IPv6 properly. TAR-Based Endpoint Installation for Linux ------------------------------------------------------------------- Use the TAR-based installation if you are installing the endpoint on any Linux platform other than Red Hat (32-bit) or SuSE (64-bit). First, make sure that you are logged in as a "root" user. Also remember all commands and parameters discussed here are case-sensitive. Use the combination of uppercase and lowercase letters as shown below (for all the file names, "M" represents the major version and "m" represents the minor version). The following instructions describe how to install the endpoint on a computer with a CD-ROM drive. Put the CD-ROM in your CD-ROM drive. If you want to install the 64-bit version of the endpoint, replace the name of the archives (pelnx_Mm.tar.gz and pelnx_Mm.tar) from the following instructions with pelinux_amd64_Mm.tar.gz Enter the following commands, assuming your CD-ROM drive device name is /dev/cdrom and you are able to create a temporary directory named cdrom: mkdir /cdrom mount /dev/cdrom /cdrom The CD-ROM contains an archive of the endpoint package. First use the RM command to ensure a clean temporary install directory. Then use the TAR command to extract the archive contents from the CD-ROM: cd /tmp rm -fr temp tar -zxvf ./pelnx_Mm.tar.gz Next, run the endpoint's installation script to install the endpoint: ./endpoint.install The license agreement is shown, presented with the "more" command. Press the space bar until the end of the agreement is displayed. You are asked whether you accept the terms and conditions of the agreement. If you do, enter "accept_license" and press return. After the installation is complete, use the UMOUNT command to unmount the file system from the CD-ROM: umount /cdrom During installation, you will see several status messages. Pay close attention to the output. When the installation is successful, you see the message "Installation of endpoint was successful." The installation script and temporary directory are not removed automatically if the installation is successful. If you need the disk space after installing the endpoint, you may delete the temporary directory and installation script. Unattended Installation for TAR-Based Linux You can install the endpoint silently, that is, without providing any additional user input. Complete the steps, as described above, through the TAR command. Next, run the endpoint's installation, adding the "accept_license" parameter: ./endpoint.install accept_license Removing the TAR-Based Endpoint Package (Uninstall) You must be logged in as the root user to remove the endpoint package. If you need to remove the endpoint package from your hard disk, first stop the endpoint program (if running). Enter the following command: /usr/local/Ixia/endpoint -k Use the following command to remove the endpoint: /usr/local/Ixia/endpoint.remove If the removal is successful, you will see the following: "Removal of endpoint was successful." This removes the files from /usr/local/Ixia, except for any files added to this directory that were not present at install, such as the endpoint.ini file, but does not delete the directory. The remove program does not automatically delete files added to the directory that you may need if you reinstall the product. RPM-Based Endpoint Installation for Linux ------------------------------------------------------------------- Use the RPM-based installation if you are installing the endpoint on Red Hat (32-bit) or SuSE (64-bit). For installation, first make sure that you are logged in as a "root" user. Also remember all commands and parameters discussed here are case-sensitive. Use the combination of uppercase and lowercase letters as shown below (for all the file names, "M" represents the major version and "m" represents the minor version). The following instructions describe how to install the endpoint on a computer with a CD-ROM drive. Put the CD-ROM in your CD-ROM drive. If you want to install the 64-bit version of the endpoint, replace the name of the RPM file (pelnx_Mm.rpm) from the following instructions with pelinux_amd64_Mm.rpm Enter the following commands, assuming your CD-ROM drive device name is /dev/cdrom and you are able to create a temporary directory named cdrom: mkdir /cdrom mount /dev/cdrom /cdrom Copy the pelnx_Mm.rpm file from the CD-ROM drive to a local directory (for example, tmp). cp /cdrom/endpoint/linux/pelnx_Mm.rpm /tmp For RPM, use the RPM command to install the endpoint: rpm -Uvh /tmp/pelnx_Mm.rpm After the installation is complete, use the UMOUNT command to unmount the file system from the CD-ROM: umount /cdrom During installation, you will see several status messages. Pay close attention to the output. When the installation is successful, you see the message "Installation of endpoint was successful." Removing the RPM-Based Endpoint Package (Uninstall) You must be logged in as the root user to remove the endpoint package. If you need to remove the endpoint package from your hard disk, first stop the endpoint program (if running). Enter the following command: /usr/local/Ixia/endpoint -k Use the following command to remove the endpoint (you must be logged in as root to run this program): rpm -e endpoint If the removal is successful, you will see the following: "Removal of endpoint was successful." This removes the files from /usr/local/Ixia, except for any files that were added to this directory that were not present at install, such as the endpoint.ini file, and does not delete the directory. The remove program does not automatically delete files added to the directory that you may need if you reinstall the product. What We Do During Installation Here is what happens during the installation steps. The endpoint is installed into the directory /usr/local/Ixia. A directory is created with the following contents: - the executable programs. - the README file. - various install and uninstall programs. - the directory cmpfiles. This directory contains files with the .cmp file extension. These are files containing data of different types, such as typical text or binary data. These files are used by the endpoint as data on SEND commands. The different data types can be used to vary the data compression performance of your network hardware and software. - the file endpoint.ini. Our software ends any copy of the endpoint program currently running and starts a copy of the newly-installed endpoint. You can run tests immediately, without a reboot. Our software displays information on how to update your system to have the endpoint start automatically upon reboot. No changes are made to the PATH environment variable of the root user. *IxChariot is a registered trademark of Ixia. United States Patent Numbers 5,838,919, 5,881,237, 5,937,165, and 6,061,725. Other patents pending.啥意思
10-16
================================ [CLEAN SUCCESS] Took 0.00 seconds ================================ ================================ [Python环境正常] ================================ warning: the int symbol LFS_PARTITION_ID (defined at middleware/chips/ws63/Kconfig:105) has a non-int default 0x21 (undefined) warning: default on the choice symbol MIDDLEWARE_SUPPORT_UPG_COMPRESS (defined at middleware/chips/ws63/Kconfig:52) will have no effect, as defaults do not affect choice symbols warning: default on the choice symbol MIDDLEWARE_SUPPORT_UPG_AB (defined at middleware/chips/ws63/Kconfig:59) will have no effect, as defaults do not affect choice symbols warning: default on the choice symbol MIDDLEWARE_SUPPORT_EXCEPT_REBOOT (defined at middleware/chips/ws63/Kconfig:85) will have no effect, as defaults do not affect choice symbols warning: default on the choice symbol MIDDLEWARE_SUPPORT_EXCEPT_WAITFOREVER (defined at middleware/chips/ws63/Kconfig:91) will have no effect, as defaults do not affect choice symbols D:\fbb_ws63-master\src\build\script\.\..\..\build\config\target_config\ws63\menuconfig\acore\ws63_flashboot.config:432: warning: DRIVER_SUPPORT_DMA (defined at drivers/drivers/Kconfig:51) set more than once. Old value "n", new value "y". Not searching for unused variables given on the command line. -- BUILD_PLATFORM: windows -- BUILD_PLATFORM: windows -- The C compiler identification is GNU 7.3.0 -- The ASM compiler identification is GNU -- Found assembler: D:/fbb_ws63-master/src/tools/bin/compiler/riscv/cc_riscv32_musl_100/cc_riscv32_musl_win/bin/riscv32-linux-musl-gcc.exe -- The CXX compiler identification is GNU 7.3.0 -- Detecting C compiler ABI info -- Detecting C compiler ABI info - failed -- Detecting C compile features -- Detecting C compile features - done -- Detecting CXX compiler ABI info -- Detecting CXX compiler ABI info - failed -- Detecting CXX compile features -- Detecting CXX compile features - done GEN_TARGET_SRC = D:/fbb_ws63-master/src/output/ws63/acore/acore.c PRECOMPILE_TARGET = D:/fbb_ws63-master/src/output/ws63/acore/acore.etypes TARGET_INCLUDE = D:/fbb_ws63-master/src/middleware/chips/ws63/nv/nv_config/include;D:/fbb_ws63-master/src/middleware/utils/common_headers/native BGTP_PROJECT=ws63 BGTP_ROM_VERSION=false BGTP_DEVICE_ONLY=false BG COMMON BTH_ROM_LIST:__null__ BTH_ROM_LIST:__null__ -- project_name: -- Configuring done -- Generating done -- Build files have been written to: D:/fbb_ws63-master/src/output/ws63/acore/ws63-flashboot [0/1] Re-running CMake... FAILED: build.ninja C:\Users\���ļ�\AppData\Local\Programs\Python\Python311\Lib\site-packages\cmake\data\bin\cmake.exe --regenerate-during-build -SD:\fbb_ws63-master\src -BD:\fbb_ws63-master\src\output\ws63\acore\ws63-flashboot CreateProcess failed: The system cannot find the file specified. python path: C:\Users\���ļ�\AppData\Local\Programs\Python\Python311\python.exe [ws63][acore] run custom cmd success! D:\fbb_ws63-master\src\build\script\.\..\..\config.in d:\fbb_ws63-master\src Kconfig header saved to 'D:\fbb_ws63-master\src\output\ws63\acore\ws63-flashboot\mconfig.h' ######### Build target:ws63_flashboot failed ninja: error: rebuilding 'build.ninja': subcommand failed warning: the int symbol LFS_PARTITION_ID (defined at middleware/chips/ws63/Kconfig:105) has a non-int default 0x21 (undefined) warning: default on the choice symbol MIDDLEWARE_SUPPORT_UPG_COMPRESS (defined at middleware/chips/ws63/Kconfig:52) will have no effect, as defaults do not affect choice symbols warning: default on the choice symbol MIDDLEWARE_SUPPORT_UPG_AB (defined at middleware/chips/ws63/Kconfig:59) will have no effect, as defaults do not affect choice symbols warning: default on the choice symbol MIDDLEWARE_SUPPORT_EXCEPT_REBOOT (defined at middleware/chips/ws63/Kconfig:85) will have no effect, as defaults do not affect choice symbols warning: default on the choice symbol MIDDLEWARE_SUPPORT_EXCEPT_WAITFOREVER (defined at middleware/chips/ws63/Kconfig:91) will have no effect, as defaults do not affect choice symbols D:\fbb_ws63-master\src\build\script\.\..\..\build\config\target_config\ws63\menuconfig\acore\ws63_liteos_app.config:215: warning: DRIVER_SUPPORT_DMA (defined at drivers/drivers/Kconfig:51) set more than once. Old value "n", new value "n". D:\fbb_ws63-master\src\build\script\.\..\..\build\config\target_config\ws63\menuconfig\acore\ws63_liteos_app.config:216: warning: DRIVER_SUPPORT_FLASH (defined at drivers/drivers/Kconfig:108) set more than once. Old value "n", new value "n". D:\fbb_ws63-master\src\build\script\.\..\..\build\config\target_config\ws63\menuconfig\acore\ws63_liteos_app.config:256: warning: DRIVER_SUPPORT_HASH (defined at drivers/drivers/Kconfig:137) set more than once. Old value "n", new value "n". D:\fbb_ws63-master\src\build\script\.\..\..\build\config\target_config\ws63\menuconfig\acore\ws63_liteos_app.config:259: warning: DRIVER_SUPPORT_EDGE (defined at drivers/drivers/Kconfig:66) set more than once. Old value "n", new value "n". D:\fbb_ws63-master\src\build\script\.\..\..\build\config\target_config\ws63\menuconfig\acore\ws63_liteos_app.config:264: warning: DRIVER_SUPPORT_EFLASH (defined at drivers/drivers/Kconfig:80) set more than once. Old value "n", new value "n". D:\fbb_ws63-master\src\build\script\.\..\..\build\config\target_config\ws63\menuconfig\acore\ws63_liteos_app.config:394: warning: DRIVER_SUPPORT_USB (defined at drivers/drivers/Kconfig:503) set more than once. Old value "n", new value "n". D:\fbb_ws63-master\src\build\script\.\..\..\build\config\target_config\ws63\menuconfig\acore\ws63_liteos_app.config:685: warning: DRIVER_SUPPORT_DMA (defined at drivers/drivers/Kconfig:51) set more than once. Old value "n", new value "y". Not searching for unused variables given on the command line. -- BUILD_PLATFORM: windows -- BUILD_PLATFORM: windows -- The C compiler identification is GNU 7.3.0 -- The ASM compiler identification is GNU -- Found assembler: D:/fbb_ws63-master/src/tools/bin/compiler/riscv/cc_riscv32_musl_100/cc_riscv32_musl_fp_win/bin/riscv32-linux-musl-gcc.exe -- The CXX compiler identification is GNU 7.3.0 -- Detecting C compiler ABI info -- Detecting C compiler ABI info - failed -- Detecting C compile features -- Detecting C compile features - done -- Detecting CXX compiler ABI info -- Detecting CXX compiler ABI info - failed -- Detecting CXX compile features -- Detecting CXX compile features - done LOSCFG_PLATFORM is set to ws63 LOSCFG_COMPILER_GNU_BINUTILS is set to y LOSCFG_COMPILER_GCC is set to y LOSCFG_COMPILER_TOOLCHAIN_MUSL is set to y LOSCFG_COMPILER_RISCV_GCC_MUSL is set to y LOSCFG_COMPILER_RISCV_UNKNOWN is set to y LOSCFG_RISCV_COMPILER_OPTIONS_USER_DEFINED is set to LOSCFG_RISCV_COMPILER_OPTIONS_LDM_STM is set to y LOSCFG_RISCV_COMPILER_OPTIONS_EMIT_LLI is set to y LOSCFG_COMPILER_OPTIMIZE_SIZE is set to y LOSCFG_FAMILY_AIOT is set to y LOSCFG_FAMILY is set to aiot LOSCFG_PLATFORM is set to ws63 LOSCFG_PLATFORM_WS63 is set to y LOSCFG_USING_BOARD_LD is set to y LOSCFG_USING_BOARD_RESET_VECTOR is set to y LOSCFG_ARCH_FPU_ENABLE is set to y LOSCFG_APC_ENABLE is set to y LOSCFG_ARCH_PMU is set to y LOSCFG_ARCH_RISCV32 is set to y LOSCFG_ARCH_RISCV_RV32IMC is set to y LOSCFG_ARCH_RISCV_RV32F is set to y LOSCFG_ARCH_LINXCORE_131 is set to y LOSCFG_KERNEL_MIN is set to y LOSCFG_SCHED is set to y LOSCFG_SCHED_SQ is set to y LOSCFG_BASE_CORE_TIMESLICE is set to y LOSCFG_BASE_CORE_TIMESLICE_TIMEOUT is set to 2 LOSCFG_BASE_CORE_TSK_MONITOR is set to y LOSCFG_TASK_STACK_DYNAMIC_ALLOCATION is set to y LOSCFG_BASE_CORE_TSK_LIMIT is set to 28 LOSCFG_BASE_CORE_TSK_MIN_STACK_SIZE is set to 1024 LOSCFG_BASE_CORE_TSK_DEFAULT_STACK_SIZE is set to 2048 LOSCFG_BASE_CORE_TSK_SWTMR_STACK_SIZE is set to 2048 LOSCFG_BASE_CORE_TSK_IDLE_STACK_SIZE is set to 1024 LOSCFG_BASE_CORE_TSK_DEFAULT_PRIO is set to 10 LOSCFG_BASE_CORE_TICK_PER_SECOND is set to 100 LOSCFG_BASE_CORE_USE_SINGLE_LIST is set to y LOSCFG_STARTUP_STACK_SIZE is set to 0x4000 LOSCFG_KERNEL_MEM_ALLOC is set to y LOSCFG_KERNEL_MEM_BESTFIT is set to y LOSCFG_KERNEL_MEM_SLAB_EXTENTION is set to y LOSCFG_ARCH_INTERRUPT_TAKEOVER is set to y LOSCFG_ARCH_INTERRUPT_PREEMPTION is set to y LOSCFG_HWI_PRE_POST_PROCESS is set to y LOSCFG_HWI_WITH_ARG is set to y LOSCFG_IRQ_STACK_SIZE is set to 0x2000 LOSCFG_NMI_STACK_SIZE is set to 0x800 LOSCFG_PLATFORM_HWI_LIMIT is set to 96 LOSCFG_HWI_PRIO_LIMIT is set to 7 LOSCFG_EXC_STACK_SIZE is set to 0x800 LOSCFG_BASE_CORE_SWTMR is set to y LOSCFG_BASE_CORE_SWTMR_LIMIT is set to 16 LOSCFG_BASE_IPC_QUEUE is set to y LOSCFG_QUEUE_DYNAMIC_ALLOCATION is set to y LOSCFG_BASE_IPC_QUEUE_LIMIT is set to 16 LOSCFG_BASE_IPC_EVENT is set to y LOSCFG_BASE_IPC_MUX is set to y LOSCFG_MUTEX_WAITMODE_PRIO is set to y LOSCFG_BASE_IPC_MUX_LIMIT is set to 60 LOSCFG_BASE_IPC_SEM is set to y LOSCFG_BASE_IPC_SEM_LIMIT is set to 32 LOSCFG_KERNEL_PRINTF is set to y LOSCFG_KERNEL_PRINTF_SIZE_EXTEND is set to y LOSCFG_KERNEL_RINGBUF is set to y LOSCFG_BASE_CORE_SYS_RES_CHECK is set to y LOSCFG_LIB_LIBC is set to y LOSCFG_LIB_LIBM is set to y LOSCFG_LIB_FORMAT is set to y LOSCFG_COMPAT_CMSIS is set to y LOSCFG_COMPAT_CMSIS_VER_2 is set to y LOSCFG_COMPAT_LINUX is set to y LOSCFG_COMPAT_LINUX_PENDLIST is set to y LOSCFG_COMPAT_LINUX_TIMER is set to y LOSCFG_COMPAT_LINUX_COMPLETION is set to y LOSCFG_COMPAT_LINUX_WAITQUEUE is set to y LOSCFG_COMPAT_LINUX_DRIVER_BASE is set to y LOSCFG_NET_IPERF is set to y LOSCFG_BACKTRACE is set to y LOSCFG_SERIAL_OUTPUT_ENABLE is set to y LOSCFG_KERNEL_CPUP is set to y LOSCFG_DRIVERS_BASE is set to y LOSCFG_RISCV_HIMIDEERV200_PLIC is set to y LOSCFG_TIMER_VENDOR is set to y LOSCFG_DRIVERS_UART_VENDOR is set to y LOSCFG_DRIVERS_SIMPLE_UART is set to y LOSCFG_CC_NO_STACKPROTECTOR is set to y CMAKE_TOOLCHAIN_FILE is defined ahead, skip auto-config compiler CMAKE_TOOLCHAIN_FILE is defined ahead, skip auto-config compiler OUT:D:/fbb_ws63-master/src/output/ws63/acore/ws63-liteos-app/kernel/liteos/liteos_v208.5.0 LITEOS_MODULE_DEP_LIBS_PATH: LITEOS_DEP_LIBS_INT: LITEOS_DEP_LIBS_EXT:gcc;gcc_eh LITEOS_BASELIB:m;gcc;gcc_eh LOS_INTF_DEP_TARGETS: -- COM_HEADER-includeD:/fbb_ws63-master/src/output/ws63/acore/ws63-liteos-app/kernel/liteos/liteos_v208.5.0/menuconfig/include/menuconfig.h -- D:/fbb_ws63-master/src/drivers/chips/ws63/porting/patch/sfc_patch.c is not found, finding libplat_patch.a in D:/fbb_ws63-master/src/drivers/chips/ws63/porting/patch/ws63-liteos-app -- D:/fbb_ws63-master/src/drivers/chips/ws63/rom_config/acore/output/rom_callback.S is not found, finding librom_callback.a in D:/fbb_ws63-master/src/drivers/chips/ws63/ws63-liteos-app GEN_TARGET_SRC = D:/fbb_ws63-master/src/output/ws63/acore/acore.c PRECOMPILE_TARGET = D:/fbb_ws63-master/src/output/ws63/acore/acore.etypes TARGET_INCLUDE = D:/fbb_ws63-master/src/middleware/chips/ws63/nv/nv_config/include;D:/fbb_ws63-master/src/middleware/utils/common_headers/native -- D:/fbb_ws63-master/src/middleware/utils/at/at_bt_cmd/src/at_bt_cmd_register.c is not found, finding libbt_at.a in D:/fbb_ws63-master/src/middleware/utils/at/at_bt_cmd/ws63-liteos-app -- D:/fbb_ws63-master/src/middleware/utils/at/at_radar_cmd/at/at_radar.c is not found, finding libradar_at.a in D:/fbb_ws63-master/src/middleware/utils/at/at_radar_cmd/ws63-liteos-app Build wifi device with rom repo! -- D:/fbb_ws63-master/src/protocol/wifi/rom_code/ws63/source/alg/iot_alg/device/alg_main.c is not found, finding libwifi_driver_dmac.a in D:/fbb_ws63-master/src/protocol/wifi/ws63-liteos-app -- D:/fbb_ws63-master/src/protocol/wifi/rom_code/ws63/source/common/romable/wifi_rom_data.c is not found, finding libwifi_rom_data.a in D:/fbb_ws63-master/src/protocol/wifi/ws63-liteos-app -- D:/fbb_ws63-master/src/protocol/wifi/source/host/feature/interface/hmac_feature_interface.c is not found, finding libwifi_driver_hmac.a in D:/fbb_ws63-master/src/protocol/wifi/ws63-liteos-app -- D:/fbb_ws63-master/src/protocol/wifi/source/host/forward/hmac_rx_data.c is not found, finding libwifi_driver_tcm.a in D:/fbb_ws63-master/src/protocol/wifi/ws63-liteos-app -- D:/fbb_ws63-master/src/protocol/wifi/source/alg/iot_alg/host/alg_txbf.c is not found, finding libwifi_alg_txbf.a in D:/fbb_ws63-master/src/protocol/wifi/ws63-liteos-app -- D:/fbb_ws63-master/src/protocol/wifi/source/alg/iot_alg/host/alg_temp_protect.c is not found, finding libwifi_alg_temp_protect.a in D:/fbb_ws63-master/src/protocol/wifi/ws63-liteos-app -- D:/fbb_ws63-master/src/protocol/wifi/source/alg/iot_alg/host/alg_anti_interference.c is not found, finding libwifi_alg_anti_interference.a in D:/fbb_ws63-master/src/protocol/wifi/ws63-liteos-app -- D:/fbb_ws63-master/src/protocol/wifi/source/alg/iot_alg/host/alg_edca_opt.c is not found, finding libwifi_alg_edca_opt.a in D:/fbb_ws63-master/src/protocol/wifi/ws63-liteos-app -- D:/fbb_ws63-master/src/protocol/wifi/source/alg/iot_alg/host/alg_cca_intrf_mode.c is not found, finding libwifi_alg_cca_opt.a in D:/fbb_ws63-master/src/protocol/wifi/ws63-liteos-app BGTP_PROJECT=ws63 BGTP_ROM_VERSION=true BGTP_DEVICE_ONLY=false -- D:/fbb_ws63-master/src/protocol/bt/controller/bgtp/__null__ is not found, finding libbgtp.a in D:/fbb_ws63-master/src/protocol/bt/controller/bgtp/ws63-liteos-app -- D:/fbb_ws63-master/src/protocol/bt/controller/bgtp/__null__ is not found, finding libbgtp_rom_data.a in D:/fbb_ws63-master/src/protocol/bt/controller/bgtp/ws63-liteos-app -- D:/fbb_ws63-master/src/protocol/bt/host/bg_common/__null__ is not found, finding libbg_common.a in D:/fbb_ws63-master/src/protocol/bt/host/bg_common/ws63-liteos-app BG COMMON BTH_ROM_LIST:__null__ BTH_ROM_LIST:__null__ -- D:/fbb_ws63-master/src/protocol/bt/host/bt/__null__ is not found, finding libbt_app.a in D:/fbb_ws63-master/src/protocol/bt/host/bt/ws63-liteos-app -- D:/fbb_ws63-master/src/protocol/bt/host/bt/sdk/__null__ is not found, finding libbth_sdk.a in D:/fbb_ws63-master/src/protocol/bt/host/bt/sdk/ws63-liteos-app -- D:/fbb_ws63-master/src/protocol/bt/host/bt/__null__ is not found, finding libbt_host.a in D:/fbb_ws63-master/src/protocol/bt/host/bt/ws63-liteos-app BTH_ROM_LIST:__null__ BTH_PUBLIC_HEADER_LIST= -- D:/fbb_ws63-master/src/protocol/bt/host/gle/__null__ is not found, finding libbth_gle.a in D:/fbb_ws63-master/src/protocol/bt/host/gle/ws63-liteos-app -- D:/fbb_ws63-master/src/protocol/radar/alg_ai/radar_ai_attention_layer.c is not found, finding libradar_ai.a in D:/fbb_ws63-master/src/protocol/radar/alg_ai/ws63-liteos-app -- project_name: -- D:/fbb_ws63-master/src/protocol/radar/plat/radar_service.c is not found, finding libradar_sensing.a in D:/fbb_ws63-master/src/protocol/radar/plat/ws63-liteos-app -- Configuring done -- Generating done -- Build files have been written to: D:/fbb_ws63-master/src/output/ws63/acore/ws63-liteos-app [0/1] Re-running CMake... ninja: error: rebuilding 'build.ninja': subcommand failed FAILED: build.ninja C:\Users\���ļ�\AppData\Local\Programs\Python\Python311\Lib\site-packages\cmake\data\bin\cmake.exe --regenerate-during-build -SD:\fbb_ws63-master\src -BD:\fbb_ws63-master\src\output\ws63\acore\ws63-liteos-app CreateProcess failed: The system cannot find the file specified. python path: C:\Users\���ļ�\AppData\Local\Programs\Python\Python311\python.exe flashboot start build ..... ['C:\\Users\\���ļ�\\AppData\\Local\\Programs\\Python\\Python311\\python.exe', 'build.py', 'ws63-flashboot'] [ws63][acore] run custom cmd success! D:\fbb_ws63-master\src\build\script\.\..\..\config.in d:\fbb_ws63-master\src Kconfig header saved to 'D:\fbb_ws63-master\src\output\ws63\acore\ws63-liteos-app\mconfig.h' ######### Build target:ws63_liteos_app failed ================================ [FAILED] Took 14.28 seconds ================================ * 终端进程已终止,退出代码: -1。 * 终端将被任务重用,按任意键关闭
06-07
根据原作 https://pan.quark.cn/s/0ed355622f0f 的源码改编 野火IM解决方案 野火IM是专业级即时通讯和实时音视频整体解决方案,由北京野火无限网络科技有限公司维护和支持。 主要特性有:私有部署安全可靠,性能强大,功能齐全,全平台支持,源率高,部署运维简单,二次发友好,方便与第三方系统对接者嵌入现有系统中。 详细情况请参考在线文档。 主要包括一下项目: 野火IM Vue Electron Demo,演示如何将野火IM的能力集成到Vue Electron项目。 前置说明 本项目所使用的是需要付费的,价格请参考费用详情 支持试用,具体请看试用说明 本项目默认只能连接到官方服务,购买申请试用之后,替换,即可连到自行部署的服务 分支说明 :基于发,是未来的发重心 :基于发,进入维护模式,不再发新功能,鉴于已经终止支持且不再维护,建议客户升级到版本 环境依赖 mac系统 最新版本的Xcode nodejs v18.19.0 npm v10.2.3 python 2.7.x git npm install -g node-gyp@8.3.0 windows系统 nodejs v18.19.0 python 2.7.x git npm 6.14.15 npm install --global --vs2019 --production windows-build-tools 本步安装windows发环境的安装内容较多,如果网络情况不好可能需要等较长时间,选择早上网络较好时安装是个好的选择 参考手动安装 windows-build-tools进行安装 npm install -g node-gyp@8.3.0 linux系统 nodej...
评论
成就一亿技术人!
拼手气红包6.0元
还能输入1000个字符  | 博主筛选后可见
 
红包 添加红包
表情包 插入表情
 条评论被折叠 查看
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

当前余额3.43前往充值 >
需支付:10.00
成就一亿技术人!
领取后你会自动成为博主和红包主的粉丝 规则
hope_wisdom
发出的红包
实付
使用余额支付
点击重新获取
扫码支付
钱包余额 0

抵扣说明:

1.余额是钱包充值的虚拟货币,按照1:1的比例进行支付金额的抵扣。
2.余额无法直接购买下载,可以购买VIP、付费专栏及课程。

余额充值