2016-08-03 7 views
0

Ich habe ein Simulink-Modell mit Matlab 2013 erstellt, die im Schnellbeschleuniger-Modus auf Debian 7-Maschine funktionierte. Doch nach einem Update auf Debian 8 (und Matlab 2013) die Simulation nicht mit einer Kompilation Warnung und einem Fehler:Matlab 2013 rapid accelerator scheitert nach dem Update (Debian 7 auf Debian 8)

Warnung:

matlab Warning: You are using gcc version 4.9.2 The version currently supported with MEX is 4.4.x.   For a list of currently supported compilers see:... 

Fatal error:

matlab 2013 /usr/bin/ld: cannot find -lstdc++collect2: error: ld returned 1 exit statusmex: link of ' "TestModel_sfun.mexa64"' failed.gmake Error 1 

Ein verwandte Post ist here, was auch ein Fehler beim Verbindungsschritt ist. Aber die Lösung, die für mich ist, das Paket libstdC++ - 4.8-dev zu installieren, half nicht, also scheint noch etwas anderes zu fehlen.

Antwort

0

Lösung: Installieren Sie das Build-Essential-Paket. Stellt sich heraus, ein Kollege hatte das gleiche Problem früher.