PSOC4 BLE I2C errors: 'arm-none-eabi-gcc.exe' failed with exit code '1'

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.
bewac_2776061
Level 1
Level 1
First like received

Hello,

i have errors with the information: 'arm-none-eabi-gcc.exe' failed with exit code '1'  during compiling .

Unfortunately, there is no more details about what to do. Can anyone help me?

Thanks!

Best Regards

Bei

0 Likes
1 Solution

The issue can be reproduced on my side.

It looks related to the multiple definition of some variables, like 'StartAdvertisement', 'BLEStackStatus', 'Sensor1NotificationEnabled', UpdateSensor1NotificationAttribute'. Please double check.

View solution in original post

0 Likes
3 Replies
BoMa_4329931
Level 3
Level 3
First like received

Can you please post your complete project or a shortened version that shows the error so that we all can have a look at all of your settings. To do so, use

Creator->File->Create Workspace Bundle (minimal)

and attach the resulting file.

Bob

0 Likes
lock attach
Attachments are accessible only for community members.

Okay, i send the file.

0 Likes

The issue can be reproduced on my side.

It looks related to the multiple definition of some variables, like 'StartAdvertisement', 'BLEStackStatus', 'Sensor1NotificationEnabled', UpdateSensor1NotificationAttribute'. Please double check.

0 Likes