From: Foster B. <fbr...@ad...> - 2010-10-06 20:53:36
|
I am trying to compile ASL's expression_filter.cpp for armv7 and am getting the following (rather cryptic) error: > {standard input}:43975:offset out of range > {standard input}:39770:offset out of range > {standard input}:39673:offset out of range > {standard input}:39576:offset out of range > {standard input}:35351:offset out of range > {standard input}:35274:offset out of range > {standard input}:35178:offset out of range > {standard input}:83731:offset out of range > {standard input}:83708:offset out of range > {standard input}:83685:offset out of range > {standard input}:83662:offset out of range > {standard input}:83639:offset out of range > {standard input}:83616:offset out of range > {standard input}:83593:offset out of range > {standard input}:83570:offset out of range > {standard input}:83549:offset out of range > {standard input}:83526:offset out of range > {standard input}:83503:offset out of range > {standard input}:83480:offset out of range > {standard input}:83457:offset out of range I am building with Xcode 3.2.4, GCC 4.2. I have discovered setting GCC_UNROLL_LOOPS to NO eliminates the error. When it is YES the above is printed. Note I get no error when compiling for the i386 or armv6 architectures. Has anyone else seen this or is it just my build environment? Blessings, Foster -- Foster T. Brereton τετέλεσται Ro.3:21-26 Computer Scientist 2 --- Photoshop Engineering --- Adobe Systems "What 99 percent of programmers need to know is not how to build components but how to use them." -- Alexander Stepanov |