TinyOS学习笔记2
TinyOS 学习笔记2 2010.8.3 3. 测试 TinyOS 中的 Toosim make micaz sim 提示找不到 python2.5 查看本机 python 的版本,我的版本为 2.6 进入 /opt/tinyos-2.1.1/support/make/sim.extra 修改 python 的版本 PYTHON_VERSION=2.6 重新 make micazsim 提示 ***
TinyOS学习笔记2
2010.8.3
3.测试TinyOS中的Toosim
make micaz sim
提示找不到python2.5
查看本机python的版本,我的版本为2.6
进入/opt/tinyos-2.1.1/support/make/sim.extra
修改python的版本PYTHON_VERSION=2.6
重新make micazsim
提示*** Successfullybuilt micaz TOSSIM library.则可运行tossim。
4.安装Eclipse以及TinyOS的IDE-Yeti2
1)下载,解压Eclipse
Eclipse,在桌面创建启动器,连接Eclipse.
2)参考http://tos-ide.ethz.ch/wiki/index.php
Help->Install New Software
3)点击Add,Name:Yeti2,location:http://tos-ide.ethz.ch/update/site.xml
4) next等待更新
5)选择如下,进行安装
6) 安装Graphical Editing Framework
若出现如下错误:
Cannot complete the install because one or more required items could not be found.
Software being installed: Yeti 2 - TinyOS Debugger (optional) 1.2.18 (tinyos.yeti.debugger.feature.group 1.2.18)
Missing requirement: Yeti 2 - TinyOS Debugger (optional) 1.2.18 (tinyos.yeti.debugger.feature.group 1.2.18) requires 'org.eclipse.cdt.debug.core 0.0.0' but it could not be found
在安装Eclipse时解压错误,导致一些文件没有正确安装,卸载Eclipse重新安装,注意是先解压后再拷贝到相应的目录(使用tar出错的),再次安装问题解决。
7)安装完毕,设置环境变量
Window->Preferences->TinyOS->Environments
检查各个目录,点击Apply,OK,设置完毕。
8)检查TinyOS的安装
TinyOS->CheckInstallation(需要新建一个TinyOS项目才会出来此选项,在上部Window旁)
我的返回:Done
Errors:0
Warnings:1
警告的部分:
Test:Environment variables
Description: Compare the environment variables known toEclipse with the variables known to the shell
Environment variables differ, this can lead to failureswhen compiling or debugging an application.
CLASSPATH:
Eclipse = ''
Shell =':/opt/tinyos-2.1.1/support/sdk/java'
LESSCLOSE:
Eclipse = ''
Shell ='/usr/bin/lesspipe %s %s'
LESSOPEN:
Eclipse = ''
Shell ='| /usr/bin/lesspipe %s'
LS_COLORS:
Eclipse = ''
Shell =''
MAKERULES:
Eclipse = ''
Shell ='/opt/tinyos-2.1.1/support/make/Makerules'
TOSDIR:
Eclipse = ''
Shell ='/opt/tinyos-2.1.1/tos'
TOSROOT:
Eclipse = ''
Shell ='/opt/tinyos-2.1.1'
Status: warning
Message: Not all environment variables are thesame
警告未解决!!!

Hot AI Tools

Undresser.AI Undress
AI-powered app for creating realistic nude photos

AI Clothes Remover
Online AI tool for removing clothes from photos.

Undress AI Tool
Undress images for free

Clothoff.io
AI clothes remover

Video Face Swap
Swap faces in any video effortlessly with our completely free AI face swap tool!

Hot Article

Hot Tools

Notepad++7.3.1
Easy-to-use and free code editor

SublimeText3 Chinese version
Chinese version, very easy to use

Zend Studio 13.0.1
Powerful PHP integrated development environment

Dreamweaver CS6
Visual web development tools

SublimeText3 Mac version
God-level code editing software (SublimeText3)

Hot Topics











How to delete Xiaohongshu notes? Notes can be edited in the Xiaohongshu APP. Most users don’t know how to delete Xiaohongshu notes. Next, the editor brings users pictures and texts on how to delete Xiaohongshu notes. Tutorial, interested users come and take a look! Xiaohongshu usage tutorial How to delete Xiaohongshu notes 1. First open the Xiaohongshu APP and enter the main page, select [Me] in the lower right corner to enter the special area; 2. Then in the My area, click on the note page shown in the picture below , select the note you want to delete; 3. Enter the note page, click [three dots] in the upper right corner; 4. Finally, the function bar will expand at the bottom, click [Delete] to complete.

No more need for pip? Come and learn how to uninstall pip effectively! Introduction: pip is one of Python's package management tools, which can easily install, upgrade and uninstall Python packages. However, sometimes we may need to uninstall pip, perhaps because we wish to use another package management tool, or because we need to completely clear the Python environment. This article will explain how to uninstall pip efficiently and provide specific code examples. 1. How to uninstall pip The following will introduce two common methods of uninstalling pip.

As a Xiaohongshu user, we have all encountered the situation where published notes suddenly disappeared, which is undoubtedly confusing and worrying. In this case, what should we do? This article will focus on the topic of "What to do if the notes published by Xiaohongshu are missing" and give you a detailed answer. 1. What should I do if the notes published by Xiaohongshu are missing? First, don't panic. If you find that your notes are missing, staying calm is key and don't panic. This may be caused by platform system failure or operational errors. Checking release records is easy. Just open the Xiaohongshu App and click "Me" → "Publish" → "All Publications" to view your own publishing records. Here you can easily find previously published notes. 3.Repost. If found

To learn more about the matplotlib color table, you need specific code examples 1. Introduction matplotlib is a powerful Python drawing library. It provides a rich set of drawing functions and tools that can be used to create various types of charts. The colormap (colormap) is an important concept in matplotlib, which determines the color scheme of the chart. In-depth study of the matplotlib color table will help us better master the drawing functions of matplotlib and make drawings more convenient.

How to add product links in notes in Xiaohongshu? In the Xiaohongshu app, users can not only browse various contents but also shop, so there is a lot of content about shopping recommendations and good product sharing in this app. If If you are an expert on this app, you can also share some shopping experiences, find merchants for cooperation, add links in notes, etc. Many people are willing to use this app for shopping, because it is not only convenient, but also has many Experts will make some recommendations. You can browse interesting content and see if there are any clothing products that suit you. Let’s take a look at how to add product links to notes! How to add product links to Xiaohongshu Notes Open the app on the desktop of your mobile phone. Click on the app homepage

Learn Pygame from scratch: complete installation and configuration tutorial, specific code examples required Introduction: Pygame is an open source game development library developed using the Python programming language. It provides a wealth of functions and tools, allowing developers to easily create a variety of type of game. This article will help you learn Pygame from scratch, and provide a complete installation and configuration tutorial, as well as specific code examples to get you started quickly. Part One: Installing Python and Pygame First, make sure you have

The Charm of Learning C Language: Unlocking the Potential of Programmers With the continuous development of technology, computer programming has become a field that has attracted much attention. Among many programming languages, C language has always been loved by programmers. Its simplicity, efficiency and wide application make learning C language the first step for many people to enter the field of programming. This article will discuss the charm of learning C language and how to unlock the potential of programmers by learning C language. First of all, the charm of learning C language lies in its simplicity. Compared with other programming languages, C language

When editing text content in Word, you sometimes need to enter formula symbols. Some guys don’t know how to input the root number in Word, so Xiaomian asked me to share with my friends a tutorial on how to input the root number in Word. Hope it helps my friends. First, open the Word software on your computer, then open the file you want to edit, and move the cursor to the location where you need to insert the root sign, refer to the picture example below. 2. Select [Insert], and then select [Formula] in the symbol. As shown in the red circle in the picture below: 3. Then select [Insert New Formula] below. As shown in the red circle in the picture below: 4. Select [Radical Formula], and then select the appropriate root sign. As shown in the red circle in the picture below:
