10-27-2024 02:31 AM
I made a simple model by simulink2021a with MinGW 6.3
but when importing into veristand 2021 r3,such error occured
I checked again and again ,but can not find the reason .
untitled1.7z is my simulink source code.
my env variables are as below:
cry cry cry
what shall I do ?
10-27-2024 02:32 AM
My CPU is AMD Ryzen 7 PRO 6850U with Radeon Graphics 2.70 GHz
10-27-2024 02:35 AM
here is my simulink model settings
10-27-2024 03:24 AM
10-27-2024 04:31 AM
it seems these two sys variables really effect,path such as D:\mingw64\bin does nothing。
If I delete that two paths ,simulink can not build a dll , if I keep that two paths ,it build linux[rt(see from their names) dll.
What shall I do to take my MinGW 6.3.0 effect ? CAN I delete that two linux paths ?
10-27-2024 05:16 AM
I just want just to complie a model and run it on local PC
10-27-2024 07:28 AM
I modified the sys variables as below:
after that ,cmd window can show gcc version 6.3.0.
but such error when imported into veristand is still.