From mboxrd@z Thu Jan 1 00:00:00 1970 From: Grant Edwards To: ecos-discuss@sources.redhat.com Subject: [ECOS] sprintf/sscanf w/o stdio package? Date: Wed, 10 Jan 2001 09:42:00 -0000 Message-id: <20010110114620.A15373@visi.com> X-SW-Source: 2001-01/msg00162.html The SNMP stuff uses sprintf, so I had to add the stdio package to my configuration to get sprintf() built. Everything builds (and runs) fine, but now I get error messages from ecosconfig about missing packages required by STDIO. I'm not happy about ignoring error messages from ecosconfig, but I don't especially want to add the stuff that's required to satisfy STDIO depndancies. I could lie to ecosconfig and tell it my HAL or my serial driver impliments the packages that STDIO needs, but that cold bite somebody later if they try to use printf(). Any suggestions? -- Grant Edwards grante@visi.com