合并分支 'dev-v01.00.03-' 到 'master'
master 查看合并请求 !4
正在显示
100 个修改的文件
包含
59 行增加
和
61 行删除
@@ -7,7 +7,6 @@ set(CMAKE_C_COMPILER "/usr/local/arm/4.9.3/bin/arm-cortexa9-linux-gnueabihf-gcc" | @@ -7,7 +7,6 @@ set(CMAKE_C_COMPILER "/usr/local/arm/4.9.3/bin/arm-cortexa9-linux-gnueabihf-gcc" | ||
7 | set(CMAKE_CXX_COMPILER "/usr/local/arm/4.9.3/bin/arm-cortexa9-linux-gnueabihf-g++") | 7 | set(CMAKE_CXX_COMPILER "/usr/local/arm/4.9.3/bin/arm-cortexa9-linux-gnueabihf-g++") |
8 | add_definitions(-D_GNU_SOURCE) | 8 | add_definitions(-D_GNU_SOURCE) |
9 | 9 | ||
10 | -add_definitions(-D_GNU_SOURCE) | ||
11 | 10 | ||
12 | if (NOT USE_SYSTEM_ARCH) | 11 | if (NOT USE_SYSTEM_ARCH) |
13 | add_definitions(-DSYSTEM_ARCH_LINUX) | 12 | add_definitions(-DSYSTEM_ARCH_LINUX) |
@@ -37,11 +37,6 @@ echo "____ins_language_mod_____" | @@ -37,11 +37,6 @@ echo "____ins_language_mod_____" | ||
37 | export LANG="C.UTF-8"; | 37 | export LANG="C.UTF-8"; |
38 | export LANGUAGE="C.UTF-8"; | 38 | export LANGUAGE="C.UTF-8"; |
39 | 39 | ||
40 | -echo "____挂载数据缓冲区____" | ||
41 | -mkswap /dev/mmcblk0p5 | ||
42 | -swapon /dev/mmcblk0p5 | ||
43 | -cat /proc/swaps | ||
44 | - | ||
45 | echo "____挂载sdcard用户区____" | 40 | echo "____挂载sdcard用户区____" |
46 | mount -t vfat -o iocharset=utf8 /dev/mmcblk0p3 /root/sdcard; | 41 | mount -t vfat -o iocharset=utf8 /dev/mmcblk0p3 /root/sdcard; |
47 | 42 |
@@ -15,28 +15,28 @@ The C compiler identification is GNU, found in "/mnt/hgfs/work/JZSDK_Linux/JZSDK | @@ -15,28 +15,28 @@ The C compiler identification is GNU, found in "/mnt/hgfs/work/JZSDK_Linux/JZSDK | ||
15 | Determining if the C compiler works passed with the following output: | 15 | Determining if the C compiler works passed with the following output: |
16 | Change Dir: /mnt/hgfs/work/JZSDK_Linux/JZSDK_U3/JZSDK_U3/普宙/GDU-3.7.1.0-U3/PMP02/sample_c/platform/linux/H3/build/CMakeFiles/CMakeTmp | 16 | Change Dir: /mnt/hgfs/work/JZSDK_Linux/JZSDK_U3/JZSDK_U3/普宙/GDU-3.7.1.0-U3/PMP02/sample_c/platform/linux/H3/build/CMakeFiles/CMakeTmp |
17 | 17 | ||
18 | -Run Build Command:"/usr/bin/make" "cmTC_60fd8/fast" | ||
19 | -/usr/bin/make -f CMakeFiles/cmTC_60fd8.dir/build.make CMakeFiles/cmTC_60fd8.dir/build | 18 | +Run Build Command:"/usr/bin/make" "cmTC_ac65e/fast" |
19 | +/usr/bin/make -f CMakeFiles/cmTC_ac65e.dir/build.make CMakeFiles/cmTC_ac65e.dir/build | ||
20 | make[1]: Entering directory '/mnt/hgfs/work/JZSDK_Linux/JZSDK_U3/JZSDK_U3/普宙/GDU-3.7.1.0-U3/PMP02/sample_c/platform/linux/H3/build/CMakeFiles/CMakeTmp' | 20 | make[1]: Entering directory '/mnt/hgfs/work/JZSDK_Linux/JZSDK_U3/JZSDK_U3/普宙/GDU-3.7.1.0-U3/PMP02/sample_c/platform/linux/H3/build/CMakeFiles/CMakeTmp' |
21 | -Building C object CMakeFiles/cmTC_60fd8.dir/testCCompiler.c.o | ||
22 | -/usr/bin/cc -o CMakeFiles/cmTC_60fd8.dir/testCCompiler.c.o -c /mnt/hgfs/work/JZSDK_Linux/JZSDK_U3/JZSDK_U3/普宙/GDU-3.7.1.0-U3/PMP02/sample_c/platform/linux/H3/build/CMakeFiles/CMakeTmp/testCCompiler.c | ||
23 | -Linking C executable cmTC_60fd8 | ||
24 | -/usr/bin/cmake -E cmake_link_script CMakeFiles/cmTC_60fd8.dir/link.txt --verbose=1 | ||
25 | -/usr/bin/cc CMakeFiles/cmTC_60fd8.dir/testCCompiler.c.o -o cmTC_60fd8 | 21 | +Building C object CMakeFiles/cmTC_ac65e.dir/testCCompiler.c.o |
22 | +/usr/bin/cc -o CMakeFiles/cmTC_ac65e.dir/testCCompiler.c.o -c /mnt/hgfs/work/JZSDK_Linux/JZSDK_U3/JZSDK_U3/普宙/GDU-3.7.1.0-U3/PMP02/sample_c/platform/linux/H3/build/CMakeFiles/CMakeTmp/testCCompiler.c | ||
23 | +Linking C executable cmTC_ac65e | ||
24 | +/usr/bin/cmake -E cmake_link_script CMakeFiles/cmTC_ac65e.dir/link.txt --verbose=1 | ||
25 | +/usr/bin/cc CMakeFiles/cmTC_ac65e.dir/testCCompiler.c.o -o cmTC_ac65e | ||
26 | make[1]: Leaving directory '/mnt/hgfs/work/JZSDK_Linux/JZSDK_U3/JZSDK_U3/普宙/GDU-3.7.1.0-U3/PMP02/sample_c/platform/linux/H3/build/CMakeFiles/CMakeTmp' | 26 | make[1]: Leaving directory '/mnt/hgfs/work/JZSDK_Linux/JZSDK_U3/JZSDK_U3/普宙/GDU-3.7.1.0-U3/PMP02/sample_c/platform/linux/H3/build/CMakeFiles/CMakeTmp' |
27 | 27 | ||
28 | 28 | ||
29 | Detecting C compiler ABI info compiled with the following output: | 29 | Detecting C compiler ABI info compiled with the following output: |
30 | Change Dir: /mnt/hgfs/work/JZSDK_Linux/JZSDK_U3/JZSDK_U3/普宙/GDU-3.7.1.0-U3/PMP02/sample_c/platform/linux/H3/build/CMakeFiles/CMakeTmp | 30 | Change Dir: /mnt/hgfs/work/JZSDK_Linux/JZSDK_U3/JZSDK_U3/普宙/GDU-3.7.1.0-U3/PMP02/sample_c/platform/linux/H3/build/CMakeFiles/CMakeTmp |
31 | 31 | ||
32 | -Run Build Command:"/usr/bin/make" "cmTC_10d7b/fast" | ||
33 | -/usr/bin/make -f CMakeFiles/cmTC_10d7b.dir/build.make CMakeFiles/cmTC_10d7b.dir/build | 32 | +Run Build Command:"/usr/bin/make" "cmTC_b6b92/fast" |
33 | +/usr/bin/make -f CMakeFiles/cmTC_b6b92.dir/build.make CMakeFiles/cmTC_b6b92.dir/build | ||
34 | make[1]: Entering directory '/mnt/hgfs/work/JZSDK_Linux/JZSDK_U3/JZSDK_U3/普宙/GDU-3.7.1.0-U3/PMP02/sample_c/platform/linux/H3/build/CMakeFiles/CMakeTmp' | 34 | make[1]: Entering directory '/mnt/hgfs/work/JZSDK_Linux/JZSDK_U3/JZSDK_U3/普宙/GDU-3.7.1.0-U3/PMP02/sample_c/platform/linux/H3/build/CMakeFiles/CMakeTmp' |
35 | -Building C object CMakeFiles/cmTC_10d7b.dir/CMakeCCompilerABI.c.o | ||
36 | -/usr/bin/cc -o CMakeFiles/cmTC_10d7b.dir/CMakeCCompilerABI.c.o -c /usr/share/cmake-3.5/Modules/CMakeCCompilerABI.c | ||
37 | -Linking C executable cmTC_10d7b | ||
38 | -/usr/bin/cmake -E cmake_link_script CMakeFiles/cmTC_10d7b.dir/link.txt --verbose=1 | ||
39 | -/usr/bin/cc -v CMakeFiles/cmTC_10d7b.dir/CMakeCCompilerABI.c.o -o cmTC_10d7b | 35 | +Building C object CMakeFiles/cmTC_b6b92.dir/CMakeCCompilerABI.c.o |
36 | +/usr/bin/cc -o CMakeFiles/cmTC_b6b92.dir/CMakeCCompilerABI.c.o -c /usr/share/cmake-3.5/Modules/CMakeCCompilerABI.c | ||
37 | +Linking C executable cmTC_b6b92 | ||
38 | +/usr/bin/cmake -E cmake_link_script CMakeFiles/cmTC_b6b92.dir/link.txt --verbose=1 | ||
39 | +/usr/bin/cc -v CMakeFiles/cmTC_b6b92.dir/CMakeCCompilerABI.c.o -o cmTC_b6b92 | ||
40 | Using built-in specs. | 40 | Using built-in specs. |
41 | COLLECT_GCC=/usr/bin/cc | 41 | COLLECT_GCC=/usr/bin/cc |
42 | COLLECT_LTO_WRAPPER=/usr/lib/gcc/x86_64-linux-gnu/5/lto-wrapper | 42 | COLLECT_LTO_WRAPPER=/usr/lib/gcc/x86_64-linux-gnu/5/lto-wrapper |
@@ -46,8 +46,8 @@ Thread model: posix | @@ -46,8 +46,8 @@ Thread model: posix | ||
46 | gcc version 5.4.0 20160609 (Ubuntu 5.4.0-6ubuntu1~16.04.12) | 46 | gcc version 5.4.0 20160609 (Ubuntu 5.4.0-6ubuntu1~16.04.12) |
47 | COMPILER_PATH=/usr/lib/gcc/x86_64-linux-gnu/5/:/usr/lib/gcc/x86_64-linux-gnu/5/:/usr/lib/gcc/x86_64-linux-gnu/:/usr/lib/gcc/x86_64-linux-gnu/5/:/usr/lib/gcc/x86_64-linux-gnu/ | 47 | COMPILER_PATH=/usr/lib/gcc/x86_64-linux-gnu/5/:/usr/lib/gcc/x86_64-linux-gnu/5/:/usr/lib/gcc/x86_64-linux-gnu/:/usr/lib/gcc/x86_64-linux-gnu/5/:/usr/lib/gcc/x86_64-linux-gnu/ |
48 | LIBRARY_PATH=/usr/lib/gcc/x86_64-linux-gnu/5/:/usr/lib/gcc/x86_64-linux-gnu/5/../../../x86_64-linux-gnu/:/usr/lib/gcc/x86_64-linux-gnu/5/../../../../lib/:/lib/x86_64-linux-gnu/:/lib/../lib/:/usr/lib/x86_64-linux-gnu/:/usr/lib/../lib/:/usr/lib/gcc/x86_64-linux-gnu/5/../../../:/lib/:/usr/lib/ | 48 | LIBRARY_PATH=/usr/lib/gcc/x86_64-linux-gnu/5/:/usr/lib/gcc/x86_64-linux-gnu/5/../../../x86_64-linux-gnu/:/usr/lib/gcc/x86_64-linux-gnu/5/../../../../lib/:/lib/x86_64-linux-gnu/:/lib/../lib/:/usr/lib/x86_64-linux-gnu/:/usr/lib/../lib/:/usr/lib/gcc/x86_64-linux-gnu/5/../../../:/lib/:/usr/lib/ |
49 | -COLLECT_GCC_OPTIONS='-v' '-o' 'cmTC_10d7b' '-mtune=generic' '-march=x86-64' | ||
50 | - /usr/lib/gcc/x86_64-linux-gnu/5/collect2 -plugin /usr/lib/gcc/x86_64-linux-gnu/5/liblto_plugin.so -plugin-opt=/usr/lib/gcc/x86_64-linux-gnu/5/lto-wrapper -plugin-opt=-fresolution=/tmp/ccvUpNvo.res -plugin-opt=-pass-through=-lgcc -plugin-opt=-pass-through=-lgcc_s -plugin-opt=-pass-through=-lc -plugin-opt=-pass-through=-lgcc -plugin-opt=-pass-through=-lgcc_s --sysroot=/ --build-id --eh-frame-hdr -m elf_x86_64 --hash-style=gnu --as-needed -dynamic-linker /lib64/ld-linux-x86-64.so.2 -z relro -o cmTC_10d7b /usr/lib/gcc/x86_64-linux-gnu/5/../../../x86_64-linux-gnu/crt1.o /usr/lib/gcc/x86_64-linux-gnu/5/../../../x86_64-linux-gnu/crti.o /usr/lib/gcc/x86_64-linux-gnu/5/crtbegin.o -L/usr/lib/gcc/x86_64-linux-gnu/5 -L/usr/lib/gcc/x86_64-linux-gnu/5/../../../x86_64-linux-gnu -L/usr/lib/gcc/x86_64-linux-gnu/5/../../../../lib -L/lib/x86_64-linux-gnu -L/lib/../lib -L/usr/lib/x86_64-linux-gnu -L/usr/lib/../lib -L/usr/lib/gcc/x86_64-linux-gnu/5/../../.. CMakeFiles/cmTC_10d7b.dir/CMakeCCompilerABI.c.o -lgcc --as-needed -lgcc_s --no-as-needed -lc -lgcc --as-needed -lgcc_s --no-as-needed /usr/lib/gcc/x86_64-linux-gnu/5/crtend.o /usr/lib/gcc/x86_64-linux-gnu/5/../../../x86_64-linux-gnu/crtn.o | 49 | +COLLECT_GCC_OPTIONS='-v' '-o' 'cmTC_b6b92' '-mtune=generic' '-march=x86-64' |
50 | + /usr/lib/gcc/x86_64-linux-gnu/5/collect2 -plugin /usr/lib/gcc/x86_64-linux-gnu/5/liblto_plugin.so -plugin-opt=/usr/lib/gcc/x86_64-linux-gnu/5/lto-wrapper -plugin-opt=-fresolution=/tmp/ccNLg5iP.res -plugin-opt=-pass-through=-lgcc -plugin-opt=-pass-through=-lgcc_s -plugin-opt=-pass-through=-lc -plugin-opt=-pass-through=-lgcc -plugin-opt=-pass-through=-lgcc_s --sysroot=/ --build-id --eh-frame-hdr -m elf_x86_64 --hash-style=gnu --as-needed -dynamic-linker /lib64/ld-linux-x86-64.so.2 -z relro -o cmTC_b6b92 /usr/lib/gcc/x86_64-linux-gnu/5/../../../x86_64-linux-gnu/crt1.o /usr/lib/gcc/x86_64-linux-gnu/5/../../../x86_64-linux-gnu/crti.o /usr/lib/gcc/x86_64-linux-gnu/5/crtbegin.o -L/usr/lib/gcc/x86_64-linux-gnu/5 -L/usr/lib/gcc/x86_64-linux-gnu/5/../../../x86_64-linux-gnu -L/usr/lib/gcc/x86_64-linux-gnu/5/../../../../lib -L/lib/x86_64-linux-gnu -L/lib/../lib -L/usr/lib/x86_64-linux-gnu -L/usr/lib/../lib -L/usr/lib/gcc/x86_64-linux-gnu/5/../../.. CMakeFiles/cmTC_b6b92.dir/CMakeCCompilerABI.c.o -lgcc --as-needed -lgcc_s --no-as-needed -lc -lgcc --as-needed -lgcc_s --no-as-needed /usr/lib/gcc/x86_64-linux-gnu/5/crtend.o /usr/lib/gcc/x86_64-linux-gnu/5/../../../x86_64-linux-gnu/crtn.o | ||
51 | make[1]: Leaving directory '/mnt/hgfs/work/JZSDK_Linux/JZSDK_U3/JZSDK_U3/普宙/GDU-3.7.1.0-U3/PMP02/sample_c/platform/linux/H3/build/CMakeFiles/CMakeTmp' | 51 | make[1]: Leaving directory '/mnt/hgfs/work/JZSDK_Linux/JZSDK_U3/JZSDK_U3/普宙/GDU-3.7.1.0-U3/PMP02/sample_c/platform/linux/H3/build/CMakeFiles/CMakeTmp' |
52 | 52 | ||
53 | 53 | ||
@@ -55,14 +55,14 @@ Parsed C implicit link information from above output: | @@ -55,14 +55,14 @@ Parsed C implicit link information from above output: | ||
55 | link line regex: [^( *|.*[/\])(ld|([^/\]+-)?ld|collect2)[^/\]*( |$)] | 55 | link line regex: [^( *|.*[/\])(ld|([^/\]+-)?ld|collect2)[^/\]*( |$)] |
56 | ignore line: [Change Dir: /mnt/hgfs/work/JZSDK_Linux/JZSDK_U3/JZSDK_U3/普宙/GDU-3.7.1.0-U3/PMP02/sample_c/platform/linux/H3/build/CMakeFiles/CMakeTmp] | 56 | ignore line: [Change Dir: /mnt/hgfs/work/JZSDK_Linux/JZSDK_U3/JZSDK_U3/普宙/GDU-3.7.1.0-U3/PMP02/sample_c/platform/linux/H3/build/CMakeFiles/CMakeTmp] |
57 | ignore line: [] | 57 | ignore line: [] |
58 | - ignore line: [Run Build Command:"/usr/bin/make" "cmTC_10d7b/fast"] | ||
59 | - ignore line: [/usr/bin/make -f CMakeFiles/cmTC_10d7b.dir/build.make CMakeFiles/cmTC_10d7b.dir/build] | 58 | + ignore line: [Run Build Command:"/usr/bin/make" "cmTC_b6b92/fast"] |
59 | + ignore line: [/usr/bin/make -f CMakeFiles/cmTC_b6b92.dir/build.make CMakeFiles/cmTC_b6b92.dir/build] | ||
60 | ignore line: [make[1]: Entering directory '/mnt/hgfs/work/JZSDK_Linux/JZSDK_U3/JZSDK_U3/普宙/GDU-3.7.1.0-U3/PMP02/sample_c/platform/linux/H3/build/CMakeFiles/CMakeTmp'] | 60 | ignore line: [make[1]: Entering directory '/mnt/hgfs/work/JZSDK_Linux/JZSDK_U3/JZSDK_U3/普宙/GDU-3.7.1.0-U3/PMP02/sample_c/platform/linux/H3/build/CMakeFiles/CMakeTmp'] |
61 | - ignore line: [Building C object CMakeFiles/cmTC_10d7b.dir/CMakeCCompilerABI.c.o] | ||
62 | - ignore line: [/usr/bin/cc -o CMakeFiles/cmTC_10d7b.dir/CMakeCCompilerABI.c.o -c /usr/share/cmake-3.5/Modules/CMakeCCompilerABI.c] | ||
63 | - ignore line: [Linking C executable cmTC_10d7b] | ||
64 | - ignore line: [/usr/bin/cmake -E cmake_link_script CMakeFiles/cmTC_10d7b.dir/link.txt --verbose=1] | ||
65 | - ignore line: [/usr/bin/cc -v CMakeFiles/cmTC_10d7b.dir/CMakeCCompilerABI.c.o -o cmTC_10d7b ] | 61 | + ignore line: [Building C object CMakeFiles/cmTC_b6b92.dir/CMakeCCompilerABI.c.o] |
62 | + ignore line: [/usr/bin/cc -o CMakeFiles/cmTC_b6b92.dir/CMakeCCompilerABI.c.o -c /usr/share/cmake-3.5/Modules/CMakeCCompilerABI.c] | ||
63 | + ignore line: [Linking C executable cmTC_b6b92] | ||
64 | + ignore line: [/usr/bin/cmake -E cmake_link_script CMakeFiles/cmTC_b6b92.dir/link.txt --verbose=1] | ||
65 | + ignore line: [/usr/bin/cc -v CMakeFiles/cmTC_b6b92.dir/CMakeCCompilerABI.c.o -o cmTC_b6b92 ] | ||
66 | ignore line: [Using built-in specs.] | 66 | ignore line: [Using built-in specs.] |
67 | ignore line: [COLLECT_GCC=/usr/bin/cc] | 67 | ignore line: [COLLECT_GCC=/usr/bin/cc] |
68 | ignore line: [COLLECT_LTO_WRAPPER=/usr/lib/gcc/x86_64-linux-gnu/5/lto-wrapper] | 68 | ignore line: [COLLECT_LTO_WRAPPER=/usr/lib/gcc/x86_64-linux-gnu/5/lto-wrapper] |
@@ -72,13 +72,13 @@ Parsed C implicit link information from above output: | @@ -72,13 +72,13 @@ Parsed C implicit link information from above output: | ||
72 | ignore line: [gcc version 5.4.0 20160609 (Ubuntu 5.4.0-6ubuntu1~16.04.12) ] | 72 | ignore line: [gcc version 5.4.0 20160609 (Ubuntu 5.4.0-6ubuntu1~16.04.12) ] |
73 | ignore line: [COMPILER_PATH=/usr/lib/gcc/x86_64-linux-gnu/5/:/usr/lib/gcc/x86_64-linux-gnu/5/:/usr/lib/gcc/x86_64-linux-gnu/:/usr/lib/gcc/x86_64-linux-gnu/5/:/usr/lib/gcc/x86_64-linux-gnu/] | 73 | ignore line: [COMPILER_PATH=/usr/lib/gcc/x86_64-linux-gnu/5/:/usr/lib/gcc/x86_64-linux-gnu/5/:/usr/lib/gcc/x86_64-linux-gnu/:/usr/lib/gcc/x86_64-linux-gnu/5/:/usr/lib/gcc/x86_64-linux-gnu/] |
74 | ignore line: [LIBRARY_PATH=/usr/lib/gcc/x86_64-linux-gnu/5/:/usr/lib/gcc/x86_64-linux-gnu/5/../../../x86_64-linux-gnu/:/usr/lib/gcc/x86_64-linux-gnu/5/../../../../lib/:/lib/x86_64-linux-gnu/:/lib/../lib/:/usr/lib/x86_64-linux-gnu/:/usr/lib/../lib/:/usr/lib/gcc/x86_64-linux-gnu/5/../../../:/lib/:/usr/lib/] | 74 | ignore line: [LIBRARY_PATH=/usr/lib/gcc/x86_64-linux-gnu/5/:/usr/lib/gcc/x86_64-linux-gnu/5/../../../x86_64-linux-gnu/:/usr/lib/gcc/x86_64-linux-gnu/5/../../../../lib/:/lib/x86_64-linux-gnu/:/lib/../lib/:/usr/lib/x86_64-linux-gnu/:/usr/lib/../lib/:/usr/lib/gcc/x86_64-linux-gnu/5/../../../:/lib/:/usr/lib/] |
75 | - ignore line: [COLLECT_GCC_OPTIONS='-v' '-o' 'cmTC_10d7b' '-mtune=generic' '-march=x86-64'] | ||
76 | - link line: [ /usr/lib/gcc/x86_64-linux-gnu/5/collect2 -plugin /usr/lib/gcc/x86_64-linux-gnu/5/liblto_plugin.so -plugin-opt=/usr/lib/gcc/x86_64-linux-gnu/5/lto-wrapper -plugin-opt=-fresolution=/tmp/ccvUpNvo.res -plugin-opt=-pass-through=-lgcc -plugin-opt=-pass-through=-lgcc_s -plugin-opt=-pass-through=-lc -plugin-opt=-pass-through=-lgcc -plugin-opt=-pass-through=-lgcc_s --sysroot=/ --build-id --eh-frame-hdr -m elf_x86_64 --hash-style=gnu --as-needed -dynamic-linker /lib64/ld-linux-x86-64.so.2 -z relro -o cmTC_10d7b /usr/lib/gcc/x86_64-linux-gnu/5/../../../x86_64-linux-gnu/crt1.o /usr/lib/gcc/x86_64-linux-gnu/5/../../../x86_64-linux-gnu/crti.o /usr/lib/gcc/x86_64-linux-gnu/5/crtbegin.o -L/usr/lib/gcc/x86_64-linux-gnu/5 -L/usr/lib/gcc/x86_64-linux-gnu/5/../../../x86_64-linux-gnu -L/usr/lib/gcc/x86_64-linux-gnu/5/../../../../lib -L/lib/x86_64-linux-gnu -L/lib/../lib -L/usr/lib/x86_64-linux-gnu -L/usr/lib/../lib -L/usr/lib/gcc/x86_64-linux-gnu/5/../../.. CMakeFiles/cmTC_10d7b.dir/CMakeCCompilerABI.c.o -lgcc --as-needed -lgcc_s --no-as-needed -lc -lgcc --as-needed -lgcc_s --no-as-needed /usr/lib/gcc/x86_64-linux-gnu/5/crtend.o /usr/lib/gcc/x86_64-linux-gnu/5/../../../x86_64-linux-gnu/crtn.o] | 75 | + ignore line: [COLLECT_GCC_OPTIONS='-v' '-o' 'cmTC_b6b92' '-mtune=generic' '-march=x86-64'] |
76 | + link line: [ /usr/lib/gcc/x86_64-linux-gnu/5/collect2 -plugin /usr/lib/gcc/x86_64-linux-gnu/5/liblto_plugin.so -plugin-opt=/usr/lib/gcc/x86_64-linux-gnu/5/lto-wrapper -plugin-opt=-fresolution=/tmp/ccNLg5iP.res -plugin-opt=-pass-through=-lgcc -plugin-opt=-pass-through=-lgcc_s -plugin-opt=-pass-through=-lc -plugin-opt=-pass-through=-lgcc -plugin-opt=-pass-through=-lgcc_s --sysroot=/ --build-id --eh-frame-hdr -m elf_x86_64 --hash-style=gnu --as-needed -dynamic-linker /lib64/ld-linux-x86-64.so.2 -z relro -o cmTC_b6b92 /usr/lib/gcc/x86_64-linux-gnu/5/../../../x86_64-linux-gnu/crt1.o /usr/lib/gcc/x86_64-linux-gnu/5/../../../x86_64-linux-gnu/crti.o /usr/lib/gcc/x86_64-linux-gnu/5/crtbegin.o -L/usr/lib/gcc/x86_64-linux-gnu/5 -L/usr/lib/gcc/x86_64-linux-gnu/5/../../../x86_64-linux-gnu -L/usr/lib/gcc/x86_64-linux-gnu/5/../../../../lib -L/lib/x86_64-linux-gnu -L/lib/../lib -L/usr/lib/x86_64-linux-gnu -L/usr/lib/../lib -L/usr/lib/gcc/x86_64-linux-gnu/5/../../.. CMakeFiles/cmTC_b6b92.dir/CMakeCCompilerABI.c.o -lgcc --as-needed -lgcc_s --no-as-needed -lc -lgcc --as-needed -lgcc_s --no-as-needed /usr/lib/gcc/x86_64-linux-gnu/5/crtend.o /usr/lib/gcc/x86_64-linux-gnu/5/../../../x86_64-linux-gnu/crtn.o] | ||
77 | arg [/usr/lib/gcc/x86_64-linux-gnu/5/collect2] ==> ignore | 77 | arg [/usr/lib/gcc/x86_64-linux-gnu/5/collect2] ==> ignore |
78 | arg [-plugin] ==> ignore | 78 | arg [-plugin] ==> ignore |
79 | arg [/usr/lib/gcc/x86_64-linux-gnu/5/liblto_plugin.so] ==> ignore | 79 | arg [/usr/lib/gcc/x86_64-linux-gnu/5/liblto_plugin.so] ==> ignore |
80 | arg [-plugin-opt=/usr/lib/gcc/x86_64-linux-gnu/5/lto-wrapper] ==> ignore | 80 | arg [-plugin-opt=/usr/lib/gcc/x86_64-linux-gnu/5/lto-wrapper] ==> ignore |
81 | - arg [-plugin-opt=-fresolution=/tmp/ccvUpNvo.res] ==> ignore | 81 | + arg [-plugin-opt=-fresolution=/tmp/ccNLg5iP.res] ==> ignore |
82 | arg [-plugin-opt=-pass-through=-lgcc] ==> ignore | 82 | arg [-plugin-opt=-pass-through=-lgcc] ==> ignore |
83 | arg [-plugin-opt=-pass-through=-lgcc_s] ==> ignore | 83 | arg [-plugin-opt=-pass-through=-lgcc_s] ==> ignore |
84 | arg [-plugin-opt=-pass-through=-lc] ==> ignore | 84 | arg [-plugin-opt=-pass-through=-lc] ==> ignore |
@@ -95,7 +95,7 @@ Parsed C implicit link information from above output: | @@ -95,7 +95,7 @@ Parsed C implicit link information from above output: | ||
95 | arg [/lib64/ld-linux-x86-64.so.2] ==> ignore | 95 | arg [/lib64/ld-linux-x86-64.so.2] ==> ignore |
96 | arg [-zrelro] ==> ignore | 96 | arg [-zrelro] ==> ignore |
97 | arg [-o] ==> ignore | 97 | arg [-o] ==> ignore |
98 | - arg [cmTC_10d7b] ==> ignore | 98 | + arg [cmTC_b6b92] ==> ignore |
99 | arg [/usr/lib/gcc/x86_64-linux-gnu/5/../../../x86_64-linux-gnu/crt1.o] ==> ignore | 99 | arg [/usr/lib/gcc/x86_64-linux-gnu/5/../../../x86_64-linux-gnu/crt1.o] ==> ignore |
100 | arg [/usr/lib/gcc/x86_64-linux-gnu/5/../../../x86_64-linux-gnu/crti.o] ==> ignore | 100 | arg [/usr/lib/gcc/x86_64-linux-gnu/5/../../../x86_64-linux-gnu/crti.o] ==> ignore |
101 | arg [/usr/lib/gcc/x86_64-linux-gnu/5/crtbegin.o] ==> ignore | 101 | arg [/usr/lib/gcc/x86_64-linux-gnu/5/crtbegin.o] ==> ignore |
@@ -107,7 +107,7 @@ Parsed C implicit link information from above output: | @@ -107,7 +107,7 @@ Parsed C implicit link information from above output: | ||
107 | arg [-L/usr/lib/x86_64-linux-gnu] ==> dir [/usr/lib/x86_64-linux-gnu] | 107 | arg [-L/usr/lib/x86_64-linux-gnu] ==> dir [/usr/lib/x86_64-linux-gnu] |
108 | arg [-L/usr/lib/../lib] ==> dir [/usr/lib/../lib] | 108 | arg [-L/usr/lib/../lib] ==> dir [/usr/lib/../lib] |
109 | arg [-L/usr/lib/gcc/x86_64-linux-gnu/5/../../..] ==> dir [/usr/lib/gcc/x86_64-linux-gnu/5/../../..] | 109 | arg [-L/usr/lib/gcc/x86_64-linux-gnu/5/../../..] ==> dir [/usr/lib/gcc/x86_64-linux-gnu/5/../../..] |
110 | - arg [CMakeFiles/cmTC_10d7b.dir/CMakeCCompilerABI.c.o] ==> ignore | 110 | + arg [CMakeFiles/cmTC_b6b92.dir/CMakeCCompilerABI.c.o] ==> ignore |
111 | arg [-lgcc] ==> lib [gcc] | 111 | arg [-lgcc] ==> lib [gcc] |
112 | arg [--as-needed] ==> ignore | 112 | arg [--as-needed] ==> ignore |
113 | arg [-lgcc_s] ==> lib [gcc_s] | 113 | arg [-lgcc_s] ==> lib [gcc_s] |
@@ -141,16 +141,16 @@ Parsed C implicit link information from above output: | @@ -141,16 +141,16 @@ Parsed C implicit link information from above output: | ||
141 | Detecting C [-std=c11] compiler features compiled with the following output: | 141 | Detecting C [-std=c11] compiler features compiled with the following output: |
142 | Change Dir: /mnt/hgfs/work/JZSDK_Linux/JZSDK_U3/JZSDK_U3/普宙/GDU-3.7.1.0-U3/PMP02/sample_c/platform/linux/H3/build/CMakeFiles/CMakeTmp | 142 | Change Dir: /mnt/hgfs/work/JZSDK_Linux/JZSDK_U3/JZSDK_U3/普宙/GDU-3.7.1.0-U3/PMP02/sample_c/platform/linux/H3/build/CMakeFiles/CMakeTmp |
143 | 143 | ||
144 | -Run Build Command:"/usr/bin/make" "cmTC_03f1a/fast" | ||
145 | -make: Warning: File 'Makefile' has modification time 0.35 s in the future | ||
146 | -/usr/bin/make -f CMakeFiles/cmTC_03f1a.dir/build.make CMakeFiles/cmTC_03f1a.dir/build | 144 | +Run Build Command:"/usr/bin/make" "cmTC_35edf/fast" |
145 | +make: Warning: File 'Makefile' has modification time 0.47 s in the future | ||
146 | +/usr/bin/make -f CMakeFiles/cmTC_35edf.dir/build.make CMakeFiles/cmTC_35edf.dir/build | ||
147 | make[1]: Entering directory '/mnt/hgfs/work/JZSDK_Linux/JZSDK_U3/JZSDK_U3/普宙/GDU-3.7.1.0-U3/PMP02/sample_c/platform/linux/H3/build/CMakeFiles/CMakeTmp' | 147 | make[1]: Entering directory '/mnt/hgfs/work/JZSDK_Linux/JZSDK_U3/JZSDK_U3/普宙/GDU-3.7.1.0-U3/PMP02/sample_c/platform/linux/H3/build/CMakeFiles/CMakeTmp' |
148 | -make[1]: Warning: File 'CMakeFiles/cmTC_03f1a.dir/flags.make' has modification time 0.35 s in the future | ||
149 | -Building C object CMakeFiles/cmTC_03f1a.dir/feature_tests.c.o | ||
150 | -/usr/bin/cc -std=c11 -o CMakeFiles/cmTC_03f1a.dir/feature_tests.c.o -c /mnt/hgfs/work/JZSDK_Linux/JZSDK_U3/JZSDK_U3/普宙/GDU-3.7.1.0-U3/PMP02/sample_c/platform/linux/H3/build/CMakeFiles/feature_tests.c | ||
151 | -Linking C executable cmTC_03f1a | ||
152 | -/usr/bin/cmake -E cmake_link_script CMakeFiles/cmTC_03f1a.dir/link.txt --verbose=1 | ||
153 | -/usr/bin/cc CMakeFiles/cmTC_03f1a.dir/feature_tests.c.o -o cmTC_03f1a | 148 | +make[1]: Warning: File 'CMakeFiles/cmTC_35edf.dir/flags.make' has modification time 0.47 s in the future |
149 | +Building C object CMakeFiles/cmTC_35edf.dir/feature_tests.c.o | ||
150 | +/usr/bin/cc -std=c11 -o CMakeFiles/cmTC_35edf.dir/feature_tests.c.o -c /mnt/hgfs/work/JZSDK_Linux/JZSDK_U3/JZSDK_U3/普宙/GDU-3.7.1.0-U3/PMP02/sample_c/platform/linux/H3/build/CMakeFiles/feature_tests.c | ||
151 | +Linking C executable cmTC_35edf | ||
152 | +/usr/bin/cmake -E cmake_link_script CMakeFiles/cmTC_35edf.dir/link.txt --verbose=1 | ||
153 | +/usr/bin/cc CMakeFiles/cmTC_35edf.dir/feature_tests.c.o -o cmTC_35edf | ||
154 | make[1]: 警告:检测到时钟错误。您的创建可能是不完整的。 | 154 | make[1]: 警告:检测到时钟错误。您的创建可能是不完整的。 |
155 | make[1]: Leaving directory '/mnt/hgfs/work/JZSDK_Linux/JZSDK_U3/JZSDK_U3/普宙/GDU-3.7.1.0-U3/PMP02/sample_c/platform/linux/H3/build/CMakeFiles/CMakeTmp' | 155 | make[1]: Leaving directory '/mnt/hgfs/work/JZSDK_Linux/JZSDK_U3/JZSDK_U3/普宙/GDU-3.7.1.0-U3/PMP02/sample_c/platform/linux/H3/build/CMakeFiles/CMakeTmp' |
156 | make: 警告:检测到时钟错误。您的创建可能是不完整的。 | 156 | make: 警告:检测到时钟错误。您的创建可能是不完整的。 |
@@ -165,16 +165,16 @@ make: 警告:检测到时钟错误。您的创建可能是不完整的。 | @@ -165,16 +165,16 @@ make: 警告:检测到时钟错误。您的创建可能是不完整的。 | ||
165 | Detecting C [-std=c99] compiler features compiled with the following output: | 165 | Detecting C [-std=c99] compiler features compiled with the following output: |
166 | Change Dir: /mnt/hgfs/work/JZSDK_Linux/JZSDK_U3/JZSDK_U3/普宙/GDU-3.7.1.0-U3/PMP02/sample_c/platform/linux/H3/build/CMakeFiles/CMakeTmp | 166 | Change Dir: /mnt/hgfs/work/JZSDK_Linux/JZSDK_U3/JZSDK_U3/普宙/GDU-3.7.1.0-U3/PMP02/sample_c/platform/linux/H3/build/CMakeFiles/CMakeTmp |
167 | 167 | ||
168 | -Run Build Command:"/usr/bin/make" "cmTC_542cb/fast" | ||
169 | -make: Warning: File 'Makefile' has modification time 0.14 s in the future | ||
170 | -/usr/bin/make -f CMakeFiles/cmTC_542cb.dir/build.make CMakeFiles/cmTC_542cb.dir/build | 168 | +Run Build Command:"/usr/bin/make" "cmTC_a674e/fast" |
169 | +make: Warning: File 'Makefile' has modification time 0.32 s in the future | ||
170 | +/usr/bin/make -f CMakeFiles/cmTC_a674e.dir/build.make CMakeFiles/cmTC_a674e.dir/build | ||
171 | make[1]: Entering directory '/mnt/hgfs/work/JZSDK_Linux/JZSDK_U3/JZSDK_U3/普宙/GDU-3.7.1.0-U3/PMP02/sample_c/platform/linux/H3/build/CMakeFiles/CMakeTmp' | 171 | make[1]: Entering directory '/mnt/hgfs/work/JZSDK_Linux/JZSDK_U3/JZSDK_U3/普宙/GDU-3.7.1.0-U3/PMP02/sample_c/platform/linux/H3/build/CMakeFiles/CMakeTmp' |
172 | -make[1]: Warning: File 'CMakeFiles/cmTC_542cb.dir/flags.make' has modification time 0.13 s in the future | ||
173 | -Building C object CMakeFiles/cmTC_542cb.dir/feature_tests.c.o | ||
174 | -/usr/bin/cc -std=c99 -o CMakeFiles/cmTC_542cb.dir/feature_tests.c.o -c /mnt/hgfs/work/JZSDK_Linux/JZSDK_U3/JZSDK_U3/普宙/GDU-3.7.1.0-U3/PMP02/sample_c/platform/linux/H3/build/CMakeFiles/feature_tests.c | ||
175 | -Linking C executable cmTC_542cb | ||
176 | -/usr/bin/cmake -E cmake_link_script CMakeFiles/cmTC_542cb.dir/link.txt --verbose=1 | ||
177 | -/usr/bin/cc CMakeFiles/cmTC_542cb.dir/feature_tests.c.o -o cmTC_542cb | 172 | +make[1]: Warning: File 'CMakeFiles/cmTC_a674e.dir/flags.make' has modification time 0.32 s in the future |
173 | +Building C object CMakeFiles/cmTC_a674e.dir/feature_tests.c.o | ||
174 | +/usr/bin/cc -std=c99 -o CMakeFiles/cmTC_a674e.dir/feature_tests.c.o -c /mnt/hgfs/work/JZSDK_Linux/JZSDK_U3/JZSDK_U3/普宙/GDU-3.7.1.0-U3/PMP02/sample_c/platform/linux/H3/build/CMakeFiles/feature_tests.c | ||
175 | +Linking C executable cmTC_a674e | ||
176 | +/usr/bin/cmake -E cmake_link_script CMakeFiles/cmTC_a674e.dir/link.txt --verbose=1 | ||
177 | +/usr/bin/cc CMakeFiles/cmTC_a674e.dir/feature_tests.c.o -o cmTC_a674e | ||
178 | make[1]: 警告:检测到时钟错误。您的创建可能是不完整的。 | 178 | make[1]: 警告:检测到时钟错误。您的创建可能是不完整的。 |
179 | make[1]: Leaving directory '/mnt/hgfs/work/JZSDK_Linux/JZSDK_U3/JZSDK_U3/普宙/GDU-3.7.1.0-U3/PMP02/sample_c/platform/linux/H3/build/CMakeFiles/CMakeTmp' | 179 | make[1]: Leaving directory '/mnt/hgfs/work/JZSDK_Linux/JZSDK_U3/JZSDK_U3/普宙/GDU-3.7.1.0-U3/PMP02/sample_c/platform/linux/H3/build/CMakeFiles/CMakeTmp' |
180 | make: 警告:检测到时钟错误。您的创建可能是不完整的。 | 180 | make: 警告:检测到时钟错误。您的创建可能是不完整的。 |
@@ -189,15 +189,19 @@ make: 警告:检测到时钟错误。您的创建可能是不完整的。 | @@ -189,15 +189,19 @@ make: 警告:检测到时钟错误。您的创建可能是不完整的。 | ||
189 | Detecting C [-std=c90] compiler features compiled with the following output: | 189 | Detecting C [-std=c90] compiler features compiled with the following output: |
190 | Change Dir: /mnt/hgfs/work/JZSDK_Linux/JZSDK_U3/JZSDK_U3/普宙/GDU-3.7.1.0-U3/PMP02/sample_c/platform/linux/H3/build/CMakeFiles/CMakeTmp | 190 | Change Dir: /mnt/hgfs/work/JZSDK_Linux/JZSDK_U3/JZSDK_U3/普宙/GDU-3.7.1.0-U3/PMP02/sample_c/platform/linux/H3/build/CMakeFiles/CMakeTmp |
191 | 191 | ||
192 | -Run Build Command:"/usr/bin/make" "cmTC_1fed8/fast" | ||
193 | -/usr/bin/make -f CMakeFiles/cmTC_1fed8.dir/build.make CMakeFiles/cmTC_1fed8.dir/build | 192 | +Run Build Command:"/usr/bin/make" "cmTC_52ed3/fast" |
193 | +make: Warning: File 'Makefile' has modification time 0.15 s in the future | ||
194 | +/usr/bin/make -f CMakeFiles/cmTC_52ed3.dir/build.make CMakeFiles/cmTC_52ed3.dir/build | ||
194 | make[1]: Entering directory '/mnt/hgfs/work/JZSDK_Linux/JZSDK_U3/JZSDK_U3/普宙/GDU-3.7.1.0-U3/PMP02/sample_c/platform/linux/H3/build/CMakeFiles/CMakeTmp' | 195 | make[1]: Entering directory '/mnt/hgfs/work/JZSDK_Linux/JZSDK_U3/JZSDK_U3/普宙/GDU-3.7.1.0-U3/PMP02/sample_c/platform/linux/H3/build/CMakeFiles/CMakeTmp' |
195 | -Building C object CMakeFiles/cmTC_1fed8.dir/feature_tests.c.o | ||
196 | -/usr/bin/cc -std=c90 -o CMakeFiles/cmTC_1fed8.dir/feature_tests.c.o -c /mnt/hgfs/work/JZSDK_Linux/JZSDK_U3/JZSDK_U3/普宙/GDU-3.7.1.0-U3/PMP02/sample_c/platform/linux/H3/build/CMakeFiles/feature_tests.c | ||
197 | -Linking C executable cmTC_1fed8 | ||
198 | -/usr/bin/cmake -E cmake_link_script CMakeFiles/cmTC_1fed8.dir/link.txt --verbose=1 | ||
199 | -/usr/bin/cc CMakeFiles/cmTC_1fed8.dir/feature_tests.c.o -o cmTC_1fed8 | 196 | +make[1]: Warning: File 'CMakeFiles/cmTC_52ed3.dir/flags.make' has modification time 0.15 s in the future |
197 | +Building C object CMakeFiles/cmTC_52ed3.dir/feature_tests.c.o | ||
198 | +/usr/bin/cc -std=c90 -o CMakeFiles/cmTC_52ed3.dir/feature_tests.c.o -c /mnt/hgfs/work/JZSDK_Linux/JZSDK_U3/JZSDK_U3/普宙/GDU-3.7.1.0-U3/PMP02/sample_c/platform/linux/H3/build/CMakeFiles/feature_tests.c | ||
199 | +Linking C executable cmTC_52ed3 | ||
200 | +/usr/bin/cmake -E cmake_link_script CMakeFiles/cmTC_52ed3.dir/link.txt --verbose=1 | ||
201 | +/usr/bin/cc CMakeFiles/cmTC_52ed3.dir/feature_tests.c.o -o cmTC_52ed3 | ||
202 | +make[1]: 警告:检测到时钟错误。您的创建可能是不完整的。 | ||
200 | make[1]: Leaving directory '/mnt/hgfs/work/JZSDK_Linux/JZSDK_U3/JZSDK_U3/普宙/GDU-3.7.1.0-U3/PMP02/sample_c/platform/linux/H3/build/CMakeFiles/CMakeTmp' | 203 | make[1]: Leaving directory '/mnt/hgfs/work/JZSDK_Linux/JZSDK_U3/JZSDK_U3/普宙/GDU-3.7.1.0-U3/PMP02/sample_c/platform/linux/H3/build/CMakeFiles/CMakeTmp' |
204 | +make: 警告:检测到时钟错误。您的创建可能是不完整的。 | ||
201 | 205 | ||
202 | 206 | ||
203 | Feature record: C_FEATURE:1c_function_prototypes | 207 | Feature record: C_FEATURE:1c_function_prototypes |
不能预览此文件类型
不能预览此文件类型
不能预览此文件类型
普宙/GDU-3.7.1.0-U3/PMP02/sample_c/platform/linux/H3/build/CMakeFiles/JZ_U3.dir/hal/hal_network.c.gcno
不能预览此文件类型
不能预览此文件类型
不能预览此文件类型
不能预览此文件类型
不能预览此文件类型
不能预览此文件类型
不能预览此文件类型
不能预览此文件类型
不能预览此文件类型
不能预览此文件类型
不能预览此文件类型
普宙/GDU-3.7.1.0-U3/PMP02/sample_c/platform/linux/H3/build/CMakeFiles/JZ_U3.dir/wiringPi/drcSerial.c.o
不能预览此文件类型
不能预览此文件类型
不能预览此文件类型
不能预览此文件类型
不能预览此文件类型
不能预览此文件类型
不能预览此文件类型
不能预览此文件类型
不能预览此文件类型
不能预览此文件类型
不能预览此文件类型
不能预览此文件类型
不能预览此文件类型
不能预览此文件类型
不能预览此文件类型
不能预览此文件类型
普宙/GDU-3.7.1.0-U3/PMP02/sample_c/platform/linux/H3/build/CMakeFiles/JZ_U3.dir/wiringPi/sn3218.c.gcno
不能预览此文件类型
不能预览此文件类型
不能预览此文件类型
-
请 注册 或 登录 后发表评论