install

来自「用于传感器网络的节点操作系统 TinyOS 结构设计非常有意思」· 代码 · 共 43 行

TXT
43
字号
Micro In-System Programmer Brief Installation NotesEnter the src directory.If uisp does not compile successfully, add switch -DNO_DIRECT_IO in theMakefile to remove support for direct I/O port access (that may benecessary on non-PC architectures).  Parallel port access should stillwork if you have the Linux ppdev driver (patch for 2.2.17 is in thekernel directory, ppdev is standard in 2.4 kernels).  Please lobbyAlan Cox to include this tiny little driver in 2.2.x too :).Win32 users must have the cygwin tools installed.To make it type:	makeand to install it:	make install----------------------------------------Win32 installationWindows platforms require the GiveIO driver for uisp to work correctly. Enter the kernel/win32 directory.Type:	makefollowed by:	make install (WindowsNT/Windows2000/WindowsXP users must have administrative privileges to install driver)Then follow the directions above to install uisp.

⌨️ 快捷键说明

复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?