Page 1 of 1

mame 0.264 compilation error on mame link

Posted: Sat Mar 30, 2024 9:28 pm
by impeham
i am using latest sources from https://www.mamedev.org/release.html and dev tools from https://www.mamedev.org/tools/.
until 0.264 version compilation was always fine, but with this version i get this error when getting to the link mame.exe stage:
collect2.exe: error: ld returned 1 exit status

i am starting the environment using "msys64\win32\config64.bat" (as i always did with previous versions and then running "make" on the src\0.264 source folder.

what was changed from previous versions that can cause this?