Compile problem [cc1: error: invalid option 'call-sysv']
Posted: Thu May 21, 2009 7:25 am
Hi
I am trying to compile very basic example - helloworld using DevkitPro and Programmers Notepad for Wii
[AMD Sempron mobile processor, Win XP SP2, fresh install of DevkitPro]
I got this error:
I modified wii_rules ::
MACHDEP = -DGEKKO -mrvl -mcpu=750 -meabi -mhard-float
like:
MACHDEP = -DGEKKO -mhard-float
but still I get this error:
cc1: error: invalid option `cpu=750'
When I tried to compile the same code at my computer at work everything was fine...
I am sure that all paths [msys, devkitpro, devkitppc ...] are correct
What should I do???
How can I detect correct compiler flags?
I am trying to compile very basic example - helloworld using DevkitPro and Programmers Notepad for Wii
[AMD Sempron mobile processor, Win XP SP2, fresh install of DevkitPro]
I got this error:
Code: Select all
> "make"
template.c
cc1: error: invalid option `call-sysv'
cc1: error: invalid option `rvl'
cc1: error: invalid option `cpu=750'
cc1: error: invalid option `eabi'
e:/Programovanie/Wii/template/source/template.c:1: warning: -ffunction-sections may affect debugging on some targets
make[1]: *** [template.o] Error 1
"make": *** [build] Error 2
> Process Exit Code: 2
> Time Taken: 00:02
MACHDEP = -DGEKKO -mrvl -mcpu=750 -meabi -mhard-float
like:
MACHDEP = -DGEKKO -mhard-float
but still I get this error:
cc1: error: invalid option `cpu=750'
When I tried to compile the same code at my computer at work everything was fine...
I am sure that all paths [msys, devkitpro, devkitppc ...] are correct
What should I do???
How can I detect correct compiler flags?