I'm trying to make a cross-compilation on Kubuntu.
Everything went smooth until make step.
I get an error :
What can be a problem ?In function vlc_atomic_add
undefined reference to __sync_fetch_and_add_4.
Thank you in advance.
What can be a problem ?In function vlc_atomic_add
undefined reference to __sync_fetch_and_add_4.
pentium should be enough.Figured it out: adding CFLAG env (-march=pentium4) before running configure script.
Fixed in latest git, I think.after add cflags env , there is another error.
/modules/access/file.c:186: error: implicit declaration of function ‘S_ISSOCK
i try pentium4 or pentium2 or pentium, but same result.
Fixed in latest git, I think.after add cflags env , there is another error.
/modules/access/file.c:186: error: implicit declaration of function ‘S_ISSOCK
i try pentium4 or pentium2 or pentium, but same result.
Return to “Development around libVLC”
Users browsing this forum: No registered users and 20 guests