Разбираюсь с EFSL.
Не могу разобраться с компилированием данной библиотеки под AVR. Впервые с подобным сталкиваюсь, сходу не могу разобраться
Из мануала:
Let’s get started:
1. Get the latest release of efsl on http://www.sf.net/projects/efsl/
2. Unpack the library (on Windows, you can use WinACE or WinRAR)
3. Copy in directory conf the file config-avr.h to config.h
4. Copy in directory conf the file config-avr.makefile to config.makefile
5. Compile the library ( make avr )
Now you should have the following files in a directory called lib:
• libefsl-base.a
• libefsl-fs-vfat.a
• libefsl-prot-sdspi.a
• libefsl-hwd-atmega spi.a
Что происходит в пятом пункте. Как вообще получить файл libefsl.a?
Может у кого-то есть какие-то наработки по использованию EFSL на AVR?
Любопытно, сколько будет весить исходник для чтения и записи файлов на карточку (восьмой меги хватит)?