readme

来自「基于4个mips核的noc设计」· 代码 · 共 24 行

TXT
24
字号
This directory contains MPW scripts and related files that are needed tobuild Cygnus GNU tools for MPW.  The scripts should be somewhere on thecommand path; our usual practice has been to have a separate directoryfor the scripts, and put the tools (byacc, flex, and sed at least) therealso; then it's easier to drag the support bits around as a group, or toupgrade MPW versions.  The complete package of scripts and tool binariesis usually available as pub/mac/buildtools.cpt.hqx on ftp.cygnus.com."tr-7to8-src" is actually the source to an MPW script that transformssequences like "\Option-d" into the actual 8-bit chars that MPW needs.It's only the source because it can't itself include any 8-bit chars.It *can* be processed into a genuine "tr-7to8" by using itself:	tr-7to8 tr-7to8-src | sed -e 's/Src//' >new-tr-7to8Use this to verify:	compare tr-7to8 new-tr-7to8If you don't have a working tr-7to8, then you will have to manuallyreplace all occurrences of "\Option-d" with real Option-d (which lookslike a delta), then do similarly with all the other "\Option-..."strings, and then change "\SrcOption-d" into the string "\Option-d".

⌨️ 快捷键说明

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