We are running a survey to help us improve the experience for all of our members. If you see the survey appear, please take the time to tell us about your experience if you can.
Hello,
I am using Arm Development Studio IDE for my cyclone v soc compiler A5.
i specified in my project the cpu type as you can see in the attachments.
is there anyone who can assist me? what am i doing wrong here?
why my compiler says C9912E: No --cpu selected?
This problem only occurs when you use a linker scatter file that needs to be preprocessed with the ARMCC compiler and when a MDK-Cortex-M license is used. A scatter file is preprocessed by ARMCC when it starts with the following line:
#! armcc ... official site
#! armcc ...