Command Line Compilation. Error -1073741819.

Tip / Sign in to post questions, reply, level up, and achieve exciting badges. Know more

cross mob
Anonymous
Not applicable

Hello

   

 

   

I try command line compilation. Make all like in article . I write bat file 

   

 

   

set PSOCTOOLS="C:\Program Files\Cypress\PSoC Designer\5.1\Common\CypressSemiBuildMgr\tools"
set DEVICE=CY7C63813-SXC
set BASEDEVICE=CY7C63800
set LASTROM=0x1fff
set path = %PSOCTOOLS%
make -f %PSOCTOOLS%\Makefile clean
make PROJNAME=test1 -f %PSOCTOOLS%\Makefile makemake
make -f %PSOCTOOLS%\Makefile depend
make PROJNAME=test1 -f %PSOCTOOLS%\Makefile
PAUSE

   

 

   

The next error appear.

   

 

   

U:\cyprojects\test1\test1>make PROJNAME=test1 -f "C:\Program Files\Cypress\PSoC
Designer\5.1\Common\CypressSemiBuildMgr\tools"\Makefile makemake
psocmakemake.exe test1 -oproject.mk
make: *** [makemake] Error -1073741819

   

 

   

How can I resolve this error?

   

Do somebody have other sample of command line compilation?

   

 

   

Thanks in advance.

0 Likes
1 Reply
Anonymous
Not applicable

Hi RuslanBZ

   

we will be following up on your issue in the other identical thread you started

   

http://www.cypress.com/?app=forum&id=2492&rID=49538

   

Robert

0 Likes