You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
and get makefile successfully, but make run with error
../../Libraries/CMSIS/CM3/CoreSupport/core_cm3.c
/tmp/ccETNQ86.s: Assembler messages:
/tmp/ccETNQ86.s:508: Error: registers may not be the same -- strexb r0,r0,[r1]' /tmp/ccETNQ86.s:533: Error: registers may not be the same -- strexh r0,r0,[r1]'
Makefile:96: recipe for target '../../Libraries/CMSIS/CM3/CoreSupport/core_cm3.o' failed
make: *** [../../Libraries/CMSIS/CM3/CoreSupport/core_cm3.o] Error 1
What do you think about?
The text was updated successfully, but these errors were encountered:
Hello Ondrej! Sorry for oftopic (can't send you email to inbox.com)
I trying use your tools (under linux with wine)
I download from net project http://serg22.ru/radio/VirtualCOMPort_v1.rar
and get makefile successfully, but make run with error
../../Libraries/CMSIS/CM3/CoreSupport/core_cm3.c
/tmp/ccETNQ86.s: Assembler messages:
/tmp/ccETNQ86.s:508: Error: registers may not be the same --
strexb r0,r0,[r1]' /tmp/ccETNQ86.s:533: Error: registers may not be the same --
strexh r0,r0,[r1]'Makefile:96: recipe for target '../../Libraries/CMSIS/CM3/CoreSupport/core_cm3.o' failed
make: *** [../../Libraries/CMSIS/CM3/CoreSupport/core_cm3.o] Error 1
What do you think about?
The text was updated successfully, but these errors were encountered: