EUC and gcc question

new topic     » topic index » view thread      » older message » newer message

I need a little help here!

I have used EUC for a long time to produce .exe files with Watcom. Apparently support for Watcom has been dropped. I switched to mingw gcc compiler:

include std/console.e 
 
puts(1,"begin\n\n") 
atom t0 = time() 
system("euc -gcc z.exw -keep") 
atom diff = time() - t0 
printf(1,"elapsed time %5.2f seconds\n\n",diff) 
any_key() 

The .c files are produced OK by euc
Unfortunately it compiles init-.c only and produces no .exe file!

begin 
 
Build directory: build-585314\ 
Translating code, pass: 1 2 3 4 5 6 7 8 9 10 11 12  generating 
Compiling with GCC 
Compiling   2% init-.c 
elapsed time  3.30 seconds 
 
Press Any Key to continue... 

What am I missing?

regards,
jd

new topic     » topic index » view thread      » older message » newer message

Search



Quick Links

User menu

Not signed in.

Misc Menu