Failed to build x64 vm in release mode #4609
Labels
area-vm
Use area-vm for VM related issues, including code coverage, and the AOT and JIT backends.
closed-obsolete
Closed as the reported issue is no longer relevant
This issue was originally filed by [email protected]
What steps will reproduce the problem?
What is the expected output? What do you see instead?
Several of:
out/ReleaseX64/obj.target/runtime/../libdart_vm/runtime/vm/raw_object_snapshot.o: In function
dart::ExternalInt8Array::ReadFrom(dart::SnapshotReader\*, long, long, dart::Snapshot::Kind)': /home/nfgs/Programacao/Dart/vm/runtime/../runtime/vm/raw_object_snapshot.cc:1889: undefined reference to
dart::RawExternalInt8Array* dart::ByteArray::NewExternalImpl<dart::ExternalInt8Array, dart::RawExternalInt8Array, signed char>(dart::Class const&, signed char*, long, void*, void ()(void), dart::Heap::Space)'What version of the product are you using? On what operating system?
Latest from bleeding_edge (10977) on Ubuntu with gcc 4.5.2
../tools/build.py -m debug --arch=x64 -j 8 builds just fine.
The text was updated successfully, but these errors were encountered: