From 757eff86e88267ddfb10938a2992e550bb3b3154 Mon Sep 17 00:00:00 2001 From: patacongo Date: Sat, 2 Feb 2008 16:25:19 +0000 Subject: [PATCH] Add analysis of problem git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@618 42af7a65-404d-4744-a932-0658087f49c3 --- TODO | 12 ++++++++++-- 1 file changed, 10 insertions(+), 2 deletions(-) diff --git a/TODO b/TODO index 56eb530d53..cc5d238b11 100644 --- a/TODO +++ b/TODO @@ -389,7 +389,15 @@ o z16 (arch/z16) Priority: Medium-High Description: At present, the z16f port does not run properly when CONFIG_DEBUG - is disabled. I have not determined the cause for this -- it - may be an issue with optimization?? Or clock setup?? + is disabled: The obvious symptom is that there is no printf() + output. I have isolated with problem to errors in optimization. + With -reduceopt on the command line, I can get the printf output. + However, there are still errors in the compiled code -- specifically + in sched/timer_create.c. + + I have submitted a bug report to ZiLOG for this (support incident + 81400). You can see the status of the bug report (and lots more + technical detail) here: + http://support.zilog.com/support/incident/incident_support.asp?iIncidentId=81400&iSiteId=1&chLanguageCode=ENG Status: Open Priority: Medium-High \ No newline at end of file