How to create .s19 file from project settings

キャンセル
次の結果を表示 
表示  限定  | 次の代わりに検索 
もしかして: 

How to create .s19 file from project settings

ソリューションへジャンプ
5,059件の閲覧回数
maxrietmann
Contributor I
This is a repost from the 16-bit forum. I realized that this section would be far more appropriate.

Hi,

I've been trying to get the OpenTCP project compiled and working on my NE64 demo board, but I cannot get codewarrior to work with me. I load the default project file that is in the zip file, and then I just make it. Everything seems to make fine, but in my ./bin directory I have no .s19 file, which i need to be able to program our chip (I think). There is an .abs file, which seems to be close to what I need, but how do I get an .s19 file? All of our normal projects just made that automatically, so i'm confused as to why this file isn't made in this project?

On another quick topic, does anybody know if the uIP stack has a port for codewarrior? Or perhaps a better question, what have people been using for ethernet stacks?

Thanks,
Max
ラベル(1)
タグ(1)
0 件の賞賛
返信
1 解決策
2,286件の閲覧回数
CrasyCat
Specialist III
Hello
 
In order to get a .s19 file generated make sure you have a file .bbl in your project.
As soon as You have a .bbl file in th project the burner utility is invoked at the end of the build process and generates the requested .s19 file.
 
.bbl file contains commands for the burner. Just take a .bbl file from a NE64 project and copy it over to your project. THen add the .bbl to the project. THis should do it.
 
CrasyCat

元の投稿で解決策を見る

0 件の賞賛
返信
4 返答(返信)
2,286件の閲覧回数
CecchiSandrone
Contributor II
I'm working with a MC13213-SRB device. I want to generate a .s19 file to download with the embedded bootloader but I don't know how. Any suggestion?
0 件の賞賛
返信
2,286件の閲覧回数
Alban
Senior Contributor II
Hello and Welcome,

Please read: [IMPORTANT] When Asking about CODEWARRIOR !!!
and: [IMPORTANT] Reminder of Rules to post on technical boards

This thread is now closed.
Thanks,
Alban.
0 件の賞賛
返信
2,287件の閲覧回数
CrasyCat
Specialist III
Hello
 
In order to get a .s19 file generated make sure you have a file .bbl in your project.
As soon as You have a .bbl file in th project the burner utility is invoked at the end of the build process and generates the requested .s19 file.
 
.bbl file contains commands for the burner. Just take a .bbl file from a NE64 project and copy it over to your project. THen add the .bbl to the project. THis should do it.
 
CrasyCat
0 件の賞賛
返信
2,286件の閲覧回数
maxrietmann
Contributor I
That worked like money at the bank. Thanks a bunch.

Max
0 件の賞賛
返信