Hello,
I'm using Simulink to cross compile with a non-standard lnx target (tlc) file. From there I plan to use the generated c code and make file to finally compile in a device specific environment. The problem is, the make file gets sent down a -m32 flag which I want to remove as it is the...