Mbed-studio default is using ARMC6 compiler. How to change to ARM_GCC?

Tip / Sign in to post questions, reply, level up, and achieve exciting badges. Know more

cross mob
Max_Li
Employee
Employee
10 questions asked 50 sign-ins 10 replies posted

Mbed-studio default is using ARMC6 compiler. Some sample project compile meet error.

How to change to ARM_GCC?

0 Likes
1 Solution
GrahamS_21
Employee
Employee
25 replies posted 10 likes received 10 replies posted

According to the MBED forum here - https://forums.mbed.com/t/mbed-studio-gnu-arm-gcc/5429

https://forums.mbed.com/t/mbed-studio-gnu-arm-gcc/5429

It is currently not possible in MBED studio to change the defualt compiler.

If you use the MBED CLI instead of studio, then you can select one of 4 compiler options, and use GCC as your default.

Hope this helps

Thanks

Graham

View solution in original post

2 Replies
GrahamS_21
Employee
Employee
25 replies posted 10 likes received 10 replies posted

According to the MBED forum here - https://forums.mbed.com/t/mbed-studio-gnu-arm-gcc/5429

https://forums.mbed.com/t/mbed-studio-gnu-arm-gcc/5429

It is currently not possible in MBED studio to change the defualt compiler.

If you use the MBED CLI instead of studio, then you can select one of 4 compiler options, and use GCC as your default.

Hope this helps

Thanks

Graham

Max_Li
Employee
Employee
10 questions asked 50 sign-ins 10 replies posted

Hi Graham,

Thanks for your reply!

Yes, now I use MBED CLI when I need GCC_ARM compiler.

Waiting for MBED studio optimization.

Regards!

Max

0 Likes