iphone - Xcode: gcc-4.2 failed with exit code 1 -


i'm working on game iphone use oolong engine rendering, , tried update project newest version.

however, following error when try compile:

gcc-4.2 failed exit code 1 

in build results see in cpp file error happens, don't see additional information.

how can more info going wrong in order track down problem?

edit

after inspecting compile output, got following lines, error occurs:

{standard input}:61:selected processor not support 'fmrx r0, fpscr'  {standard input}:62:unshifted register required -- 'bic r0,r0,#0x00370000'  ...somemorelines  {standard input}:69:selected processor not support 'fmxr fpscr,r0' 

this vfo code 1 of #include files. works fine in examples come engine. there screwed project settings? compared them 1 of examples , seem identical.

go build->build results or hit shift-command-b. there's icon on far right of error message looks bunch of horizontal lines. click or select "all messages".

you may want edit preferences in xcode show build results while build going on, , hide window if there no errors or warnings. that's do.


Comments

Popular posts from this blog

c++ - Convert big endian to little endian when reading from a binary file -

C#: Application without a window or taskbar item (background app) that can still use Console.WriteLine() -

unicode - Are email addresses allowed to contain non-alphanumeric characters? -