- Joined
- Jan 18, 2010
- Messages
- 11,409
I'm using Sebt3's cross compiler and running into this:
cc1plus: error: unrecognized command line option "-mno-fused-madd"
I don't believe this is an ARM supported option for GCC, just seems to be picking it up for some reason.. I can remove the option in the configure file, rerun the pndconfigure and it will compile fine.. But my program seems to hang in a segfault on the Pandora.. I'm not sure if it's related.. but kind of stumped as everything seems to be building fine.. is there a ARM related option I should be substituting instead of just removing the option?
I've finally got some spare time to start building projects for ARM / Pandora in general.. so fairly green at it.
cc1plus: error: unrecognized command line option "-mno-fused-madd"
I don't believe this is an ARM supported option for GCC, just seems to be picking it up for some reason.. I can remove the option in the configure file, rerun the pndconfigure and it will compile fine.. But my program seems to hang in a segfault on the Pandora.. I'm not sure if it's related.. but kind of stumped as everything seems to be building fine.. is there a ARM related option I should be substituting instead of just removing the option?
I've finally got some spare time to start building projects for ARM / Pandora in general.. so fairly green at it.