You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
/home/vito/3ros/dsp/chipnomad-tracker/external/ayumi/ayumi.c:159:(.text+0x2ab9): undefined reference to `sqrtf'
/usr/bin/ld: /tmp/ccumvjWh.ltrans0.ltrans.o:/home/vito/3ros/dsp/chipnomad-tracker/external/ayumi/ayumi.c:160:(.text+0x2ac8): undefined reference to `sqrtf'
/usr/bin/ld: /tmp/ccumvjWh.ltrans0.ltrans.o: in function `createChipAY.isra.0':
/home/vito/3ros/dsp/chipnomad-tracker/external/ayumi/ayumi.c:159:(.text+0x2af5): undefined reference to `sqrtf'
/usr/bin/ld: /tmp/ccumvjWh.ltrans0.ltrans.o:/home/vito/3ros/dsp/chipnomad-tracker/external/ayumi/ayumi.c:160:(.text+0x2b04): undefined reference to `sqrtf'
/usr/bin/ld: /tmp/ccumvjWh.ltrans0.ltrans.o: in function `createChipAY.isra.0':
/home/vito/3ros/dsp/chipnomad-tracker/external/ayumi/ayumi.c:159:(.text+0x2b35): undefined reference to `sqrtf'
/usr/bin/ld: /tmp/ccumvjWh.ltrans0.ltrans.o:/home/vito/3ros/dsp/chipnomad-tracker/external/ayumi/ayumi.c:160: more undefined references to `sqrtf' follow
/usr/bin/ld: /tmp/ccumvjWh.ltrans0.ltrans.o: in function `projectInit':
/home/vito/3ros/dsp/chipnomad-tracker/src/project.c:67:(.text+0x311a): undefined reference to `floorf'
/usr/bin/ld: /tmp/ccumvjWh.ltrans0.ltrans.o:/home/vito/3ros/dsp/chipnomad-tracker/src/project.c:68:(.text+0x312b): undefined reference to `ceilf'
collect2: error: ld returned 1 exit status
make: *** [makefile:44: desktop] Error 1
I just fixit adding -lm to line 24 in makefile: XTRA_LIBS = -lSDL2 -lm
Arch Linux.
The text was updated successfully, but these errors were encountered:
Uh oh!
There was an error while loading. Please reload this page.
I just fixit adding
-lm
to line 24 inmakefile
:XTRA_LIBS = -lSDL2 -lm
Arch Linux.
The text was updated successfully, but these errors were encountered: