Initial commit
This commit is contained in:
@@ -0,0 +1,23 @@
|
||||
# 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)
|
||||
|
||||
Reference in New Issue
Block a user