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 all.
Is there printing value of macro using armcc?
I want to see define value in c file?
for example,
#define value_a 1
#define value_b 2
#if value_a > value_b
#error "error"
#endif
I want to print the value(value_a, value_b) during compile time with armcc.
do you know how can i it?
Thanks in advance.
BR,
MK
Hi mkkim
I have moved your question to Software Development Tools where I hope you will get your answer.