惯性聚合 高效追踪和阅读你感兴趣的博客、新闻、科技资讯
阅读原文 在惯性聚合中打开

推荐订阅源

W
WeLiveSecurity
T
The Exploit Database - CXSecurity.com
C
CXSECURITY Database RSS Feed - CXSecurity.com
S
Security @ Cisco Blogs
T
Threat Research - Cisco Blogs
TaoSecurity Blog
TaoSecurity Blog
Recent Commits to openclaw:main
Recent Commits to openclaw:main
cs.AI updates on arXiv.org
cs.AI updates on arXiv.org
腾讯CDC
Exploit-DB.com RSS Feed
Exploit-DB.com RSS Feed
OSCHINA 社区最新新闻
OSCHINA 社区最新新闻
T
The Blog of Author Tim Ferriss
Microsoft Azure Blog
Microsoft Azure Blog
罗磊的独立博客
F
Full Disclosure
博客园 - 【当耐特】
C
CERT Recently Published Vulnerability Notes
Engineering at Meta
Engineering at Meta
Application and Cybersecurity Blog
Application and Cybersecurity Blog
T
Threatpost
I
Intezer
V2EX - 技术
V2EX - 技术
H
Hackread – Cybersecurity News, Data Breaches, AI and More
The Hacker News
The Hacker News
小众软件
小众软件
Google DeepMind News
Google DeepMind News
T
Tailwind CSS Blog
D
Darknet – Hacking Tools, Hacker News & Cyber Security
B
Blog RSS Feed
Microsoft Security Blog
Microsoft Security Blog
N
News | PayPal Newsroom
MyScale Blog
MyScale Blog
AI
AI
Vercel News
Vercel News
Spread Privacy
Spread Privacy
美团技术团队
CTFtime.org: upcoming CTF events
CTFtime.org: upcoming CTF events
The GitHub Blog
The GitHub Blog
V
Vulnerabilities – Threatpost
Schneier on Security
Schneier on Security
Cyberwarzone
Cyberwarzone
G
GRAHAM CLULEY
Help Net Security
Help Net Security
Hacker News: Ask HN
Hacker News: Ask HN
Google DeepMind News
Google DeepMind News
MongoDB | Blog
MongoDB | Blog
L
LINUX DO - 热门话题
U
Unit 42
L
LangChain Blog
Recent Announcements
Recent Announcements

博客园 - febird

改进 GAE cpedialog 博客程序的一些细节 Python 格式化输出时间字符串函数 strftime 从IEEE802.1到IEEE802.22 第一个 Android 程序 [资料] IPv6主机地址 Web中使用MSCOMM32.OCX读写串口(2) Web中使用MSCOMM32.OCX读写串口 Matlab中Timer的使用 Matlab多窗口传值问题(GUI) My Matlab Tips (Unfinished) Matlab中使用Plot函数动态画图方法总结 Matlab GUIDE使用总结--Matlab GUI界面 Matlab Deploy工具的使用--Matlab生成可执行文件 使用matlab作为图表绘制工具--Matlab使用入门 基于DE2 与Nios II的音频录放系统的设计-软件篇 基于DE2 与Nios II的音频录放系统的设计-系统篇 GMail今天更换外观了-支持主题 Google WebMaster网站验证错误(404返回成功)解决方法 Febird.co.cc 恢复正常访问
CodeWarrior for Freescale S12 开发Tips - febird
febird · 2009-02-28 · via 博客园 - febird

一.关于4.1不能新建工程向导

以前的一般是安装3.1和4.1,3.1用来建工程,4.1用来开发,其实4.1中就是少了一些Wizard罢了,
经过本人的研究,是由于主办方提供的安装文件中缺少data3.cab造成的。
导致安装后缺少相应的H12 XML模板所致,只要将3.1的
E:"Develop"Metrowerks"CodeWarrior CW12_V3.1"bin"Plugins"Support"HC12Wizard
拷贝到4.1中即可。
这个XML文件夹已提供。
直接覆盖4.1中的:
bin"Plugins"Support"HC12Wizard
即可

如果提示"mc9s12xdp512.xml" 或者其他 模板出错。你不写这块芯片的话,移走即可。

二.关于版本管理的使用

 由于多为团队开发,所以应该学会使用源码管理软件,现在就以Microsoft Source Safe为例讲解如何在Codeworrior 中使用源码管理
 以及CVS的使用。

三.关于CodeWorrior IDE 默认模式不能正常编辑汉字(双字节)的解决
   我们经常会碰到在程序中写入中文字符和标点的时候在删除的时候会出现删除时会出现乱码,我们输入中文的时候是以双字节输入的,
但是在默认模式下面,删除的时候是按照单字节删除的,所以剩下来的一个字节是不能够正常显示的。
  这是我们可以在设置中更换Editor的字体来解决,选择Edit->Preferences->Editor->Font & Tab
 选择一个中文字体,例如选择“微软雅黑”。然后选择Script为CHINESE-GB2312
这个是默认的。

 你可以 将你的配置导出保存,以便以后来使用。

四.同时安装了3.1和4.1,卸载了 3.1,那么4.1由于DLL没有注册不能使用,这是不用重新安装,直接运行4.1 bin下面的regservers.bat即可

HUTS IA Studio Febird(DUANP)

上面所需要的 HC12Wizard ,lisence文件, 以及CodeWarrior教程,这里下载

 PS: 这个小文档是当时做Freescale时整理的,现在因为要用到,所以贴出来,不过现在应该有新版本的CodeWarrior For S12了