PSoC 5 Build Error

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.
adpac_1560036
Level 4
Level 4
First like received First like given

Hi, im getting the following error pointing to a function call.

   

Build error: undefined reference to `Local'

   

Build error: The command 'arm-none-eabi-gcc.exe' failed with exit code '1'.

   

I couldnt figure it out.

0 Likes
2 Replies
HeLi_263931
Level 8
Level 8
100 solutions authored 50 solutions authored 25 solutions authored

Well, 'Local' doesn't exist in the scope where you are referring to it. (And just sending the workspace file, but nothing else, doesn't allow us to look at the sources)

0 Likes

Thank you.!!..The mistake i made was to create  header and source files with the name 'CapSense', which is a default name used by the software. Ive renamed them and now the error is resolved.

0 Likes