のねのBlog

パソコンの問題や、ソフトウェアの開発で起きた問題など書いていきます。よろしくお願いします^^。

source tree 内蔵git updateでエラー

圧縮の形式が違うのかな?

7-Zip [32] 16.02 : Copyright (c) 1999-2016 Igor Pavlov : 2016-05-21

Scanning the drive for archives:
1 file, 35477168 bytes (34 MiB)

Extracting archive:
 C:\Users\user01\AppData\Local\Atlassian\SourceTree\PortableGit.7z
WARNING:
C:\Users\user01\AppData\Local\Atlassian\SourceTree\PortableGit.7z
Can not open the file as [7z] archive
The file is open as [PE] archive

--
Path = C:\Users\user01\AppData\Local\Atlassian\SourceTree\PortableGit.7z
Open WARNING: Can not open the file as [7z] archive
Type = PE
Physical Size = 35477168
CPU = x86
Characteristics = Executable 32-bit
Created = 2017-04-06 07:33:08
Headers Size = 1024
Checksum = 35481204
Name = 7zS.sfx.exe
Image Size = 503808
Section Alignment = 4096
File Alignment = 512
Code Size = 382976
Initialized Data Size = 106496
Uninitialized Data Size = 0
Linker Version = 14.10
OS Version = 6.0
Image Version = 0.0
Subsystem Version = 6.0
Subsystem = Windows GUI
DLL Characteristics = Relocated NX-Compatible TerminalServerAware
Stack Reserve = 1048576
Stack Commit = 4096
Heap Reserve = 1048576
Heap Commit = 4096
Image Base = 4194304
Comment = FileVersion: 16.4.0.0
FileVersion: 16.04
ProductVersion: 16.4.0.0
ProductVersion: 16.04
CompanyName: Igor Pavlov
FileDescription: 7z Setup SFX
InternalName: 7zS.sfx
LegalCopyright: Copyright (c) 1999-2016 Igor Pavlov
OriginalFilename: 7zS.sfx.exe
ProductName: 7-Zip
----
Path = [0]
Size = 34994208
Packed Size = 34994208
Virtual Size = 34994208
Offset = 477184
--
Path = [0]
Type = 7z
Offset = 515
Physical Size = 34993693
Headers Size = 62116
Method = LZMA:27 BCJ2
Solid = +
Blocks = 2


Sub items Errors: 22

Archives with Errors: 1

Sub items Errors: 22

arm-none-eabi-gcc -march=list

GNU Tools ARM Embedded\6 2017-q2-update
>arm-none-eabi-gcc -march=list

arm-none-eabi-gcc: error: unrecognized argument in option '-march=list'
arm-none-eabi-gcc: note: valid arguments to 
'-march=' are: 
armv2 armv2a armv3 
armv3m armv4 armv4t 
armv5 armv5e armv5t armv5te 
armv6 armv6-m armv6j armv6k armv6kz armv6s-m armv6t2 armv6z armv6zk 
armv7 armv7-a armv7-m armv7-r armv7e-m armv7ve 
armv8-a armv8-a+crc 
armv8-m.base armv8-m.main armv8-m.main+dsp 
armv8.1-a armv8.1-a+crc iwmmxt iwmmxt2 native
arm-none-eabi-gcc: fatal error: no input files
compilation terminated.

arm-none-eabi-gcc -v

>arm-none-eabi-gcc -v
Using built-in specs.
COLLECT_GCC=arm-none-eabi-gcc
COLLECT_LTO_WRAPPER=c:/program\ files\ (x86)/gnu\ tools\ arm\ embedded/6\ 2017-q2-update/bin/../lib/gcc/arm-none-eabi/6.3.1/lto-wrapper.exe
Target: arm-none-eabi
Configured with: /tmp/jenkins-GCC-6-buildandreg-223_20170621_1498033910/src/gcc/configure 
--build=x86_64-linux-gnu --host=i686-w64-mingw32 
--target=arm-none-eabi 
--prefix=/tmp/jenkins-GCC-6-buildandreg-223_20170621_1498033910/install-mingw --libexecdir=/tmp/jenkins-GCC-6-buildandreg-223_20170621_1498033910/install-mingw/lib --infodir=/tmp/jenkins-GCC-6-buildandreg-223_20170621_1498033910/install-mingw/share/doc/gcc-arm-none-eabi/info 
--mandir=/tmp/jenkins-GCC-6-buildandreg-223_20170621_1498033910/install-mingw/share/doc/gcc-arm-none-eabi/man
 --htmldir=/tmp/jenkins-GCC-6-buildandreg-223_20170621_1498033910/install-mingw/share/doc/gcc-arm-none-eabi/html 
--pdfdir=/tmp/jenkins-GCC-6-buildandreg-223_20170621_1498033910/install-mingw/share/doc/gcc-arm-none-eabi/pdf
 --enable-languages=c,c++ --enable-mingw-wildcard --disable-decimal-float --disable-libffi --disable-libgomp 
--disable-libmudflap --disable-libquadmath
 --disable-libssp --disable-libstdcxx-pch 
--disable-nls --disable-shared --disable-threads 
--disable-tls --with-gnu-as --with-gnu-ld --with-headers=yes 
--with-newlib --with-python-dir=share/gcc-arm-none-eabi
 --with-sysroot=/tmp/jenkins-GCC-6-buildandreg-223_20170621_1498033910/install-mingw/arm-none-eabi 
--with-libiconv-prefix=/tmp/jenkins-GCC-6-buildandreg-223_20170621_1498033910/build-mingw/host-libs/usr 
--with-gmp=/tmp/jenkins-GCC-6-buildandreg-223_20170621_1498033910/build-mingw/host-libs/usr --with-mpfr=/tmp/jenkins-GCC-6-buildandreg-223_20170621_1498033910/build-mingw/host-libs/usr 
--with-mpc=/tmp/jenkins-GCC-6-buildandreg-223_20170621_1498033910/build-mingw/host-libs/usr --with-isl=/tmp/jenkins-GCC-6-buildandreg-223_20170621_1498033910/build-mingw/host-libs/usr --with-libelf=/tmp/jenkins-GCC-6-buildandreg-223_20170621_1498033910/build-mingw/host-libs/usr --with-host-libstdcxx='-static-libgcc -Wl,-Bstatic,-lstdc++,-Bdynamic -lm' --with-pkgversion='GNU Tools for ARM Embedded Processors 6-2017-q2-update' --with-multilib-list=rmprofile
Thread model: single
gcc version 6.3.1 20170620 (release) [ARM/embedded-6-branch revision 249437] (GNU Tools for ARM Embedded Processors 6-2017-q2-update)