make for Banglejs problem with bootloader #6365
Replies: 1 comment
-
Posted at 2020-11-30 by @gfwilliams Ahh - so I guess ideally if you want something other than a binary you'd have a build target, so But in this case it's because normally nRF52 code needs a bootloader to create a usable hex file. If you add Posted at 2020-11-30 by JumJum NO_COMPILE is in make file for some years now. BTW, there is a break in handling of WRAPPERSOURCES. entrys are all relative, only tensorflow is absolute. Is there a special reason for that, or is it grown the way it is ?
Posted at 2020-11-30 by @gfwilliams I know it's pain to change, but are you ok with me adding this to the end of Makefile:
and then you can do Ahh, interesting that tensorflow isn't relative! Yes, I recently changed to relative paths because when assertions were built into binaries they used to contain the entire path previously - which didn't seem great and also wasted a bunch of space Posted at 2020-11-30 by JumJum I don't have problems with your change for wrappersources. Posted at 2020-11-30 by @gfwilliams Thanks! I just pushed the changes :) |
Beta Was this translation helpful? Give feedback.
-
Posted at 2020-11-30 by JumJum
After starting make
I get this again and again
Running same with ESPRUINOBOARD runs fine
Running same with MDBT42Q fails with same message
Everything runs on RASPBERRY with gcc-arm-none-eabi-9-2020-q2-update
Any idea what I've to fix ?
Beta Was this translation helpful? Give feedback.
All reactions