Ai-Thinker-Open / GPRS_C_SDK

Ai-Thinker A9/A9G GPRS (with GPS(A9G)) module C development SDK
https://ai-thinker-open.github.io/GPRS_C_SDK_DOC
MIT License
448 stars 234 forks source link

[main] sh 16612 _pinfo::dup_proc_pipe: DuplicateHandle failed, pid 16648, hProcess 0x324, wr_proc_pipe 0x364, Win32 error 5 #75

Closed itolddd closed 6 years ago

itolddd commented 6 years ago

1. SDK version(SDK 版本)

{

GPRS_C_SDK_V1505

}


2. In what kind of operation problems appear, and how to reproduce the problem ?(什么样的操作步骤问题会出现,是否是稳定复现,如何复现问题?)

{

编译的时候总是会出现如下打印,然后就卡住了,需要重启Cygwin.bat才能解决。 编译前先clean也没用。

LODTOBIN e:\AiThinker\Code\GPRS_C_SDK_V1.505\hex\app\app_flash.lod LODTOBIN Sucessful LODCOMBINE Combine user lod with Platform lod LODCOMBINE Combine sucessful 1 [main] sh 16612 _pinfo::dup_proc_pipe: DuplicateHandle failed, pid 16648, hProcess 0x324, wr_proc_pipe 0x364, Win32 error 5 1 [main] sh 16612 _pinfo::dup_proc_pipe: DuplicateHandle failed, pid 16648, hProcess 0x324, wr_proc_pipe 0x364, Win32 error 5

}


Neutree commented 6 years ago

这应该是cygwin的问题,有能力的话可以自己升级cygwin就好

itolddd commented 6 years ago

这个要怎么去升级?别人没有遇到吗?

Neutree commented 6 years ago

出现几率低,而且重启cygwin也可以

Neutree commented 6 years ago

更新到CSDTK4.2,不再使用cygwin,这个问题不会再出现了