mirror of
https://github.com/RIOT-OS/RIOT.git
synced 2024-12-29 04:50:03 +01:00
doc: add example for problems arising from non unique module names
This commit is contained in:
parent
63e71cbbde
commit
dc8b8d7749
@ -37,7 +37,8 @@ application's Makefile.
|
||||
### Pitfalls ###
|
||||
|
||||
The `MODULE` name should be unique or build breaks as modules overwrite the
|
||||
same output file.
|
||||
same output file. This might for example lead to `undefined reference to` errors
|
||||
in the linker which can be hard to track down.
|
||||
|
||||
This problem happened in the past for:
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user