1
0
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:
Marinus Enzinger 2019-01-07 15:29:25 +01:00
parent 63e71cbbde
commit dc8b8d7749

View File

@ -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: