Skip to content

Commit

Permalink
add line to wiki about not passing symbol_addrs.txt to linker
Browse files Browse the repository at this point in the history
  • Loading branch information
mkst committed Dec 1, 2024
1 parent a5353ca commit 6d34426
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions docs/Adding-Symbols.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,8 @@ osInitialize = 0x801378C0; // type:func

:information_source: The file used can be overridden via the `symbol_addrs_path` setting in the global `options` section of the splat yaml. This option can also accept a list of paths, allowing for symbols to be organized in multiple files.

:warning: **NOTE:** This file is an input to splat, it should **NOT** be passed to the linker (pass `undefined_syms_*.txt` files to the linker) :warning:

## symbol

This is the name of the symbol and can be any valid C variable name, e.g. `myCoolFunction` or `gReticulatedSplineCounter`
Expand Down

0 comments on commit 6d34426

Please sign in to comment.