To build duetto-newlib it is necessary to have a checkout of the duetto- libcxx (not libcxxabi) repository. But it is only needed to access headers and it not necessary (or possible) to build it before duetto- newlib. After duetto-newlib is build you can build duetto-libcxx and duetto-libcxxabi
-- You received this bug notification because you are a member of Leaningtech Team, which is subscribed to Duetto. https://bugs.launchpad.net/bugs/1249285 Title: Unable to build libcxxabi Status in Duetto: C++ for the Web: New Bug description: I am not being able to build libcxxabi. When I follow the instuctions given, I get the following: ./buildit + for FILE in '../src/*.cpp' + '[' ../src/abort_message.cpp == ../src/cxa_default_handlers.cpp -o ../src/abort_message.cpp == ../src/cxa_exception.cpp -o ../src/abort_message.cpp == ../src/cxa_handlers.cpp -o ../src/abort_message.cpp == ../src/cxa_exception_storage.cpp -o ../src/abort_message.cpp == ../src/cxa_unexpected.cpp -o ../src/abort_message.cpp == ../src/private_typeinfo.cpp -o ../src/abort_message.cpp == ../src/cxa_personality.cpp ']' + /opt/duetto/bin/clang -target duetto -emit-llvm -c -O3 -fPIC -std=c++11 -stdlib=libc++ -fstrict-aliasing -Wstrict-aliasing=2 -Wsign-conversion -Wshadow -Wconversion -Wunused-variable -Wmissing-field-initializers -Wchar-subscripts -Wmismatched-tags -Wmissing-braces -Wshorten-64-to-32 -Wsign-compare -Wstrict-aliasing=2 -Wstrict-overflow=4 -Wunused-parameter -Wnewline-eof -I../include ../src/abort_message.cpp clang-3.4: warning: argument unused during compilation: '-stdlib=libc++' ../src/abort_message.cpp:10:10: fatal error: 'stdlib.h' file not found #include <stdlib.h> As can be seen, it says: clang-3.4: warning: argument unused during compilation: '-stdlib=libc++'. I am not sure what is causing it. I have not be. I have seen that it is necessary for installing duetto-newlib. But I cannot proceed. Cheers. To manage notifications about this bug go to: https://bugs.launchpad.net/duetto/+bug/1249285/+subscriptions -- Mailing list: https://launchpad.net/~leaningtech-dev Post to : [email protected] Unsubscribe : https://launchpad.net/~leaningtech-dev More help : https://help.launchpad.net/ListHelp

