Hi,

The problem is that you do not have Times fonts in your computer.
I do not know what OS you are running but for Ubuntu you can run 
following command
|sudo apt-get install msttcorefonts

and install the font. You should restart your computer so that those 
fonts could be loaded. In case you have some other OS then search Google 
to know how to install Times font on your system.

regards,
|

-- 
Faisal Aslam

University of Freiburg
http://cone.informatik.uni-freiburg.de/people/aslam/


shri humrudha wrote:
> Hi,
>
> Has anyone worked with the command make <platform> docs?
>
> [r...@localhost Blink]# make iris docs
>     Making documentation for BlinkAppC on iris
> nesdoc -o /opt/tinyos-2.x/doc/nesdoc  -Wall -Wshadow -Wnesc-all 
> -target=iris -fnesc-cfile=build/iris/app.c -board=micasb 
> -DDEFINED_TOS_AM_GROUP=0x22 --param max-inline-insns-single=100000 
> -DIDENT_APPNAME=\"BlinkAppC\" -DIDENT_USERNAME=\"root\" 
> -DIDENT_HOSTNAME=\"localhost.local\" -DIDENT_USERHASH=0x53b81074L 
> -DIDENT_TIMESTAMP=0x4c56a06cL -DIDENT_UIDHASH=0x92eefd66L  BlinkAppC.nc
> interface Boot (tos.interfaces.Boot)
> interface TaskBasic (tos.interfaces.TaskBasic)
> interface LocalTime (tos.lib.timer.LocalTime)
> interface HplAtm128TimerAsync 
> (tos.chips.atm1281.timer.HplAtm128TimerAsync)
> interface HplAtm128TimerCtrl8 
> (tos.chips.atm1281.timer.HplAtm128TimerCtrl8)
> interface Alarm (tos.lib.timer.Alarm)
> interface McuPowerOverride (tos.interfaces.McuPowerOverride)
> interface Init (tos.interfaces.Init)
> interface HplAtm128Compare (tos.chips.atm128.timer.HplAtm128Compare)
> interface Counter (tos.lib.timer.Counter)
> interface GeneralIO (tos.interfaces.GeneralIO)
> interface Leds (tos.interfaces.Leds)
> interface Atm128Calibrate (tos.chips.atm128.timer.Atm128Calibrate)
> interface McuSleep (tos.interfaces.McuSleep)
> interface McuPowerState (tos.interfaces.McuPowerState)
> interface HplAtm128Timer (tos.chips.atm128.timer.HplAtm128Timer)
> interface Scheduler (tos.interfaces.Scheduler)
> interface Timer (tos.lib.timer.Timer)
> component BlinkAppC (BlinkAppC)
> component MainC (tos.system.MainC)
> component PlatformC (tos.platforms.mica.PlatformC)
> component PlatformP (tos.platforms.mica.PlatformP)
> component MotePlatformC (tos.platforms.micaz.MotePlatformC)
> component MotePlatformP (tos.platforms.micaz.MotePlatformP)
> component HplAtm128GeneralIOC (tos.chips.atm128.pins.HplAtm128GeneralIOC)
> component MeasureClockC (tos.platforms.iris.MeasureClockC)
> component RealMainP (tos.system.RealMainP)
> component TinySchedulerC (tos.system.TinySchedulerC)
> component SchedulerBasicP (tos.system.SchedulerBasicP)
> component McuSleepC (tos.chips.atm1281.McuSleepC)
> component BlinkC (BlinkC)
> component LedsC (tos.system.LedsC)
> component LedsP (tos.system.LedsP)
> component PlatformLedsC (tos.platforms.mica.PlatformLedsC)
> component TimerMilliP (tos.system.TimerMilliP)
> component HilTimerMilliC (tos.platforms.mica.HilTimerMilliC)
> component AlarmCounterMilliP (tos.platforms.mica.AlarmCounterMilliP)
> component HplAtm1281Timer2AsyncC 
> (tos.chips.atm1281.timer.HplAtm1281Timer2AsyncC)
> component HplAtm1281Timer2AsyncP 
> (tos.chips.atm1281.timer.HplAtm1281Timer2AsyncP)
> component HplAtm128GeneralIOPinP 
> (tos.chips.atm128.pins.HplAtm128GeneralIOPinP)
> component TimerMilliC (tos.system.TimerMilliC)
> component Atm128AlarmAsyncC (tos.chips.atm1281.timer.Atm128AlarmAsyncC)
> component HplAtm128GeneralIOSlowPinP 
> (tos.chips.atm128.pins.HplAtm128GeneralIOSlowPinP)
> component VirtualizeTimerC (tos.lib.timer.VirtualizeTimerC)
> component HplAtm128GeneralIOPortP 
> (tos.chips.atm128.pins.HplAtm128GeneralIOPortP)
> component AlarmToTimerC (tos.lib.timer.AlarmToTimerC)
> component Atm1281AlarmAsyncP (tos.chips.atm1281.timer.Atm1281AlarmAsyncP)
> component CounterToLocalTimeC (tos.lib.timer.CounterToLocalTimeC)
> nesdoc -o /opt/tinyos-2.x/doc/nesdoc -html  -target=iris
> interface tos.lib.timer.LocalTime.xml
> interface tos.interfaces.Scheduler.xml
> interface tos.interfaces.Init.xml
> interface tos.interfaces.TaskBasic.xml
> interface tos.interfaces.McuPowerState.xml
> interface tos.chips.atm1281.timer.HplAtm128TimerAsync.xml
> interface tos.chips.atm128.timer.HplAtm128Compare.xml
> interface tos.lib.timer.Alarm.xml
> interface tos.chips.atm1281.timer.HplAtm128TimerCtrl8.xml
> interface tos.interfaces.McuSleep.xml
> interface tos.interfaces.GeneralIO.xml
> interface tos.lib.timer.Counter.xml
> interface tos.interfaces.Leds.xml
> interface tos.interfaces.Boot.xml
> interface tos.lib.timer.Timer.xml
> interface tos.chips.atm128.timer.Atm128Calibrate.xml
> interface tos.interfaces.McuPowerOverride.xml
> interface tos.chips.atm128.timer.HplAtm128Timer.xml
> component tos.chips.atm128.pins.HplAtm128GeneralIOC.xml
> Error: Could not find/open font : Times in 
> /usr/X11R6/lib/X11/fonts/TrueType:/usr/X11R6/lib/X11/fonts/truetype:/usr/X11R6/lib/X11/fonts/TTF:/usr/share/fonts/TrueType:/usr/share/fonts/truetype:/usr/openwin/lib/X11/fonts/TrueType:/usr/X11R6/lib/X11/fonts/Type1:/usr/common/share/fonts/ttf
> component tos.chips.atm1281.timer.Atm128AlarmAsyncC.xml
> Error: Could not find/open font : Times in 
> /usr/X11R6/lib/X11/fonts/TrueType:/usr/X11R6/lib/X11/fonts/truetype:/usr/X11R6/lib/X11/fonts/TTF:/usr/share/fonts/TrueType:/usr/share/fonts/truetype:/usr/openwin/lib/X11/fonts/TrueType:/usr/X11R6/lib/X11/fonts/Type1:/usr/common/share/fonts/ttf
> component tos.system.TimerMilliP.xml
> Error: Could not find/open font : Times in 
> /usr/X11R6/lib/X11/fonts/TrueType:/usr/X11R6/lib/X11/fonts/truetype:/usr/X11R6/lib/X11/fonts/TTF:/usr/share/fonts/TrueType:/usr/share/fonts/truetype:/usr/openwin/lib/X11/fonts/TrueType:/usr/X11R6/lib/X11/fonts/Type1:/usr/common/share/fonts/ttf
> component tos.system.SchedulerBasicP.xml
> component tos.chips.atm128.pins.HplAtm128GeneralIOSlowPinP.xml
> component BlinkAppC.xml
> Error: Could not find/open font : Times in 
> /usr/X11R6/lib/X11/fonts/TrueType:/usr/X11R6/lib/X11/fonts/truetype:/usr/X11R6/lib/X11/fonts/TTF:/usr/share/fonts/TrueType:/usr/share/fonts/truetype:/usr/openwin/lib/X11/fonts/TrueType:/usr/X11R6/lib/X11/fonts/Type1:/usr/common/share/fonts/ttf
> component tos.lib.timer.VirtualizeTimerC.xml
> component tos.platforms.micaz.MotePlatformC.xml
> Error: Could not find/open font : Times in 
> /usr/X11R6/lib/X11/fonts/TrueType:/usr/X11R6/lib/X11/fonts/truetype:/usr/X11R6/lib/X11/fonts/TTF:/usr/share/fonts/TrueType:/usr/share/fonts/truetype:/usr/openwin/lib/X11/fonts/TrueType:/usr/X11R6/lib/X11/fonts/Type1:/usr/common/share/fonts/ttf
> component tos.lib.timer.AlarmToTimerC.xml
> component tos.system.LedsP.xml
> component tos.chips.atm128.pins.HplAtm128GeneralIOPinP.xml
> component tos.platforms.mica.AlarmCounterMilliP.xml
> Error: Could not find/open font : Times in 
> /usr/X11R6/lib/X11/fonts/TrueType:/usr/X11R6/lib/X11/fonts/truetype:/usr/X11R6/lib/X11/fonts/TTF:/usr/share/fonts/TrueType:/usr/share/fonts/truetype:/usr/openwin/lib/X11/fonts/TrueType:/usr/X11R6/lib/X11/fonts/Type1:/usr/common/share/fonts/ttf
> component tos.platforms.iris.MeasureClockC.xml
> component tos.platforms.mica.PlatformC.xml
> Error: Could not find/open font : Times in 
> /usr/X11R6/lib/X11/fonts/TrueType:/usr/X11R6/lib/X11/fonts/truetype:/usr/X11R6/lib/X11/fonts/TTF:/usr/share/fonts/TrueType:/usr/share/fonts/truetype:/usr/openwin/lib/X11/fonts/TrueType:/usr/X11R6/lib/X11/fonts/Type1:/usr/common/share/fonts/ttf
> component tos.system.MainC.xml
> Error: Could not find/open font : Times in 
> /usr/X11R6/lib/X11/fonts/TrueType:/usr/X11R6/lib/X11/fonts/truetype:/usr/X11R6/lib/X11/fonts/TTF:/usr/share/fonts/TrueType:/usr/share/fonts/truetype:/usr/openwin/lib/X11/fonts/TrueType:/usr/X11R6/lib/X11/fonts/Type1:/usr/common/share/fonts/ttf
> component tos.platforms.mica.HilTimerMilliC.xml
> Error: Could not find/open font : Times in 
> /usr/X11R6/lib/X11/fonts/TrueType:/usr/X11R6/lib/X11/fonts/truetype:/usr/X11R6/lib/X11/fonts/TTF:/usr/share/fonts/TrueType:/usr/share/fonts/truetype:/usr/openwin/lib/X11/fonts/TrueType:/usr/X11R6/lib/X11/fonts/Type1:/usr/common/share/fonts/ttf
> component tos.system.TinySchedulerC.xml
> Error: Could not find/open font : Times in 
> /usr/X11R6/lib/X11/fonts/TrueType:/usr/X11R6/lib/X11/fonts/truetype:/usr/X11R6/lib/X11/fonts/TTF:/usr/share/fonts/TrueType:/usr/share/fonts/truetype:/usr/openwin/lib/X11/fonts/TrueType:/usr/X11R6/lib/X11/fonts/Type1:/usr/common/share/fonts/ttf
> component tos.platforms.mica.PlatformLedsC.xml
> Error: Could not find/open font : Times in 
> /usr/X11R6/lib/X11/fonts/TrueType:/usr/X11R6/lib/X11/fonts/truetype:/usr/X11R6/lib/X11/fonts/TTF:/usr/share/fonts/TrueType:/usr/share/fonts/truetype:/usr/openwin/lib/X11/fonts/TrueType:/usr/X11R6/lib/X11/fonts/Type1:/usr/common/share/fonts/ttf
> component tos.lib.timer.CounterToLocalTimeC.xml
> component tos.system.RealMainP.xml
> component tos.platforms.micaz.MotePlatformP.xml
> component tos.chips.atm1281.McuSleepC.xml
> component tos.system.LedsC.xml
> Error: Could not find/open font : Times in 
> /usr/X11R6/lib/X11/fonts/TrueType:/usr/X11R6/lib/X11/fonts/truetype:/usr/X11R6/lib/X11/fonts/TTF:/usr/share/fonts/TrueType:/usr/share/fonts/truetype:/usr/openwin/lib/X11/fonts/TrueType:/usr/X11R6/lib/X11/fonts/Type1:/usr/common/share/fonts/ttf
> component tos.system.TimerMilliC.xml
> Error: Could not find/open font : Times in 
> /usr/X11R6/lib/X11/fonts/TrueType:/usr/X11R6/lib/X11/fonts/truetype:/usr/X11R6/lib/X11/fonts/TTF:/usr/share/fonts/TrueType:/usr/share/fonts/truetype:/usr/openwin/lib/X11/fonts/TrueType:/usr/X11R6/lib/X11/fonts/Type1:/usr/common/share/fonts/ttf
> component tos.chips.atm1281.timer.HplAtm1281Timer2AsyncC.xml
> Error: Could not find/open font : Times in 
> /usr/X11R6/lib/X11/fonts/TrueType:/usr/X11R6/lib/X11/fonts/truetype:/usr/X11R6/lib/X11/fonts/TTF:/usr/share/fonts/TrueType:/usr/share/fonts/truetype:/usr/openwin/lib/X11/fonts/TrueType:/usr/X11R6/lib/X11/fonts/Type1:/usr/common/share/fonts/ttf
> component tos.chips.atm128.pins.HplAtm128GeneralIOPortP.xml
> Error: Could not find/open font : Times in 
> /usr/X11R6/lib/X11/fonts/TrueType:/usr/X11R6/lib/X11/fonts/truetype:/usr/X11R6/lib/X11/fonts/TTF:/usr/share/fonts/TrueType:/usr/share/fonts/truetype:/usr/openwin/lib/X11/fonts/TrueType:/usr/X11R6/lib/X11/fonts/Type1:/usr/common/share/fonts/ttf
> component tos.chips.atm1281.timer.Atm1281AlarmAsyncP.xml
> component tos.platforms.mica.PlatformP.xml
> component tos.chips.atm1281.timer.HplAtm1281Timer2AsyncP.xml
> component BlinkC.xml
>
> How to make docs work?
>
> Thanks for reading.
>
>
> ------------------------------------------------------------------------
>
> _______________________________________________
> Tinyos-help mailing list
> [email protected]
> https://www.millennium.berkeley.edu/cgi-bin/mailman/listinfo/tinyos-help


_______________________________________________
Tinyos-help mailing list
[email protected]
https://www.millennium.berkeley.edu/cgi-bin/mailman/listinfo/tinyos-help

Reply via email to