Build error: cannot find -lemWin_nosnts_cm3_gcc

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.
DaMe_598781
Level 1
Level 1

I have a project, about to make major changes so I copied it, created a new (empty) project, pasted the old project in there and renamed it.

When I build (made no code changes yet) I get this error:

Build error: cannot find -lemWin_nosnts_cm3_gcc

No pointer to where the error might be.

Can anyone help with this one?

My project is attached.

0 Likes
1 Solution
PSBU_2325551
Level 4
Level 4
First like received

Hi,

Please check  and follow the topic "Integrating the Library into PSoC Creator" in this emWin Component datasheet (at page#03) available at this link:

https://www.cypress.com/documentation/component-datasheets/segger-emwin-graphic-library-emwingraphic...

It may be useful in your query.

View solution in original post

2 Replies
PSBU_2325551
Level 4
Level 4
First like received

Hi,

Please check  and follow the topic "Integrating the Library into PSoC Creator" in this emWin Component datasheet (at page#03) available at this link:

https://www.cypress.com/documentation/component-datasheets/segger-emwin-graphic-library-emwingraphic...

It may be useful in your query.

MotooTanaka
Level 9
Level 9
Distributor - Marubun (Japan)
First comment on blog Beta tester First comment on KBA

Hi,

If your original project was build-able, there should be a file named

<Project Dir>/EmWin/libemWin_nosnts_cm3_gcc.a

Copy it to your new project's

<Project Dir>/EmWin/

Then hopefully the project will be build-able.

moto

0 Likes