Skip to the content.

Build step tool for x86-64 and GCC10.2.1

build_step is shell tool for analyzing build products.

Developed in bash code: 100%.

build_step_shell_checker

The README is used to introduce the tool and provide instructions on how to install the tool, any machine dependencies it may have and any other information that should be provided before the tool is installed.

GitHub issues open GitHub contributors

Table of Contents

Installation

Debian Linux OS

Navigate to release page download and extract release archive.

To install build_step type the following

tar xvzf build_step-x.y.tar.gz
cd build_step-x.y
cp -R ~/sh_tool/bin/   /root/scripts/build_step/ver.x.y/
cp -R ~/sh_tool/conf/  /root/scripts/build_step/ver.x.y/
cp -R ~/sh_tool/log/   /root/scripts/build_step/ver.x.y/

Self generated setup script and execution

./build_step_setup.sh

[setup] installing App/Tool/Script build_step
	Sun 21 Nov 2021 12:43:46 PM CET
[setup] clean up App/Tool/Script structure
[setup] copy App/Tool/Script structure
[setup] remove github editor configuration files
[setup] set App/Tool/Script permission
[setup] create symbolic link of App/Tool/Script
[setup] done

/root/scripts/build_step/ver.2.0/
├── bin/
│   ├── build_step.sh
│   ├── center.sh
│   └── display_logo.sh
├── conf/
│   ├── build_step.cfg
│   ├── build_step.logo
│   └── build_step_util.cfg
└── log/
    └── build_step.log

3 directories, 7 files
lrwxrwxrwx 1 root root 50 Nov 21 12:43 /root/bin/build_step -> /root/scripts/build_step/ver.2.0/bin/build_step.sh

Or You can use docker to create image/container.

Usage

# Create symlink for shell tool
ln -s /root/scripts/build_step/ver.x.y/bin/build_step.sh /root/bin/build_step

# Setting PATH
export PATH=${PATH}:/root/bin/

# Start analyze build products
build_step ver.2.0
Sun 21 Nov 2021 12:57:34 PM CET

[check_root] Check permission for current session? [ok]
[check_root] Done

                                                                        
   ██              ██  ██      ██                 ██                    
  ░██             ░░  ░██     ░██                ░██                    
  ░██      ██   ██ ██ ░██     ░██        ██████ ██████  █████  ██████   
  ░██████ ░██  ░██░██ ░██  ██████       ██░░░░ ░░░██░  ██░░░██░██░░░██  
  ░██░░░██░██  ░██░██ ░██ ██░░░██      ░░█████   ░██  ░███████░██  ░██  
  ░██  ░██░██  ░██░██ ░██░██  ░██       ░░░░░██  ░██  ░██░░░░ ░██████   
  ░██████ ░░██████░██ ███░░██████ █████ ██████   ░░██ ░░██████░██░░░    
  ░░░░░    ░░░░░░ ░░ ░░░  ░░░░░░ ░░░░░ ░░░░░░     ░░   ░░░░░░ ░██       
                                                              ░░        
	                                           
		Info   github.io/build_step ver.2.0 
		Issue  github.io/issue
		Author vroncevic.github.io

[build_step] Loading basic and util configuration!
100% [================================================]

[load_conf] Loading App/Tool/Script configuration!
[check_cfg] Checking configuration file [/root/scripts/build_step/ver.2.0/conf/build_step.cfg] [ok]
[check_cfg] Done

[load_conf] Done

[load_util_conf] Load module configuration!
[check_cfg] Checking configuration file [/root/scripts/build_step/ver.2.0/conf/build_step_util.cfg] [ok]
[check_cfg] Done

[load_util_conf] Done

[build_step] C preprocessor!
[build_step] Generating assembly code!
[build_step] Generating object file!
[build_step] Generating ELF file!
[build_step] Set owner!
[build_step] Set permission!
[build_step] Done

Dependencies

build_step requires next modules and libraries

Shell tool structure

build_step is based on MOP.

Shell tool structure

sh_tool/
├── bin/
│   ├── build_step.sh
│   ├── center.sh
│   └── display_logo.sh
├── conf/
│   ├── build_step.cfg
│   ├── build_step.logo
│   └── build_step_util.cfg
└── log/
    └── build_step.log

Docs

Documentation Status

More documentation and info at

License: GPL v3 License

Copyright (C) 2017 - 2024 by vroncevic.github.io/build_step

build_step is free software; you can redistribute it and/or modify it under the same terms as Bash itself, either Bash version 4.2.47 or, at your option, any later version of Bash 4 you may have available.

Lets help and support FSF.

Free Software Foundation

Donate