S32DS —— Compile the project is not successful

cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 

S32DS —— Compile the project is not successful

1,235 Views
jiezhao
Contributor I

Hello, I use S32 Design Studio for Power Architecture, and I try to compile a new created project, it always fail. Please find below information:

  

10:43:40 **** Build of configuration Debug for project 34_Z0 ****
make -j4 all
      0 [main] make 8000 proc_subproc: Couldn't duplicate child handle for pid 0, Win32 error 6
      9 [main] make 8000 proc_subproc: Couldn't duplicate my handle<0x210> for pid 0, Win32 error 87
make: echo: Command not found
   1977 [proc] make 8000 wait_subproc: wait failed. nchildren 1, wait 1000, Win32 error 6
   2643 [proc] make 8000 wait_subproc: nchildren 1, event[1] 0x0, pchildren[0] 0x890000, events[0] 0x328, Win32 error 6
   2652 [proc] make 8000 wait_subproc: pid 0, dwProcessId 0, hProcess 0x0, progname 'C:\NXP\S32DS_Power_v1.2\utils\MinGW\msys\1.0\bin\echo.exe'
Command canceled
10:43:43 Build Cancelled (took 3s.77ms)
Labels (3)
0 Kudos
2 Replies

848 Views
jiri_kral
NXP Employee
NXP Employee

Hello, 

can you please check if the file echo.exe is physically present in the path C:\NXP\S32DS_Power_v1.2\utils\MinGW\msys\1.0\bin\   and can't be run from command line ? May be you don't have correct permissions. 

Your issue also may be related to character encoding on your machine - Chinese characters or spaces somewhere in your install path?

Jiri

848 Views
jiezhao
Contributor I

thanks a lot, the problem has been solved~

0 Kudos