The stm32/Makefile has rules to download and extract the ST provided library for STM32F4. The location specified
http://www.st.com/resource/en/firmware/stm32f4_dsp_stdperiph_lib.zip does not work for me. However it was easy to find the file and get it. Now I have to have a hacked Makefile that comments this stuff out. That makes it awkward to make other changes and get them checked in. Downloading this library is a one-time thing when you start working on this code. In fact I don't think you want to get a new version if it ever appears unless you are ready for it. So this does not need to be in the Makefile. What I'd like to do is to put instructions for downloading the library into the README file and take this part out of the Makefile. I'll also have the Makefile use an ENV value for the location if set, otherwise use the default location from the README. Does that work for people?? Don Reid ------------------------------------------------------------------------------ Check out the vibrant tech community on one of the world's most engaging tech sites, Slashdot.org! http://sdm.link/slashdot _______________________________________________ Freetel-codec2 mailing list Freetel-codec2@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/freetel-codec2