mirror of
https://github.com/Gator96100/ProxSpace.git
synced 2025-08-21 13:53:29 -07:00
Replaced GNU Arm Embedded Toolchain with msys2 arm-none-eabi-gcc
This commit is contained in:
parent
500ad8e21a
commit
92d1598484
6299 changed files with 4 additions and 1111195 deletions
|
@ -1,7 +1,7 @@
|
|||
export PSVERSION="3.6.1"
|
||||
export PSVERSION="3.7"
|
||||
export LANG=en_US.UTF-8
|
||||
export PS1='\[\033]0;ProxSpace v$PSVERSION - $MSYSTEM:\w\007\033[32m\]pm3 \[\033[33m\]\w\[\033[0m\]$ '
|
||||
export PATH=/gcc-arm-none-eabi/bin:/ps/bin:$PATH
|
||||
export PATH=/ps/bin:$PATH
|
||||
alias ls='ls -hF --color=auto'
|
||||
|
||||
if [ -f /ps/bin/ps-upgrade.new ]; then
|
||||
|
|
|
@ -9,6 +9,7 @@ mingw-w64-x86_64-cmake
|
|||
# Proxmark3 #
|
||||
##############################
|
||||
mingw-w64-x86_64-gcc
|
||||
mingw-w64-x86_64-arm-none-eabi-gcc
|
||||
mingw-w64-x86_64-readline
|
||||
mingw-w64-x86_64-libsndfile
|
||||
mingw-w64-x86_64-lua
|
||||
|
|
|
@ -7,7 +7,6 @@ echo # For a description of the file format, see the Users Guide >%cd%\msys2/etc
|
|||
echo # http://cygwin.com/cygwin-ug-net/using.html#mount-table >>%cd%\msys2/etc/fstab
|
||||
echo none / cygdrive binary,posix=0,noacl,user 0 0 >>%cd%\msys2/etc/fstab
|
||||
echo %cd%\pm3 /pm3 ntfs noacl 0 0 >>%cd%\msys2/etc/fstab
|
||||
echo %cd%\gcc-arm-none-eabi /gcc-arm-none-eabi ntfs noacl 0 0 >>%cd%\msys2/etc/fstab
|
||||
|
||||
dash /usr/bin/rebaseall -p 2> nul
|
||||
mkdir %cd%\msys2\tmp 2> nul
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue