Hi everyone!
Does anyone have problems with building firmware from source? (I hope this is right place for this question)
I noted two issues:
1. bootloader doesn't get built, first error I get is line "Erreur (((" in file ./src/filesystem/UsbKey.h:33
2. firmware gets created nevertheless, but it is smaller in size than official downloadable version (I suppose because of lack of bootloader), and I get strange distortion when playing whatever patch on preenfm2 (flashing succeeds, of course).
It works perfectly with official downloaded version.
GCC I am using, from launchpad.net:
$ arm-none-eabi-gcc --version
arm-none-eabi-gcc (GNU Tools for ARM Embedded Processors) 5.2.1 20151202 (release) [ARM/embedded-5-branch revision 231848]
Copyright (C) 2015 Free Software Foundation, Inc.
This is free software; see the source for copying conditions. There is NO
warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
and preenfm2 git commit 507e3649703c05a8c7454d28ec027dd634c11e4c from Oct 15th