decyphir / breach

Other
53 stars 20 forks source link

Error using BreachSimulinkSystem/CreateInterface #10

Open Buhuibiancheng000 opened 1 year ago

Buhuibiancheng000 commented 1 year ago

any one knows how to fix the problem?

Error using BreachSimulinkSystem/CreateInterface Problem creating Accelerator MEX file for model 'AbstractFuelControl_breach'. To see the build output, use set_param('AbstractFuelControl_breach','AccelVerboseBuild','on')

Error in BreachSimulinkSystem (line 104) this.CreateInterface(mdl_name);

Error in BrDemo.AFC_1_Interface (line 37) BrAFC = BreachSimulinkSystem(mdl) - Show complete stack trace Caused by: Error using BreachSimulinkSystem/CreateInterface Error(s) encountered while building "AbstractFuelControl_breach_acc" - Show complete stack trace

adonze commented 1 year ago

Can you share the build output, as instructed ? Immediatly after this message, try the set_param command, open the model 'AbstractFuelControl_breach' and try to run it. Might be a compiler problem, or some matlab/simulink install issue. What is your OS (win, linux, mac) + matlab version ?