Hi all:
As the picture show bellow:
What should I do to remove the compile error?
Solved! Go to Solution.
Just select the default toolchain in Project management(Tools>Options>Project Management) as ARM GCC and in the build setting ( Project > Build Settings) as ARM GCC as shown in the image below,
this should solve your problems.
Regards,
Yeshwanth
Hello,
This error occurs because you are trying to use MDK to build the project but have no specified the location for the MDK binaries.
Go to Tools>Options>Project Management and enter the MDK installation directory as shown below,
Replace Keil_v5 with the folder name you have for your installation.
Regards,
Yeshwanth
Hi yekt:
The project is build by other.How should I change to use ARM GCC to build the project?Could you help me?
Just select the default toolchain in Project management(Tools>Options>Project Management) as ARM GCC and in the build setting ( Project > Build Settings) as ARM GCC as shown in the image below,
this should solve your problems.
Regards,
Yeshwanth