It seems to be a problem in gcc compiling with the -O0 option an undefined exception is generated by the instruction blx r3. This topics has to be investigated until then the compiler option -O3 will be used since it is working.
make file was updated to compile with -O3
Log in to post a comment.
make file was updated to compile with -O3