[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] Re: [Minios-devel] [UNIKRAFT PATCH v2] plat/kvm: Add VGA textmode console support.
Hi Dafna, On 07/27/2018 01:51 PM, Dafna Hirschfeld wrote: When replacing "#include <stdint.h>" with "#include <sys/types.h>" I am able to compile with newlib but fail to compile with nolibc, the compiler complains for unknowing uint8_t. Ah, good point, you should include both then. stdint.h for uint8_t, and sys/types.h for size_t. (I've been looking at the standard a bit recently, and prepared a bit of cleanup work for the includes in nolibc.) Cheers, Florian -- Dr. Florian Schmidt フローリアン・シュミット Research Scientist, Systems and Machine Learning Group NEC Laboratories Europe Kurfürsten-Anlage 36, D-69115 Heidelberg Tel. +49 (0)6221 4342-265 Fax: +49 (0)6221 4342-155 e-mail: florian.schmidt@xxxxxxxxx ============================================================ Registered at Amtsgericht Mannheim, Germany, HRB728558 _______________________________________________ Minios-devel mailing list Minios-devel@xxxxxxxxxxxxxxxxxxxx https://lists.xenproject.org/mailman/listinfo/minios-devel
|
Lists.xenproject.org is hosted with RackSpace, monitoring our |