2018-07-03 03:41 AM
I try to build and run the 'Test_PIL_IIR_Filter' using Matlab 2018b.
I get the following error:
### Connectivity configuration for referenced model 'IIR_Filter_int32': STM32 PIL ###
### Preparing to start PIL simulation ...Building with 'lcc-win64'.'cp' is not recognized as an internal or external command,operable program or batch file.What could be the cause of this.
#SIMULINK
What should I do in order to run the simulation
Regards
Solved! Go to Solution.
2018-07-03 06:21 AM
CP would suggest the expectation of a UNIX/CYGWIN type environment being installed.
Assuming an Unix emulation environment, you probably need to install additional packages. 'cp' was, if I remember correctly, part of binutils.
2018-07-03 03:48 AM
lcc-win64, sure you've picked the right target compiler here?
CP would suggest the expectation of a UNIX/CYGWIN type environment being installed.
2018-07-03 04:44 AM
Tried to install CYGWIN and after restarting my computer it did work.
Thanks
2018-07-03 06:21 AM
CP would suggest the expectation of a UNIX/CYGWIN type environment being installed.
Assuming an Unix emulation environment, you probably need to install additional packages. 'cp' was, if I remember correctly, part of binutils.