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
maketo generate the.o,.elf,.mapand.txtfiles..mapfile has the placement related information..txtsaves the output of thereadelfreading the generated.elf.
make cleandeletes the files generated during compilation.
Copyright © 2024 inpyjama.com. All Rights Reserved.