Skip to main content
Participating Frequently
January 19, 2015
Question

Compilation failed while executing : compile-abc

  • January 19, 2015
  • 1 reply
  • 696 views

Stack dump:

0. Program arguments: C:\Program Files\Adobe\Adobe Flash Builder 4.7 (64 Bit)\eclipse\plugins\com.adobe.flash.compiler_4.7.0.349722\AIRSDK\lib\aot/bin/compile-abc/compile-abc.exe -mtriple=armv7-apple-ios -filetype=obj -sdk C:\Program Files\Adobe\Adobe Flash Builder 4.7 (64 Bit)\eclipse\plugins\com.adobe.flash.compiler_4.7.0.349722\AIRSDK\lib\aot/lib/avmglue.abc -fields C:\Program Files\Adobe\Adobe Flash Builder 4.7 (64 Bit)\eclipse\plugins\com.adobe.flash.compiler_4.7.0.349722\AIRSDK\lib\aot/lib/air-fields.arm-air.txt -O3 -abc-file-list=D:\Flash Builder Work Spaces\OpenFace\OpenFaceMobile\bin-release-temp\AOT\AOTBuildOutput8214170326467616343.tmp\ABCFilesList.txt

Compilation failed while executing : compile-abc

WINDOW 7 , AIRSDK 16.0.0.272

export for ios

WHY?

This topic has been closed for replies.

1 reply

airsiaoAuthor
Participating Frequently
January 19, 2015

打包应用程序时出错:

0  compile-abc              0x00c38808 llvm::sys::PrintStackTrace(__sFILE*) + 40

1  compile-abc              0x00c38a8c PrintStackTraceSignalHandler(void*) + 28

2  compile-abc              0x00c38d21 SignalHandler(int) + 433

3  libsystem_platform.dylib 0x988ce03b _sigtramp + 43

4  libsystem_platform.dylib 0xffffffff _sigtramp + 1735598063

5  compile-abc              0x00062901 halfmoon::Cleaner::simplify(halfmoon::BlockEndInstr*) + 641

6  compile-abc              0x000634a6 halfmoon::cleanBlocks(halfmoon::Context*, halfmoon::InstrGraph*, halfmoon::Cleaner*) + 166

7  compile-abc              0x00064f74 halfmoon::removeDeadCode(halfmoon::Context*, halfmoon::InstrGraph*) + 324

8  compile-abc              0x0005875d halfmoon::AbcBuilder::visitBlocks(nanojit::Seq<halfmoon::AbcBlock*>*) + 317

9  compile-abc              0x000d6678 halfmoon::parseAbc(avmplus::MethodInfo*, halfmoon::Lattice*, halfmoon::InfoManager*, nanojit::Allocator&, halfmoon::AbcGraph*, avmplus::Toplevel*, avmplus::AbcEnv*, halfmoon::ProfiledInformation*, halfmoon::Context&) + 184

10 compile-abc              0x000d73df halfmoon::JitWriter::writeEpilogue(avmplus::FrameState const*) + 223

11 compile-abc              0x001475ab avmplus::NullWriter::writeEpilogue(avmplus::FrameState const*) + 27

12 compile-abc              0x001a66a1 avmplus::Verifier::verify(avmplus::CodeWriter*) + 1281

13 compile-abc              0x00006284 compile_abc::CompilerCore::emitPoolToSpilttedModules(compile_abc::PoolInfo&) + 1092

14 compile-abc              0x00005185 compile_abc::CompilerCore::compile() + 5029

15 compile-abc              0x00003b55 compile_abc::CompilerCore::run(int, char**) + 1429

16 compile-abc              0x00007c63 main + 147

17 compile-abc              0x00002735 start + 53

18 compile-abc              0x00000009 start + 4294957321

Stack dump:

0. Program arguments: /Applications/Adobe Flash Builder 4.7/eclipse/plugins/com.adobe.flash.compiler_4.7.0.349722/AIRSDK/lib/aot/bin/compile-abc/compile-abc -mtriple=armv7-apple-ios -filetype=obj -sdk /Applications/Adobe Flash Builder 4.7/eclipse/plugins/com.adobe.flash.compiler_4.7.0.349722/AIRSDK/lib/aot/lib/avmglue.abc -fields /Applications/Adobe Flash Builder 4.7/eclipse/plugins/com.adobe.flash.compiler_4.7.0.349722/AIRSDK/lib/aot/lib/air-fields.arm-air.txt -O3 -abc-file-list=/Users/Leon/Documents/FlashProjects/OpenFace/OpenFaceMobile/bin-release-temp/AOT/AOTBuildOutput2436745328980014933.tmp/ABCFilesList.txt

MAC OS 10.10.1

AIRSDK 16.0.0.272

FAILED.....

Participant
January 21, 2015

Any progress?? Have the same problem with air 16 and air 15 sdk.

Participating Frequently
February 6, 2015

I have posted this same issue to Adobe and they are aware of the problem. The work-around is to set optimize=false when compiling the SWF, but this may have a minor effect on actionscript performance.