Cypress技术论坛
直播中

李宇昂

7年用户 186经验值
私信 关注
[问答]

命令行编译错误-1073741819

你好
我尝试命令行编译。把一切都变成文章。我写BAT文件
设置pSOCooToCs=“C:SoPress  PSoC设计器 5.1  CyPaseBuyBudidMrgToots”SET设备= Cy7C638 13-SXC设置BaseDeigner=Cy7C638 00设置LaSTROM=0x1FFF设置路径= %PSoCooSoCs%make -F%PSoCooCals%%MaFraseCurror make PrimeNe= Test1-F%PSoCootos%MaFrimeMakMeMeK-make -F%PSoCootos%MaxFiFILe取决于使项目名称= Test1-F%PSoCootos%MaFag文件暂停
出现下一个错误。
U:CysPosiesTest1Test1- f;“C:\程序文件 CyPress  PSoC设计器 5.1  CyPlasBuyBudidGrToo\MaMekMakimk PoSoMaKeMaKe.EXE TEST1 OOPROCTOR.MK作出:**[MAKEMACK]错误- 1073741819
我怎样才能解决这个错误呢?
有人有命令行编译的其他示例吗?
提前感谢。

以上来自于百度翻译


     以下为原文
  Hello
    I try command line compilation. Make all like in article . I write bat file  
    set PSOCTOOLS="C:Program FilesCypressPSoC Designer5.1CommonCypressSemiBuildMgrtools"
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:cyprojectstest1test1>make PROJNAME=test1 -f "C:Program FilesCypressPSoC
Designer5.1CommonCypressSemiBuildMgrtools"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.

回帖(7)

彭玉林

2019-3-19 11:19:41
你好,
我们高度鼓励我们的社区参与进来并回答问题。有其他人遇到这个问题。在我们的测试环境中,知识库文章“PoSOC1项目的命令行编译”中所描述的方法是有效的。
是否有人使用这个特性,它不起作用。
论坛的目标是成为用户社区和对等网络的共享和帮助网络。
我们将继续研究这个问题,并欣赏来自其他PSoC用户的任何额外输入。
谢谢你的帮助,罗伯特

以上来自于百度翻译


     以下为原文
  Hi,
    we highly encourage our community here to jump in and answer questions as well. Has somebody else encountered this issue. In our test environment the approach as described in the knowledge base article "Command Line Compilation of PSoC1 Project"  does work. 
    Is somebody else using this feature and it does / does not work.
    The forum is targeted to be a user community and a peer to peer sharing and help network.
    We will continue to look into this issue and appreciate any additional input from other PSoC users.
    Thank you for your help, Robert
举报

陈鲜孰

2019-3-19 11:35:04
根据《IDE用户指南》附录B.4“通过命令行建设项目”。
下面的命令应该用于清理、生成和生成由IDECIFRAP编译器生成的“演示”项目,该项目位于“D:MyDealDead”文件夹中:
“C:程序文件 CyPress  PSoC设计器 5.1  PSoC设计器5  PDCL.exe”“cgbp”“d:MyDesigndemo  demo .CMX”“IcCeCfRAPP”
此命令只能用于PD 5.1设计器。
请参阅P134附带的“IDE用户指南.pdf”文件
IDE用户指南1.PDF
6.5兆字节

以上来自于百度翻译


     以下为原文
  According to the “IDE User Guide” Appendix B.4 “Building Project Through Command Line”.
    The following command should be used to Clean, Generate and Build by the IMAGECRAFT compiler the “Demo” project, located in the “D:MyDesigner” folder:
    "C:Program FilesCypressPSoC Designer5.1PSoC Designer 5PDCLI.exe" "CGBP" "D:MyDesignerDemoDemo.cmx" "IMAGECRAFT"
    This command can be used only for the PD 5.1 designer
    Please see attached “IDE User Guide.pdf” file on p134


举报

李宇昂

2019-3-19 11:48:51
我也不能用这样的方式来构建我的项目。
C:文档和设置admin & gt;“C:程序文件 CyPress  PSoC设计器 5.1  PSoC设计器5  PDLI.exe”“CGBP”“C:PSoC项目Test1Test1.CCMX”“IcCeFrPad”过程……错误:无法建立建设项目的输出如下所示:做
你能给我你的电子邮件或Skype吗?
我给你我的计算机远程控制的登录名和密码。
我的联系人是
电子邮件:RuSLAN-Dely.信息
Skype:Rasal.DelyIn信息

以上来自于百度翻译


     以下为原文
  I can't build my project this way too.
     
    C:Documents and Settingsadmin>"C:Program FilesCypressPSoC Designer5.1PSoC
 Designer 5PDCLI.exe" "CGBP" "C:PSoC projectstest1test1.cmx" "IMAGECRAFT"
Process ................
ERROR: The project failed to build
The build output is shown below:

done

     
    Can you give me your email or skype?
    I send you login and password for remote control of of my computer.
    My contacts are
    email: ruslan@delly.info
    skype: ruslan.delly.info
举报

陈鲜孰

2019-3-19 12:06:18
您使用的是PSoC设计器的哪个版本?(关于PSoC设计器的帮助& GT)
我可以用PSoC设计器5.1服务包1成功地构建,它可以从
HTTP://www. CyPress?COM/?RID=41083
你可以附上你的项目吗?

以上来自于百度翻译


     以下为原文
  Which version of the PSoC Designer are you using? (Help -> About PSoC Designer)
    I can successfully build with PSoC Designer 5.1 Service Pack 1, which can be downloaded from the
    http://www.cypress.com/?rID=41083
    Could you attach your project?
举报

更多回帖

发帖
×
20
完善资料,
赚取积分