Strange Makefile problem

Open forum for end-user questions about Wine. Before asking questions, check out the Wiki as a first step.
Forum Rules
Locked
Syphius
Level 1
Level 1
Posts: 7
Joined: Mon Dec 14, 2009 9:26 am

Strange Makefile problem

Post by Syphius »

Hi,

When using the win32 make.exe I get sometimes strange errors :

Code: Select all

process_begin: CreateProcess(C:\windows\temp\make131-2.bat, C:\windows\temp\make131-2.bat, ...) failed.

make (e=1359): Internal error


make[1]: *** [ARM_Packages_Release\_eBayAppWatcherSetupUtil.o] Error 1359

make[1]: *** Waiting for unfinished jobs....
with multithreaded build.

Something similar with g++ win32 too :

Code: Select all

arm-elf-g++: CreateProcess: No such file or directory
I'm using Wine 1.2 on MacOSX 10.6.4 Snow Leopard.

Could you help me?

Best Regards.
[/code]
Charles Davis

Strange Makefile problem

Post by Charles Davis »

On 8/19/10 9:02 AM, Syphius wrote:
arm-elf-g++: CreateProcess: No such file or directory

I'm using Wine 1.2 on MacOSX 10.6.4 Snow Leopard.
Why don't you just run arm-elf-g++ natively? You shouldn't need Wine to
run GCC at all. I know it's available through MacPorts (the
'arm-elf-gcc' port), and I think Fink might have it, too.

Chip
Syphius
Level 1
Level 1
Posts: 7
Joined: Mon Dec 14, 2009 9:26 am

Post by Syphius »

I can't I try to make working my entire program that generate and build makefiles for phone, it's a complete IDE.
Locked