invalid mex file, missing dependent shared libraries

12 visualizaciones (últimos 30 días)
AA
AA el 1 de Feb. de 2018
Comentada: Walter Roberson el 1 de Feb. de 2018
Hello,
I have a code (user provided) that used to work well with R2016a, but for some reasons I had to move to R2017a for my project, and suddenly this code has stopped working. It's not the problem of the code, just some missing dependencies from MATLAB's side. Can somebody please help me with this? The error is -
Invalid MEX-file
'/media/data2/Aashish/Dropbox/NightTime_MINDEF_Project/NightTime_Stereo_Vision_Project/ST_withRTV/code/helpers/BM3D/bm3d_thr_color.mexa64':
Missing dependent shared libraries:
'libstdc++.so.6' required by
'/media/data2/Aashish/Dropbox/NightTime_MINDEF_Project/NightTime_Stereo_Vision_Project/ST_withRTV/code/helpers/BM3D/bm3d_thr_color.mexa64'
'libm.so.6' required by
'/media/data2/Aashish/Dropbox/NightTime_MINDEF_Project/NightTime_Stereo_Vision_Project/ST_withRTV/code/helpers/BM3D/bm3d_thr_color.mexa64'
'libpthread.so.0' required by
'/media/data2/Aashish/Dropbox/NightTime_MINDEF_Project/NightTime_Stereo_Vision_Project/ST_withRTV/code/helpers/BM3D/bm3d_thr_color.mexa64'
'libc.so.6' required by
'/media/data2/Aashish/Dropbox/NightTime_MINDEF_Project/NightTime_Stereo_Vision_Project/ST_withRTV/code/helpers/BM3D/bm3d_thr_color.mexa64'
Missing symbol 'free' required by
'/media/data2/Aashish/Dropbox/NightTime_MINDEF_Project/NightTime_Stereo_Vision_Project/ST_withRTV/code/helpers/BM3D/bm3d_thr_color.mexa64'
Missing symbol '__gxx_personality_v0' required by
'/media/data2/Aashish/Dropbox/NightTime_MINDEF_Project/NightTime_Stereo_Vision_Project/ST_withRTV/code/helpers/BM3D/bm3d_thr_color.mexa64'
Missing symbol 'malloc' required by
'/media/data2/Aashish/Dropbox/NightTime_MINDEF_Project/NightTime_Stereo_Vision_Project/ST_withRTV/code/helpers/BM3D/bm3d_thr_color.mexa64'.****

Respuestas (0)

Community Treasure Hunt

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

Start Hunting!

Translated by