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

LINK : fatal error LNK1561: entry point must be defined #3788

Open
shadow-wxh opened this issue Feb 11, 2024 · 0 comments
Open

LINK : fatal error LNK1561: entry point must be defined #3788

shadow-wxh opened this issue Feb 11, 2024 · 0 comments

Comments

@shadow-wxh
Copy link

This is the output from windows10 command prompt

F:\My_Projects\DeepSpeech\native_client>F:\cygwin\bin\make deepspeech
'F:\VS2019\VC\Tools\MSVC\14.29.30133\bin\Hostx64\x64'cl.exe /cygdrive/f/My_Projects/DeepSpeech/tensorflow\bazel-bin\native_client\libdeepspeech.so.if.lib deepspeech.cc -o deepspeech
Microsoft (R) C/C++ Optimizing Compiler Version 19.29.30152 for x64
Copyright (C) Microsoft Corporation. All rights reserved.

cl : Command line warning D9035 : option 'o' has been deprecated and will be removed in a future release
cl : Command line warning D9002 : ignoring unknown option '/cygdrive/f/My_Projects/DeepSpeech/tensorflow\bazel-bin\native_client\libdeepspeech.so.if.lib'
deepspeech.cc

..................
..................
..................

F:\My_Projects\DeepSpeech\native_client\ctcdecode\third_party\openfst-1.6.9-win\src\include\fst/lookahead-matcher.h(620): warning C4305: 'initializing': truncation from 'unsigned int' to 'bool'
Microsoft (R) Incremental Linker Version 14.29.30152.0
Copyright (C) Microsoft Corporation. All rights reserved.

/out:deepspeech.exe
/out:deepspeech.exe
deepspeech.obj
Creating library deepspeech.lib and object deepspeech.exp
LINK : fatal error LNK1561: entry point must be defined
make: *** [: deepspeech] Error 2

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

No branches or pull requests

1 participant