Commit Graph

7 Commits

Author SHA1 Message Date
YannMagnin dc219da739
sh-elf-vhex - v2.0.0-rc14 : hotfix missing newline in install + remove deprecated scripts
*update*
> [scripts]
  | [utils] check tar integrity
  | [gcc/build] update logs

*fix*
> [scripts]
  | [install] hotfix missing newline in install
  | [_uninstall] remove goofy script
2023-12-20 20:07:41 +01:00
YannMagnin 1d58f26fb1
sh-elf-vhex - v2.0.0-rc12 : check install prefix instead of sysroot for rerun
*fix*
> [scripts]
  | [install] prefer check install prefix instead of sysroot prefix for rerun
2023-12-20 18:31:51 +01:00
YannMagnin 170bd7514a
sh-elf-vhex - v2.0.0-rc11 : fix MacOS support + update logs
*update*
> [scripts]
  | [install] more explicit post-install instruction

*fix*
> [scripts]
  | [utils] fix missing VERBOSE check
  | [utils] fix `nproc` check for make in Darwin OS
2023-12-20 17:48:32 +01:00
YannMagnin b40c63c221
sh-elf-vhex - v2.0.0-rc8 : hotfix install
*fix*
> [scripts]
  | [install] remove bootstrap dead code
  | [uninstall] hotfix utils loading
2023-12-19 19:25:58 +01:00
YannMagnin 8b7d15faf4
sh-elf-vhex - v2.0.0-rc7 : remove bootstrap script
*update*
> [project]
  | [readme] update the install curl operation information
  | [readme] add the uninstall curl operation information
  | [readme] move technical notes
> [scripts]
  | [install] merge bootstrap code
  | [uninstall] merge bootstrap code
  | [bootstrap] remove the bootstrap script
2023-12-19 19:13:36 +01:00
YannMagnin 3b071dbbdf
sh-elf-vhex - v1.4.0-dev1 : create bootstrap script + drop vxSDK support (WIP)
*regression*
> [project]
  | [arch] drop vxSDK support (WIP)

*add*
> [scripts]
  | [bootstrap] create the bootstrap script

*update*
> [scripts]
  | [install] move to internal name (`install.sh` -> `_install.sh`)
  | [uninstall] move to internal name (`uninstall.sh` -> `_uninstall.sh`)
  | [utils] move to internal name (`utils.sh` -> `_utils.sh`)
  | [utils] review code (WIP)
2023-12-01 16:23:13 +01:00
Yann MAGNIN 14db2abf33 sh-elf-vhex - v1.2.0-rc0 : Update vxSDK integration
*update*
<> [patchs/gcc/11.2.0/gcc/config.gcc]
  | force-provide the stdint-gcc.h needed by the fxlibc
<> Makefile
  | prepare circular dependency workaround (WIP)
  | change build design : first build binutils then GCC (stage1,fxlibc,stage2)
  | proper export the first rule (all)
  | proper fix circular dependencies with fxlibc and openlibm
<> [scripts/binutils]
  | [build] add sysroot support
  | [configure] add sysroot support
  | [configure] proper setup archive cache
  | [configure] add cmake as legits dependency (fxlibc)
  | [configure] remove untested android fix
  | [install] support sysroot
<> [scripts/gcc]
  | [build] add sysroot support
  | [configure] add sysroot support
  | [configure] proper setup archive cache
<> [scripts]
  | [install] isolate installation step for binutils and gcc
  | [uninstall] isolate uninstallation step for binutils and gcc
2023-01-08 16:59:05 +01:00
Renamed from scripts/binutils/install.sh (Browse further)