Help,
I can debug and build all works OK, but when I set the project type to “RELEASE” from the project properties and do a build I get following errors:
2 Can’t open blram.s for reading: Permission denied2 undefined reference to `ram_buffer_0’ [/cygdrive/C/netos73/src/bsp/bootloader/romImage/rommain.
What am I doing wrong, or what is the correct way to build a release flash image (can I build a debug image and just strip debug info from it ?)
Thanks.