Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix compilation error caused by missing libftdi define #19

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

stoupa-cz
Copy link

Hi,

I have compilation problem in OpenEmbedded build system. Here is a simple commit fixing the issue. I hope that it won't break compilation with different ftdi library.

More information are in the commit message.

Hmm, I just saw that fix for tha same problem is in #9 .

Tomas

'fast.o' target cannot be compiled when compiling with libftdi1:
In file included from fast.c:10:0:
mpsse.h:10:18: fatal error: ftdi.h: No such file or directory

It is due to missing define in Makefile. Solve it by putting the
LIBFTDI1 flag directly to CFLAGS.

Signed-off-by: Tomas Novotny <[email protected]>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant