Author Topic: Compiling FBA - help me!  (Read 5665 times)

Offline Necromancer

  • New Member
  • *
  • Posts: 3
  • Karma: +0/-0
  • Junior Member
Compiling FBA - help me!
« on: June 24, 2005, 03:39:40 AM »
Hello everybody :)

I was trying to compile FBA but i need some help... I did everyting as described in src\mingw.txt and i got these errors :(

Code: [Select]
MinGW D:\fbasrc>mingw32-make CPYTYPE=i686
Making normal build...

process_begin: CreateProcess((null), g++ -mconsole -pipe -march=i686 -O3 -mno-cy
gwin -mwindows -fforce-mem -fforce-addr -finline-limit=1200 -fthread-jumps -fred
uce-all-givs -fmove-all-movables -fexpensive-optimizations -Wall -W -pedantic -W
shadow -Wno-long-long -Wmissing-prototypes -Wstrict-prototypes -Wunknown-pragmas
 -Wundef -Wconversion -Wuninitialized -Wpointer-arith -Winline -DBUILD_WIN32 -DU
SE_SPEEDHACKS -DFILENAME=fbaa -DMMX -DFASTCALL -Isrc/burn -Isrc/burn/capcom -Isr
c/burn/toaplan -Isrc/burn/cave -Isrc/burn/psikyo -Isrc/burn/neogeo -Isrc/burn/se
ga -Isrc/burn/misc -Isrc/burn/misc/taito_68k -Isrc/burner -Isrc/burner/win32 -Is
rc/interface -Isrc/interface/win32 -Isrc/interface/sdl -Isrc/cpu/doze -Isrc/cpu/
a68k -Isrc/cpu/m68k -Isrc/kaillera/client -Isrc/generated -Iobj/GNU_WIN32/fbaa/g
enerated -Isrc/mingw/include -I- -mmmx -static -s src/scripts/build_details.cpp
-o obj/GNU_WIN32/fbaa/generated/build_details.exe, ...) failed.
make (e=2): The system cannot find the file specified.
mingw32-make[1]: *** [src/generated/build_details.h] Error 2
mingw32-make: *** [mingw] Error 2

MinGW D:\fbasrc>

Whats wrong?

Thanks in advance!

Offline Necromancer

  • New Member
  • *
  • Posts: 3
  • Karma: +0/-0
  • Junior Member
Re: Compiling FBA - help me!
« Reply #1 on: June 24, 2005, 11:10:17 PM »
Btw what mingw i need? I've downloaded this file : gcc-core-3.3.1-20030804-1.tar and i've downloaded some version of "make"... Please help me!

Update :D I've downloaded some mingw stuff and now i got this :

Code: [Select]
MinGW D:\fbasrc>
MinGW D:\fbasrc>make
Making normal build...

Generating depend file for src/burner/win32/about.cpp...
Generating depend file for src/burner/win32/resource.rc...
Compiling src/burner/win32/about.cpp...
Compiling resource file resource.rc...
Assembling src/burn/burn_sound_a.asm...
nasm: fatal: unrecognised output format `coff' - use -hf for a list
type `nasm -h' for help
make[1]: *** [burn_sound_a.o] Error 1
make: *** [mingw] Error 2

MinGW D:\fbasrc>
« Last Edit: June 25, 2005, 06:52:06 AM by Necromancer »

Offline Shoometsu

  • Jr. Member
  • **
  • Posts: 66
  • Karma: +0/-0
  • I finally have an avatar XD
Re: Compiling FBA - help me!
« Reply #2 on: June 25, 2005, 03:18:27 PM »
use mingw 3.1.0-1 , i've tried with other versions (newer and older) but without success...
<- Who are you?

Offline Necromancer

  • New Member
  • *
  • Posts: 3
  • Karma: +0/-0
  • Junior Member
Re: Compiling FBA - help me!
« Reply #3 on: June 25, 2005, 06:15:52 PM »
Well i did it  :cool:
It seems that i've been using wrong version of nasm  :confused:
It doesnt matter now :) Thanks anyway :)