which disassembler

You need an actual VIC.

Moderator: Moderators

Post Reply
User avatar
nbla000
Salmon Run
Posts: 2582
Joined: Thu Oct 13, 2005 8:58 am
Location: Italy

Post by nbla000 »

Thank's for the info, i've installed Active Perl 5.8.8.820 for windows and now i may launch the script command:
perl recomment program.prg file.asm

but it replies:
You don't exist. Go away!

looking the recomment script it seems that try to compile (COMPILER = gcc -E) but exit because don't know the user name

Script part:

Code: Select all

#
# Options
#

$COMPILER = "gcc -E";			### Default C Compiler Preprocessor

$USER = $ENV{USER} || die "You don't exist. Go away!\n";
$HOST = `uname -n` || die "No host. Where are you?\n";
Someone have used the recomment script under DOS/Windows ?
Bacon
for breakfast
Posts: 578
Joined: Mon Apr 19, 2004 8:07 am

Post by Bacon »

Oh, I didn't look at the script itself. It seems that you do need GCC after all :(

There is a version of GCC for Windows called MinGW, but I don't know if it would work with the script.

Or you could try Cygwin and get a Linux-like environment in Windows. That should work.
Bacon
-------------------------------------------------------
Das rubbernecken Sichtseeren keepen das cotton-pickenen Hands in die Pockets muss; relaxen und watschen die Blinkenlichten.
carlsson
Class of '6502
Posts: 5516
Joined: Wed Mar 10, 2004 1:41 am

Post by carlsson »

I believe I have run recomment under MinGW + Msys.
Anders Carlsson

Image Image Image Image Image
bradw2k
Vic 20 Newbie
Posts: 11
Joined: Thu Aug 02, 2007 10:39 am

Recomment

Post by bradw2k »

Hi nbla000, did you have any luck getting Recomment to run in a Windows environment?

Brad
Post Reply