Clang assembler option set causes the program to call immediately Hardfault Handler
Hello,
I am trying to use clang under CrossStudio 3.5, and if I set the project to use the clang assembler, the project compiles correctly but when I run it the debugger shows me that the programs goes immediately in Hardfault Handler. This happens with both GCC and Clang compiler set:
gcc assembler, gcc compiler = program runs
clang assembler, gcc compiler = hardfault handler
gcc assembler, gcc compiler = program run
clang assembler, clang compiler = hardfault handler
Do you have an idea of what the problem could be?
Thank you.
Please sign in to leave a comment.
Comments
1 comment