Fatal error u1073 don t know how to make

Fatal error u1073 don t know how to make

NMAKE : fatal error U1073: don’t know how to make ‘anonymous_init.obj’ #499

Comments

kohldampfer commented Jan 9, 2018

I am trying to compile cyrus sasl on a Windows system with Visual Studio 2015. During the compilation, I get this error message:

NMAKE : fatal error U1073: don’t know how to make ‘anonymous_init.obj’
Stop.
NMAKE : fatal error U1077: ‘cd’ : return code ‘0x2’
Stop.
An error occurred.

I start the compilation with this command:

nmake /f NTMakefile NTLM=1

Any idea what the problem might be?

The text was updated successfully, but these errors were encountered:

kohldampfer commented Jan 9, 2018

I maybe found where this problem come from:

kohldampfer commented Jan 9, 2018

For those who are interested, I create a PowerShell script, which does the same like the Makefile.am file.

kohldampfer commented Jan 9, 2018

After adding these _init.c files into plugins directory and recompiling, I get the following error:

digestmd5.c(4557): error C2065: ‘GCC_FALLTHROUGH’: undeclared identifier
digestmd5.c(4557): error C2143: syntax error: missing ‘;’ before ‘case’

kohldampfer commented Jan 9, 2018 •

ntlm.c(481): warning C4013: ‘HMAC_CTX_reset’ undefined; assuming extern returning int
.
ntlm.obj : error LNK2019: unresolved external symbol _HMAC_CTX_reset referenced in function _V2

EDIT
Ok, this might be because I am using an OpenSSL version of 1.0.2, but as this documentation (https://www.openssl.org/docs/man1.1.0/crypto/HMAC_CTX_reset.html) is telling, this was introduced to OpenSSL 1.1.0.

sfhacker commented Jan 13, 2018

We haven’t had any issues building the latest SASL code using recent OpenSSL versions (including 1.0.2) on Windows. We even tried OpenSSL 1.1.1 (TLS 1.3) and it worked fine.

When we type pluginviewer, we see:

Installed and properly configured SASL (server side) mechanisms are:
SCRAM-SHA-1 GSSAPI GSS-SPNEGO DIGEST-MD5 EXTERNAL OTP CRAM-MD5 NTLM LOGIN PLAIN ANONYMOUS
Available SASL (server side) mechanisms matching your criteria are:
SCRAM-SHA-1 GSSAPI GSS-SPNEGO DIGEST-MD5 OTP CRAM-MD5 NTLM LOGIN PLAIN ANONYMOUS
List of server plugins follows
.
.
.

NMAKE : fatal error U1073: don’t know how to make ‘MSVC_obj\cpu.obj’ #3

Comments

sgeto commented Nov 14, 2016

The text was updated successfully, but these errors were encountered:

gvanem commented Nov 14, 2016

Thanks for reporting. Fixed in 13fc640

LUA is far from finished. Hence I’ve disabled it in Makefile.vc6 by default. Feel free to contribute if you know LUA more than I do.

sgeto commented Nov 14, 2016

I may do so soon. I’m in the middle of getting my head around it.

sgeto commented Nov 14, 2016

actually, LUA doesn’t seem to be disabled:

NMAKE : fatal error U1073: don’t know how to make ‘f:\MingW32\src\Parsers\LuaJIT/src/lua.h’

why would it still ask for it?

gvanem commented Nov 15, 2016

Because of the last lines in Makefile.vc6. Try this:

Or I’ll just remove those last lines.

sgeto commented Nov 15, 2016

Wouldn’t removing those last lines break lua scripting capabilities if I’d set lua to 1 some time in the future?

gvanem commented Nov 15, 2016

sgeto commented Nov 15, 2016

I’m not sure I’m following.
But trying a little more I’m realizing that lua support has a long way to go anyways. Maybe this error message helps you in some way:

Also: There are a few minor fixes in Makefile.vc6 necessary to make the install part of the build go smoothly:

I may do a pull request. Would be my first.

Fatal error u1073 don t know how to make

Fatal error u1073 don t know how to make. Смотреть фото Fatal error u1073 don t know how to make. Смотреть картинку Fatal error u1073 don t know how to make. Картинка про Fatal error u1073 don t know how to make. Фото Fatal error u1073 don t know how to make

This forum has migrated to Microsoft Q&A. Visit Microsoft Q&A to post new questions.

Fatal error u1073 don t know how to make. Смотреть фото Fatal error u1073 don t know how to make. Смотреть картинку Fatal error u1073 don t know how to make. Картинка про Fatal error u1073 don t know how to make. Фото Fatal error u1073 don t know how to make

Answered by:

Fatal error u1073 don t know how to make. Смотреть фото Fatal error u1073 don t know how to make. Смотреть картинку Fatal error u1073 don t know how to make. Картинка про Fatal error u1073 don t know how to make. Фото Fatal error u1073 don t know how to make

Question

Fatal error u1073 don t know how to make. Смотреть фото Fatal error u1073 don t know how to make. Смотреть картинку Fatal error u1073 don t know how to make. Картинка про Fatal error u1073 don t know how to make. Фото Fatal error u1073 don t know how to make

Fatal error u1073 don t know how to make. Смотреть фото Fatal error u1073 don t know how to make. Смотреть картинку Fatal error u1073 don t know how to make. Картинка про Fatal error u1073 don t know how to make. Фото Fatal error u1073 don t know how to make

Answers

Fatal error u1073 don t know how to make. Смотреть фото Fatal error u1073 don t know how to make. Смотреть картинку Fatal error u1073 don t know how to make. Картинка про Fatal error u1073 don t know how to make. Фото Fatal error u1073 don t know how to make

Fatal error u1073 don t know how to make. Смотреть фото Fatal error u1073 don t know how to make. Смотреть картинку Fatal error u1073 don t know how to make. Картинка про Fatal error u1073 don t know how to make. Фото Fatal error u1073 don t know how to make

The sources file linking against sdcardlib.lib is in C:\WINCE600\PLATFORM\Test30Jan12\SRC\DRIVERS\SDHC\SDHC, very easily found by analyzing the build.log output just before the error. The reason you could not find it is because it doesn’t link directly to this particular lib, but links to sdbus.lib which links to that sdcardlib.lib.

From the build log it seems you have not included the SD card component in your OS Design. Are you sure you checked the «SD Bus» component in the catalog? That component can be found under Devive Drivers \ SD in the Catalog Items View window. You probably only selected the SDHC driver in your Third Party \ BSP node. Also select SD Memory if you want to mount an SD card (under SDIO \ SDIO Memory \ SD Memory).

After making changes to the catalog item selection you have to do a clean sysgen (aka «Rebuild Solution»). Please make sure you read and fully understand the text in this blog post http://guruce.com/blogpost/what-to-build-when before you build anything.

Michel Verhagen, eMVP
Check out my blog: http://guruce.com/blog

GuruCE
Microsoft Embedded Partner
http://guruce.com
Consultancy, training and development services.

All replies

Fatal error u1073 don t know how to make. Смотреть фото Fatal error u1073 don t know how to make. Смотреть картинку Fatal error u1073 don t know how to make. Картинка про Fatal error u1073 don t know how to make. Фото Fatal error u1073 don t know how to make

Fatal error u1073 don t know how to make. Смотреть фото Fatal error u1073 don t know how to make. Смотреть картинку Fatal error u1073 don t know how to make. Картинка про Fatal error u1073 don t know how to make. Фото Fatal error u1073 don t know how to make

With so little information, it is very difficult to help you.

The error means that you have a sources file that has sdcardlib.lib listed as a library that should be linked into the target, but it cannot find sdcardlib.lib and it has no rules to build it.

To help you better, we would need to know:

Eurotech Inc.
www.Eurotech.com

Fatal error u1073 don t know how to make. Смотреть фото Fatal error u1073 don t know how to make. Смотреть картинку Fatal error u1073 don t know how to make. Картинка про Fatal error u1073 don t know how to make. Фото Fatal error u1073 don t know how to make

Fatal error u1073 don t know how to make. Смотреть фото Fatal error u1073 don t know how to make. Смотреть картинку Fatal error u1073 don t know how to make. Картинка про Fatal error u1073 don t know how to make. Фото Fatal error u1073 don t know how to make

thank you for your reply sir,

* following are the instruction which i am following:

1) Launch the Visual Studio 2005 New Project dialog. and Select the Platform Builder project type.

2) using clone bsp of mini2240

3) Industrial Device from the list of Design Templates

4) then selecting proper templates and required components.

5) finish the wizard.

* I am using Clone of Mini2240 BSP

* I did include the SD support in my OSDesign

* i am building windows embedded CE 6.0 with the framework of 2.0

i am getting the error like

please help me with that sir. let me know where i am going wrong.

Fatal error u1073 don t know how to make. Смотреть фото Fatal error u1073 don t know how to make. Смотреть картинку Fatal error u1073 don t know how to make. Картинка про Fatal error u1073 don t know how to make. Фото Fatal error u1073 don t know how to make

Fatal error u1073 don t know how to make. Смотреть фото Fatal error u1073 don t know how to make. Смотреть картинку Fatal error u1073 don t know how to make. Картинка про Fatal error u1073 don t know how to make. Фото Fatal error u1073 don t know how to make

Find the «sources.» file in your cloned BSP that wants to link to sdcardlib.lib and post here. Also post the sources.cmn file from the root of your BSP, and show us a couple of lines leading up to the error from build.log in \WINCE600

The answer can only be as good as the question and the information supplied, please read http://guruce.com/blogpost/how-to-ask-questions-on-forums.

Michel Verhagen, eMVP
Check out my blog: http://guruce.com/blog

GuruCE
Microsoft Embedded Partner
http://guruce.com
Consultancy, training and development services.

Fatal error u1073 don t know how to make. Смотреть фото Fatal error u1073 don t know how to make. Смотреть картинку Fatal error u1073 don t know how to make. Картинка про Fatal error u1073 don t know how to make. Фото Fatal error u1073 don t know how to make

Fatal error u1073 don t know how to make. Смотреть фото Fatal error u1073 don t know how to make. Смотреть картинку Fatal error u1073 don t know how to make. Картинка про Fatal error u1073 don t know how to make. Фото Fatal error u1073 don t know how to make

thank you for your reply sir,

as you mentioned i am posting sources.cmn file as follow

!if 0
Copyright (c) Microsoft Corporation. All rights reserved.
!endif
!if 0
Use of this sample source code is subject to the terms of the Microsoft
license agreement under which you licensed this sample source code. If
you did not accept the terms of the license agreement, you are not
authorized to use this sample source code. For the terms of the license,
please see the license agreement between you and Microsoft or, if applicable,
see the LICENSE.RTF on your install media or the root of your tools installation.
THE SAMPLE SOURCE CODE IS PROVIDED «AS IS», WITH NO WARRANTIES.
!endif

WINCEOEM=1
WINCECPU=1
NOMIPS16CODE=1
RELEASETYPE=PLATFORM

_OEMINCPATH=$(_COMMONPUBROOT)\sdk\inc;
_OEMINCPATH=$(_OEMINCPATH);$(_COMMONPUBROOT)\oak\inc;
_OEMINCPATH=$(_OEMINCPATH);$(_COMMONPUBROOT)\ddk\inc;

INCLUDES=$(_TARGETPLATROOT)\src\inc;
INCLUDES=$(INCLUDES);$(_PLATFORMROOT)\common\src\inc;
INCLUDES=$(INCLUDES);$(_WINCEROOT)\public\common\oak\drivers\block\msflashfmd\inc

following is a some of lines from build.log file

and sir i am unable find the «sources.» file in my cloned BSP that wants to link to sdcardlib.lib

please help me with that. this is my learning curve so i will be helpful to you.

NMAKE : fatal error U1073: don’t know how to make ‘D:\Program’ Stop. The make command returned an error of 2 ‘An_error_​occurred_d​uring_the_​call_to_ma​ke’ 不是内部或外部命令,也不是可运行的程序 或批处理文件。

Fatal error u1073 don t know how to make. Смотреть фото Fatal error u1073 don t know how to make. Смотреть картинку Fatal error u1073 don t know how to make. Картинка про Fatal error u1073 don t know how to make. Фото Fatal error u1073 don t know how to make

0 Comments

Answers (1)

Fatal error u1073 don t know how to make. Смотреть фото Fatal error u1073 don t know how to make. Смотреть картинку Fatal error u1073 don t know how to make. Картинка про Fatal error u1073 don t know how to make. Фото Fatal error u1073 don t know how to make

Direct link to this answer

Direct link to this answer

0 Comments

See Also

Categories

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

An Error Occurred

Unable to complete the action because of changes made to the page. Reload the page to see its updated state.

Select a Web Site

You can also select a web site from the following list:

How to Get Best Site Performance

Select the China site (in Chinese or English) for best site performance. Other MathWorks country sites are not optimized for visits from your location.

Americas

Europe

Asia Pacific

Accelerating the pace of engineering and science

MathWorks is the leading developer of mathematical computing software for engineers and scientists.

Fatal error u1073 don t know how to make

Fatal error u1073 don t know how to make. Смотреть фото Fatal error u1073 don t know how to make. Смотреть картинку Fatal error u1073 don t know how to make. Картинка про Fatal error u1073 don t know how to make. Фото Fatal error u1073 don t know how to make

This forum has migrated to Microsoft Q&A. Visit Microsoft Q&A to post new questions.

Fatal error u1073 don t know how to make. Смотреть фото Fatal error u1073 don t know how to make. Смотреть картинку Fatal error u1073 don t know how to make. Картинка про Fatal error u1073 don t know how to make. Фото Fatal error u1073 don t know how to make

Asked by:

Fatal error u1073 don t know how to make. Смотреть фото Fatal error u1073 don t know how to make. Смотреть картинку Fatal error u1073 don t know how to make. Картинка про Fatal error u1073 don t know how to make. Фото Fatal error u1073 don t know how to make

Question

Fatal error u1073 don t know how to make. Смотреть фото Fatal error u1073 don t know how to make. Смотреть картинку Fatal error u1073 don t know how to make. Картинка про Fatal error u1073 don t know how to make. Фото Fatal error u1073 don t know how to make

Fatal error u1073 don t know how to make. Смотреть фото Fatal error u1073 don t know how to make. Смотреть картинку Fatal error u1073 don t know how to make. Картинка про Fatal error u1073 don t know how to make. Фото Fatal error u1073 don t know how to make

i am getting following error in subproject of WEC7 OS design:

NMAKE :fatal error U1073: don’t know how to make ‘obj\x86\retail\replay.obj

All replies

Fatal error u1073 don t know how to make. Смотреть фото Fatal error u1073 don t know how to make. Смотреть картинку Fatal error u1073 don t know how to make. Картинка про Fatal error u1073 don t know how to make. Фото Fatal error u1073 don t know how to make

Fatal error u1073 don t know how to make. Смотреть фото Fatal error u1073 don t know how to make. Смотреть картинку Fatal error u1073 don t know how to make. Картинка про Fatal error u1073 don t know how to make. Фото Fatal error u1073 don t know how to make

Please mark it as answer or vote as helpful if my reply helps.

Fatal error u1073 don t know how to make. Смотреть фото Fatal error u1073 don t know how to make. Смотреть картинку Fatal error u1073 don t know how to make. Картинка про Fatal error u1073 don t know how to make. Фото Fatal error u1073 don t know how to make

Fatal error u1073 don t know how to make. Смотреть фото Fatal error u1073 don t know how to make. Смотреть картинку Fatal error u1073 don t know how to make. Картинка про Fatal error u1073 don t know how to make. Фото Fatal error u1073 don t know how to make

replay.cpp is added into subproject.

Fatal error u1073 don t know how to make. Смотреть фото Fatal error u1073 don t know how to make. Смотреть картинку Fatal error u1073 don t know how to make. Картинка про Fatal error u1073 don t know how to make. Фото Fatal error u1073 don t know how to make

Fatal error u1073 don t know how to make. Смотреть фото Fatal error u1073 don t know how to make. Смотреть картинку Fatal error u1073 don t know how to make. Картинка про Fatal error u1073 don t know how to make. Фото Fatal error u1073 don t know how to make

Please mark it as answer or vote as helpful if my reply helps.

Fatal error u1073 don t know how to make. Смотреть фото Fatal error u1073 don t know how to make. Смотреть картинку Fatal error u1073 don t know how to make. Картинка про Fatal error u1073 don t know how to make. Фото Fatal error u1073 don t know how to make

Fatal error u1073 don t know how to make. Смотреть фото Fatal error u1073 don t know how to make. Смотреть картинку Fatal error u1073 don t know how to make. Картинка про Fatal error u1073 don t know how to make. Фото Fatal error u1073 don t know how to make

I am sharing you the build log:

Fatal error u1073 don t know how to make. Смотреть фото Fatal error u1073 don t know how to make. Смотреть картинку Fatal error u1073 don t know how to make. Картинка про Fatal error u1073 don t know how to make. Фото Fatal error u1073 don t know how to make

Fatal error u1073 don t know how to make. Смотреть фото Fatal error u1073 don t know how to make. Смотреть картинку Fatal error u1073 don t know how to make. Картинка про Fatal error u1073 don t know how to make. Фото Fatal error u1073 don t know how to make

From the log it looks like you have some syntax error issue on your configuration files(i.e.makefile/sources) file.

How did you created this project? Did you tried creating and building a simple «hello world» subproject?

Please mark it as answer or vote as helpful if my reply helps.

Источники информации:

Добавить комментарий

Ваш адрес email не будет опубликован. Обязательные поля помечены *