How should I build duetto-newlib

Asked by Claudio M. S. Junior

In the instructions for building duetto-newlib it says:

cd newlib
git clone <libcxx-duetto-repo> libcxx
mkdir build
cd build
../configure --host=duetto --with-cxx-headers=$PWD/../libcxx/include --prefix=/opt/duetto
make
make install
../build-bc-libs.sh

However, there is no configure file on this project. How am I suposed to use ./configure?

Cheers

Question information

Language:
English Edit question
Status:
Solved
For:
Cheerp Edit question
Assignee:
No assignee Edit question
Solved by:
Claudio M. S. Junior
Solved:
Last query:
Last reply:
Revision history for this message
Alessandro Pignotti (a-pignotti) said :
#1

The commands should be run in the newlib subdirectory of the duetto-newlib repository and not in the repository itself.

Revision history for this message
Claudio M. S. Junior (claudiomdsjr) said :
#2

OK. Thank you.