robertobucher / pysimCoder

Block diagram editor and real time code generator for Python
GNU General Public License v3.0
143 stars 31 forks source link

CodeGen/templates: updated nuttx.tmf to respect linking by both GCC and plane LD #10

Closed michallenc closed 3 years ago

michallenc commented 3 years ago

Recent change to NuttX in commit Make: use gcc as LD changed usage of GCC. This commit fixes compile error in pysimCoder caused by this change and also supports previous NuttX versions. Tested with both current and older NuttX.