Commit e2d4def
CI Bot
Fix: Add missing math library (-lm) for linker
The CTS build was failing with undefined reference to log10 symbol.
Adding explicit -lm flags to CMAKE_C_FLAGS and CMAKE_EXE_LINKER_FLAGS
ensures the math library is linked properly.1 parent bb64932 commit e2d4def
1 file changed
Lines changed: 2 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
103 | 103 | | |
104 | 104 | | |
105 | 105 | | |
| 106 | + | |
| 107 | + | |
106 | 108 | | |
107 | 109 | | |
108 | 110 | | |
| |||
0 commit comments