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.
When I compile C in Keil for Arm MSP432, it shows "Keil: iso c requires a translation unit to contain at least one declaration". Does anyone know how to fix that? Please help.
When I run it, it appears 38Error(s).
ThaoN said:When I run it
You mean when you build the project ?
ThaoN said:it appears 38Error(s).
The key is to address the earliest reported error first - because it is likely that this error will be the cause of some (if not all) of the subsequent errors.
This is basic 'C' stuff - nothing specific to Keil or ARM.
thank you