robertobucher / pysimCoder

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

FIxed compile error caused by PR #8 #9

Closed michallenc closed 3 years ago

michallenc commented 3 years ago

My previous pull request caused a compile error by .gitignore file inside rcpBlk folder (compiler was having a problem with the file not being a folder). This repairs that.

PS: There were some changes to NuttX during past few days which are causing the following error:

arm-none-eabi-gcc: error: .elf.map: No such file or directory
arm-none-eabi-gcc: error: unrecognized command-line option '-Map'
arm-none-eabi-gcc: error: unrecognized command-line option '--start-group'
arm-none-eabi-gcc: error: unrecognized command-line option '--end-group'
make: *** [Makefile:99: ../dhtxx.elf] Error 1

Older NuttX version (before last Thursday maybe older) is working fine.