Creator V4.1 build error prj.m0072

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

cross mob
Anonymous
Not applicable

Upgraded from Creator 4.0 to 4.1.

Several components had to be downloaded.

Uart was one of them.

However, I have several Uarts instanced, but only one gives this error during clean/build

Title: PSoC Creator Error prj.M0072

Unable to add "Uart_xxx" to "PSoC5". (An item of that name already exists.) ...

The same project under 4.0 has no such issues.

0 Likes
1 Solution
Anonymous
Not applicable

Yes, renaming didn't help.

What did finally fix it is to REMOVE the uart. Build.

Then add it back in.

GR

View solution in original post

0 Likes
3 Replies
AnkitaS_51
Employee
Employee
100 likes received 50 likes received 25 likes received

Have you tried renaming that UART component with the error.Can you provide us your project in PC4.0

0 Likes
Anonymous
Not applicable

Yes, renaming didn't help.

What did finally fix it is to REMOVE the uart. Build.

Then add it back in.

GR

0 Likes
pacr_284376
Level 5
Level 5
100 replies posted 10 solutions authored 50 sign-ins

I got a similar problem :

* But not with UART but and I2C component I named TWI

Solved it by removing the Generated_Source folder.

More Background information :

- The reason was probably that I renamed this component from 'Twi' to 'TWI'. The directory in the Generated_Source also was still called 'Twi'. After removing the Generated_Source folder everything worked and the dir is now called 'TWI'.

- This TWI component is located inside a library I wrote  but that has probably nothing to do with it

- Using PSoC Creator 4.1 Update 1

- Sorry I have the error-generating project version not available

0 Likes