Search found 3 matches
- Wed Nov 15, 2023 10:58 am
- Forum: ESP-IDF
- Topic: ESP-IDF GNU Scientific Library (GSL)
- Replies: 3
- Views: 2240
Re: ESP-IDF GNU Scientific Library (GSL)
Hi dallim30, I did not use this "esp_gsl" project to build the GSL lib. in my case, I used the following repository that contains a copy of the latest stable version of GSL but with a cmake build system: https://github.com/ampl/gsl here are some steps that worked for me and my project: conditions: L...
- Mon Sep 26, 2022 2:10 pm
- Forum: ESP-IDF
- Topic: ESP-IDF GNU Scientific Library (GSL)
- Replies: 3
- Views: 2240
Re: ESP-IDF GNU Scientific Library (GSL)
For other folks trying to do the same, I could solve this by adding the entire library as a Prebuilt Component For reference follow my Project File Structure: import_prebuilt_ project -- components ----- gsl -------- include ----------- <all .h files generated by default GSL build > -------- lib ---...
- Fri Sep 16, 2022 3:46 pm
- Forum: ESP-IDF
- Topic: ESP-IDF GNU Scientific Library (GSL)
- Replies: 3
- Views: 2240
ESP-IDF GNU Scientific Library (GSL)
Hello everyone,
Has anyone tried to compiling/use the C/C++ GNU Scientific Library (GSL) as an external library or component in an ESP-IDF project?
Link GNU Scientific Library (GSL): https://www.gnu.org/software/gsl/
Has anyone tried to compiling/use the C/C++ GNU Scientific Library (GSL) as an external library or component in an ESP-IDF project?
Link GNU Scientific Library (GSL): https://www.gnu.org/software/gsl/