Effacer les filtres
Effacer les filtres

Error : undefined reference to `_ftol2_sse'

12 vues (au cours des 30 derniers jours)
Nihal
Nihal le 12 Juin 2011
Hello,
Does anyone know what this make error is and how to get rid of it:
librear_dif_win32.a(rear_dif_blob2.o.b)(.text+0x8795):rear_dif.c: undefined reference to `_ftol2_sse'
I googled it and could not find antyhing helpful.
:(
Thanks

Réponses (1)

Walter Roberson
Walter Roberson le 12 Juin 2011
The meaning given there seems plausible to me for this context -- that it is a compiler routine for converting floating point to integers.
See here for one description of where to find the proper library

Catégories

En savoir plus sur Google dans Help Center et File Exchange

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by