The code provided as part of this repository is ONLY for learning purposes!
This course is focused on learning (hands-on) the linker script language/commands. We use the gcc-arm-none-eabi
toolchain as the cross compiler to achieve our goals. Get the Course Access
Create a GitHub Codespace from this repository and once the environment is ready use the following to run the experiments :
- Execute
make
to generate the.o
,.elf
,.map
and.txt
files..map
file has the placement related information..txt
saves the output of thereadelf
reading the generated.elf
.
make clean
deletes the files generated during compilation.
Copyright © 2024 inpyjama.com. All Rights Reserved.