24 lines
391 B
Markdown
24 lines
391 B
Markdown
# Hello Linker Script!
|
|
|
|
Trying out linker script.
|
|
|
|
## Requirement
|
|
|
|
- [meson](https://mesonbuild.com/)
|
|
|
|
## Development
|
|
|
|
```sh
|
|
meson setup build
|
|
```
|
|
|
|
```sh
|
|
ninja -C build
|
|
```
|
|
|
|
## Resources
|
|
|
|
- [Mastering the GNU linker script](https://allthingsembedded.com/post/2020-04-11-mastering-the-gnu-linker-script/)
|
|
- [Linker Scripts](https://home.cs.colorado.edu/~main/cs1300/doc/gnu/ld_3.html)
|
|
|