Laboratory repo for c tinkering
Find a file
2025-01-08 23:42:50 +00:00
c Add pragmas to remove warnings 2024-06-28 19:39:17 +01:00
cpp Stuff 2024-06-28 09:09:03 +01:00
golang Stuff 2024-06-28 09:09:03 +01:00
golangc Stuff 2024-06-28 09:09:03 +01:00
java Stuff 2024-06-28 09:09:03 +01:00
make Refactor build scripts 2025-01-02 17:54:37 +00:00
php Ref 2025-01-08 23:42:50 +00:00
so Stuff 2024-06-28 09:09:03 +01:00
.gitignore Refactor build scripts 2025-01-02 17:54:37 +00:00
Makefile Refactor build scripts 2025-01-02 17:54:37 +00:00
README.md Stuff 2024-06-28 09:09:03 +01:00

Additional Info

Install arm toolchain on debian linux (assuming x86 environment).

 sudo apt update -y && sudo apt upgrade -y
 sudo apt install qemu-user qemu-user-static gcc-aarch64-linux-gnu binutils-aarch64-linux-gnu binutils-aarch64-linux-gnu-dbg build-essential

Utility commands

Convert hex to dec in shell

echo $((16#07c6))
1990

Resources