This is the mail archive of the
newlib@sourceware.org
mailing list for the newlib project.
newlib-2.5.0.20170228.tar.gz missing sys/config.h
- From: Rian Quinn <rianquinn at gmail dot com>
- To: newlib at sourceware dot org
- Date: Thu, 9 Mar 2017 11:37:11 -0700
- Subject: newlib-2.5.0.20170228.tar.gz missing sys/config.h
- Authentication-results: sourceware.org; auth=none
sys/config.h is completely missing, so attempting to compile it results total chaos. This was not an issue with the previous version.
/home/user/new_hypervisor/source_newlib/newlib/libc/include/_ansi.h:16:10: fatal error: 'sys/config.h' file not found
#include <sys/config.h>
- Rian