libdragon icon indicating copy to clipboard operation
libdragon copied to clipboard

GCC prerequisites

Open ghost opened this issue 7 years ago • 1 comments

You mention requiring GMP, MPFR etc. to be required before compiling GCC, but this is not necessary. GCC comes with a script that'll download the prerequisites and compile/use them for the build:

# In GCC source dir
./contrib/download_prerequisites

ghost avatar Jan 12 '18 13:01 ghost

Open a PR with a readme/doc update if you want this closed. I don’t see any reason to close it o/w

anacierdem avatar Jun 10 '20 21:06 anacierdem

This is now implemented by the new toolchain script that also downloads the dependencies if they are not preinstalled.

rasky avatar Jan 30 '23 21:01 rasky