Up-to-date WLA DX binaries

Discussion of hardware and software development for Super NES and Super Famicom. See the SNESdev wiki for more information.

Moderator: Moderators

Forum rules
  • For making cartridges of your Super NES games, see Reproduction.
User avatar
Ramsis
Posts: 341
Joined: Sun Jul 01, 2012 6:44 am
Location: Lion's den :3
Contact:

Re: Up-to-date SNES assembler binaries

Post by Ramsis »

While CMake works like a charm on Linux, it completely broke my MinGW setup, to the point where the msys shell terminated itself immediately whenever I tried to make anything. :x I'm in the process of wiping and reinstalling MinGW completely, hoping that I can get it to work again ...
Some of my projects:
Furry RPG!
Unofficial SNES PowerPak firmware
(See my GitHub profile for more)
User avatar
Ramsis
Posts: 341
Joined: Sun Jul 01, 2012 6:44 am
Location: Lion's den :3
Contact:

Re: Up-to-date SNES assembler binaries

Post by Ramsis »

Updated the first post with new binaries. :-)
Some of my projects:
Furry RPG!
Unofficial SNES PowerPak firmware
(See my GitHub profile for more)
User avatar
Ramsis
Posts: 341
Joined: Sun Jul 01, 2012 6:44 am
Location: Lion's den :3
Contact:

Re: Up-to-date SNES assembler binaries

Post by Ramsis »

Uploaded new binaries yet again. :-)
Some of my projects:
Furry RPG!
Unofficial SNES PowerPak firmware
(See my GitHub profile for more)
User avatar
Ramsis
Posts: 341
Joined: Sun Jul 01, 2012 6:44 am
Location: Lion's den :3
Contact:

Re: Up-to-date SNES assembler binaries

Post by Ramsis »

Ditto. :)
Some of my projects:
Furry RPG!
Unofficial SNES PowerPak firmware
(See my GitHub profile for more)
User avatar
Ramsis
Posts: 341
Joined: Sun Jul 01, 2012 6:44 am
Location: Lion's den :3
Contact:

Re: Up-to-date SNES assembler binaries

Post by Ramsis »

Here we go again. :wink:
Some of my projects:
Furry RPG!
Unofficial SNES PowerPak firmware
(See my GitHub profile for more)
User avatar
Khaz
Posts: 314
Joined: Thu Dec 25, 2014 10:26 pm
Location: Canada

Re: Up-to-date SNES assembler binaries

Post by Khaz »

Bark! Trying to download the linux version of WLA and the file doesn't seem to be there. Any idea what's up?
Kannagi
Posts: 100
Joined: Sun May 11, 2014 8:36 am
Location: France

Re: Up-to-date SNES assembler binaries

Post by Kannagi »

Code: Select all

bash unix.sh 65816
I just tested with 9.5
User avatar
Khaz
Posts: 314
Joined: Thu Dec 25, 2014 10:26 pm
Location: Canada

Re: Up-to-date SNES assembler binaries

Post by Khaz »

Kannagi wrote:

Code: Select all

bash unix.sh 65816
I just tested with 9.5
... If you were addressing me with that, I don't understand?
Kannagi
Posts: 100
Joined: Sun May 11, 2014 8:36 am
Location: France

Re: Up-to-date SNES assembler binaries

Post by Kannagi »

I thought you didn't manage to compile.

What is your problem exactly?
User avatar
Khaz
Posts: 314
Joined: Thu Dec 25, 2014 10:26 pm
Location: Canada

Re: Up-to-date SNES assembler binaries

Post by Khaz »

My problem is that the "WLA DX v9.6 Linux binaries & documentation" link in the original post is dead. The file is not there, I can't download it.

Might need Ramsis to kick his server or something.
Kannagi
Posts: 100
Joined: Sun May 11, 2014 8:36 am
Location: France

Re: Up-to-date SNES assembler binaries

Post by Kannagi »

I see, so I would suggest to download Version 9.5, personally it suits me very well;)

http://www.villehelin.com/wla.html
User avatar
Ramsis
Posts: 341
Joined: Sun Jul 01, 2012 6:44 am
Location: Lion's den :3
Contact:

Re: Up-to-date SNES assembler binaries

Post by Ramsis »

My webspace was yet again down for hours yesterday. I already complained to the hoster about the frequent outages. So please grab the files now, while you can. :wink:
Some of my projects:
Furry RPG!
Unofficial SNES PowerPak firmware
(See my GitHub profile for more)
User avatar
Ramsis
Posts: 341
Joined: Sun Jul 01, 2012 6:44 am
Location: Lion's den :3
Contact:

Re: Up-to-date SNES assembler binaries

Post by Ramsis »

Turns out that my old webspace hoster is going defunct, so I've moved everything to another, and bigger one. With some luck, there should be no more hour-long outages in the future. :)
Some of my projects:
Furry RPG!
Unofficial SNES PowerPak firmware
(See my GitHub profile for more)
User avatar
Ramsis
Posts: 341
Joined: Sun Jul 01, 2012 6:44 am
Location: Lion's den :3
Contact:

Re: Up-to-date SNES assembler binaries

Post by Ramsis »

New WLA DX binaries are up. :)
Some of my projects:
Furry RPG!
Unofficial SNES PowerPak firmware
(See my GitHub profile for more)
User avatar
koitsu
Posts: 4201
Joined: Sun Sep 19, 2004 9:28 pm
Location: A world gone mad

Re: Up-to-date SNES assembler binaries

Post by koitsu »

snescom binaries don't work out of the box on Windows 7 Ultimate SP1 x64; DLLs are missing -- I can confirm the first one, and the others are gut feelings (based on strings'ing the binaries): libstdc++-6.dll libgcc_s_dw2-1.dll libgcj-13.dll libgcc_s_dw2-1.dll

The Requirements section just says "GCC has to be installed", which is vague as hell; the *version* of all these DLLs matters immensely (why is it nobody ever discusses this fact? Angry koitsu!), as does how GCC was built (MSVC vs. MingW vs. whatever -- and I can tell from strings'ing these binaries that they were built using MingW), so this really isn't helpful.

What would be helpful is a link to either the exact version of GCC that is needed, or -- better yet -- some kind of zipfile containing the relevant DLLs (I think because it's GNU you might also have to include the LICENSE file that apply to them).
Post Reply