Commit Graph

4 Commits

Author SHA1 Message Date
YannMagnin 5eccfc8669
sh-elf-vhex - v1.4.0-dev4 : fix binutils build and GCC build (stage 1)
*update*
> [scripts]
  | [_install] support the new architecture
  | [gcc] display sysroot and version information
  | [binutils] display sysroot and version information

*fix*
> [patches]
  | [binutils] remove hazardous v2.38 patches
  | [gcc] remove broken v1.3.0 patches
> [scripts]
  | [all] fix path handling
  | [_utils] fix exit during function error
  | [_utils] fix bad env var check
  | [gcc] fix user input check for dependencies install
  | [gcc] fix dependencies install
  | [bootstrap] fix missing verbose information in verbose mode
  | [bootstrap] fix error handling during operation
  | [bootstrap] fix end message
2023-12-02 19:04:31 +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
Yann MAGNIN 2d12f3026f sh-elf-vhex - v1.1.0 : Bump binutils and GCC version
@update
<> Makefile
  | use GCC version 11.3.0 and binutils 2.38
  | add vxSDK security

@fix
<> vxsdk.toml
  | remove useless path modification
  | remove the version information
<> Makefile
  | use the new exposed environment variables set by the vxSDK
<> scripts/utils
  | display error string in stderr stream
  | remove the giteapc support
<> script/[gcc|binutils]/configure
  | fix version listing
  | fix version selection
2022-07-30 22:27:22 +02:00
Yann MAGNIN 1bdbc420fa add scripts to build sh-elf-vhex (gcc, binutils) 2021-11-14 12:14:41 +01:00