Error de compilacion: The command 'arm-none-eabi-gcc.exe' failed with exit code '1'. y Build error: undefined reference to `Control_Write'

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

cross mob
Criscas05
Level 1
Level 1
First reply posted First question asked Welcome!

Hola buen dia.

Fui compilar mi proyecto en PSoC Creator 4.2 y me aparece el siguiente error. Ya cree nuevamente el proyecto y me sigue apareciendo lo mismo. Cambié la variable W por otra, le cambié el nombre al Status_Register y al Control_Register pero sigue igual. Ya no sé que mas hacer. 

1.png

2.png

3.png

  

 

0 Likes
1 Solution
BiBi_1928986
Level 7
Level 7
First comment on blog 500 replies posted 250 replies posted

Hello.

Control register is being optimized out since its output are not being useful.

Change Optimization:
Project -> Build Settings... -> Code Generation -> General -> Synthesis Optimization Effort -> None

Once design is more completed, change optimization back to Exhaustive.

View solution in original post

0 Likes
2 Replies
BiBi_1928986
Level 7
Level 7
First comment on blog 500 replies posted 250 replies posted

Hello.

Control register is being optimized out since its output are not being useful.

Change Optimization:
Project -> Build Settings... -> Code Generation -> General -> Synthesis Optimization Effort -> None

Once design is more completed, change optimization back to Exhaustive.

0 Likes