Hello, i have compiled matlab code to c code. When i try to insert that code and build target, Keil throws a error: redefinition of 'i'; How can i solve this?
Define "i" fewer times than your (generated) code is currently doing.
Hello this is the error that i get, this is a path to files that are read only and part of the CMSIS-DAP debbuger. Is there any other solution for this?
Thank you
Are you sure this code is intended for the (version of) the programming language you've set the compiler to?