getting error E4028B: expression must have a const value

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

cross mob
user_3637981
Level 1
Level 1
First question asked

Hi This is Praveen Babu,

I am getting error expression must have a const value, when i compile c code (ANSI C99 Standards)

Iam using softune compiler V6 , this compiler is having ANSI C89 Standards.

How to update Softune C/C++ compiler with ANSI C99 and later versions

0 Likes
1 Solution

Hello,

C99 is partially supported by Softune C/C++ compiler as posted in your another ticket (F9003B catastrophic error ) and we don't have update plan for other specs support.

Best regards,

Amy Wang

View solution in original post

0 Likes
2 Replies
zzz_3221081
Level 5
Level 5
25 solutions authored 100 sign-ins 10 likes received

The Softune toolchain is, AFAIK, not maintained anymore (bug fixes, updates).

You will probably need to rewrite your code.

Showing the source code line that throws said error would be helpful, too.

0 Likes

Hello,

C99 is partially supported by Softune C/C++ compiler as posted in your another ticket (F9003B catastrophic error ) and we don't have update plan for other specs support.

Best regards,

Amy Wang

0 Likes