Forum Discussion
CAlex
Contributor
3 years agoalt_bridge_f2s_armcc.s compile issue
Hi,
When using arm compiler 6 (built-in)/GCC(Linaro 7.5.0 for x86_64), the alt_bridge_f2s_armcc.s/gnu.s cant be compiled.
Do you know how to fix that?
I'm building the examples through ARM DS, ...
EBERLAZARE_I_Intel
Regular Contributor
3 years agoHi,
I am still working on it on my side, have you tried using the GNU compiler type example?
- CAlex3 years ago
Contributor
Hi,
I found out the problem for the ARMCLANG(compiler 6) solution:
go to C/C++ settings->Assembler->Miscellaneous and set the -masm to auto instead of default.
I cant solve the GCC version problem though.
Reguards.