[bug] Psoc Creator 4.0

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

cross mob
lock attach
Attachments are accessible only for community members.
Anonymous
Not applicable

Hi, 

   

I was trying to do a #define in my header file and the following error popped out. Each time I try to do that, it crashed.

   

The PSoC creator software I'm using is PSoC 4.0 released on 10/06/2016.

   

Should I do a reinstall?

0 Likes
2 Replies
rola_264706
Level 8
Level 8
50 likes received 25 likes received 10 likes received

Please Post your code so we can check it.

0 Likes
Anonymous
Not applicable

Hmm. I couldn't replicate the issue now. It seems to be working fine. That's strange. I will feedback if I encountered the issue again. However, I will include my sample code for reference.

   
    

enum{

    

ALL_OFF = 0,

    

TEST_MODE

    

} action_state_t;

    

#define TEST_MODE_STEP 2;

   
   

The error popped just as I was typing TEST_MODE_STEP.

0 Likes