Failed compiling Genesis Plus GX

Hi guys. I’m compiling the core Genesis Plus GX to make that: http://libretro.com/forums/showthread.php?t=5391&highlight=split+cores

but i have this error:

=== Genesis Plus GX
Building genesis_plus_gx...
/c/retroarch_wii/libretro-super-master/libretro-build-common.sh: cannot make pipe for process substitution: Function not implemented
/c/retroarch_wii/libretro-super-master/libretro-build-common.sh: cannot make pipe for process substitution: Function not implemented
/c/retroarch_wii/libretro-super-master/libretro-build-common.sh: line 287: >($cmd_tee -a $log_module): ambiguous redirect
cd "/c/retroarch_wii/libretro-super-master/libretro-genesis_plus_gx"
mingw32-make -f Makefile.libretro platform="wii" -j7  clean
rm -f ./core/vdp_ctrl.o ./core/membnk.o ./core/memz80.o ./core/mem68k.o ./core/state.o ./core/vdp_render.o ./core/io_ctrl.o ./core/loadrom.o ./core/system.o ./core/genesis.o ./core/z80/z80.o ./core/m68k/m68kcpu.o ./core/m68k/s68kcpu.o ./core/ntsc/md_ntsc.o ./core/ntsc/sms_ntsc.o ./core/sound/sound.o ./core/sound/ym2413.o ./core/sound/eq.o ./core/sound/ym2612.o ./core/sound/blip_buf.o ./core/sound/sn76489.o ./core/input_hw/activator.o ./core/input_hw/paddle.o ./core/input_hw/teamplayer.o ./core/input_hw/input.o ./core/input_hw/gamepad.o ./core/input_hw/sportspad.o ./core/input_hw/lightgun.o ./core/input_hw/mouse.o ./core/input_hw/xe_1ap.o ./core/input_hw/terebi_oekaki.o ./core/input_hw/graphic_board.o ./core/cd_hw/gfx.o ./core/cd_hw/scd.o ./core/cd_hw/cdc.o ./core/cd_hw/cdd.o ./core/cd_hw/pcm.o ./core/cd_hw/cd_cart.o ./core/cart_hw/eeprom_spi.o ./core/cart_hw/md_cart.o ./core/cart_hw/sms_cart.o ./core/cart_hw/eeprom_i2c.o ./core/cart_hw/ggenie.o ./core/cart_hw/areplay.o ./core/cart_hw/sram.o ./core/cart_hw/eeprom_93c.o ./core/cart_hw/svp/svp.o ./core/cart_hw/svp/ssp16.o ./core/tremor/floor0.o ./core/tremor/bitwise.o ./core/tremor/synthesis.o ./core/tremor/window.o ./core/tremor/sharedbook.o ./core/tremor/block.o ./core/tremor/framing.o ./core/tremor/res012.o ./core/tremor/info.o ./core/tremor/codebook.o ./core/tremor/registry.o ./core/tremor/vorbisfile.o ./core/tremor/mapping0.o ./core/tremor/mdct.o ./core/tremor/floor1.o ./libretro/libretro.o ./libretro/scrc32.o
rm -f genesis_plus_gx_libretro_wii.a
mingw32-make -f Makefile.libretro platform="wii" -j7 CC="/c/devkitPro/devkitPPC/bin/powerpc-eabi-gcc" CXX="/c/devkitPro/devkitPPC/bin/powerpc-eabi-g++"
c:/devkitPro/devkitPPC/bin/powerpc-eabi-gcc -o core/vdp_ctrl.o -c core/vdp_ctrl.c -O3 -DNDEBUG  -DUSE_LIBTREMOR  -I./core -I./core/z80 -I./core/m68k -I./core/ntsc -I./core/sound -I./core/input_hw -I./core/cd_hw -I./core/cart_hw -I./core/cart_hw/svp -I./libretro -DUSE_16BPP_RENDERING -DFRONTEND_SUPPORTS_RGB565 -DBYTE_ORDER=BIG_ENDIAN -DGEKKO -DHW_RVL -mrvl -mcpu=750 -meabi -mhard-float -DALT_RENDER -D__LIBRETRO__ -DINLINE="static inline"
c:/devkitPro/devkitPPC/bin/powerpc-eabi-gcc -o core/membnk.o -c core/membnk.c -O3 -DNDEBUG  -DUSE_LIBTREMOR  -I./core -I./core/z80 -I./core/m68k -I./core/ntsc -I./core/sound -I./core/input_hw -I./core/cd_hw -I./core/cart_hw -I./core/cart_hw/svp -I./libretro -DUSE_16BPP_RENDERING -DFRONTEND_SUPPORTS_RGB565 -DBYTE_ORDER=BIG_ENDIAN -DGEKKO -DHW_RVL -mrvl -mcpu=750 -meabi -mhard-float -DALT_RENDER -D__LIBRETRO__ -DINLINE="static inline"
c:/devkitPro/devkitPPC/bin/powerpc-eabi-gcc -o core/memz80.o -c core/memz80.c -O3 -DNDEBUG  -DUSE_LIBTREMOR  -I./core -I./core/z80 -I./core/m68k -I./core/ntsc -I./core/sound -I./core/input_hw -I./core/cd_hw -I./core/cart_hw -I./core/cart_hw/svp -I./libretro -DUSE_16BPP_RENDERING -DFRONTEND_SUPPORTS_RGB565 -DBYTE_ORDER=BIG_ENDIAN -DGEKKO -DHW_RVL -mrvl -mcpu=750 -meabi -mhard-float -DALT_RENDER -D__LIBRETRO__ -DINLINE="static inline"
powerpc-eabi-gcc.exe: error: inline: No such file or directory
powerpc-eabi-gcc.exe: error: inline: No such file or directory
Makefile.libretro:353: recipe for target 'core/vdp_ctrl.o' failed
mingw32-make: *** [core/vdp_ctrl.o] Error 1
mingw32-make: *** Waiting for unfinished jobs....
Makefile.libretro:353: recipe for target 'core/membnk.o' failed
mingw32-make: *** [core/membnk.o] Error 1
powerpc-eabi-gcc.exe: error: inline: No such file or directory
Makefile.libretro:353: recipe for target 'core/memz80.o' failed
mingw32-make: *** [core/memz80.o] Error 1
cp "genesis_plus_gx_libretro_wii.a" "/c/retroarch_wii/libretro-super-master/dist/wii/genesis_plus_gx_libretro_wii.a"
cp: cannot stat `genesis_plus_gx_libretro_wii.a': No such file or directory

How can I resolve this error? I dont have problem with the rest of the cores.

Thanks.