<div dir="ltr">I've read the notes for embedded developers:<div><br></div><div><span style="font-family:Roboto,sans-serif;font-size:14px">Unused parts may be pruned by some simple editing of src/libFLAC/Makefile.am</span><br></div><div><span style="font-family:Roboto,sans-serif;font-size:14px"><br></span></div><div><span style="font-family:Roboto,sans-serif;font-size:14px">It's not clear to me how to remove the metadata interface. I tried commenting some source files and then running automake:</span></div><div><span style="font-family:Roboto,sans-serif;font-size:14px"><br></span></div><div><div style=""><span style="font-size:14px"><font face="monospace" color="#38761d"><b><span style="white-space:pre">      </span>#metadata_iterators.c \</b></font></span></div><div style=""><span style="font-size:14px"><font face="monospace" color="#38761d"><b><span style="white-space:pre"> </span>#metadata_object.c \</b></font></span></div></div><div style=""><span style="font-size:14px"><font face="monospace" color="#38761d"><b><br></b></font></span></div><div style=""><span style="font-size:14px">When I build I get linker errors. Linux calls that I don't want/need as I am running on an RTOS:</span></div><div style=""><span style="font-size:14px"><font face="monospace" color="#38761d"><b><br></b></font></span></div><div style=""><span style="font-size:14px"><font face="monospace" color="#38761d"><b><div>metadata_iterators.c:(.text+0x52c): undefined reference to `chmod'</div><div>metadata_iterators.c:(.text+0x534): undefined reference to `utime'</div><div>metadata_iterators.c:(.text+0x540): undefined reference to `chown'</div><div>metadata_iterators.c:(.text+0x552): undefined reference to `chown'</div></b></font></span></div></div>