How to create .s19 file from project settings

cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 

How to create .s19 file from project settings

Jump to solution
3,582 Views
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
Labels (1)
Tags (1)
0 Kudos
1 Solution
809 Views
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

View solution in original post

0 Kudos
4 Replies
809 Views
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 Kudos
809 Views
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 Kudos
810 Views
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 Kudos
809 Views
maxrietmann
Contributor I
That worked like money at the bank. Thanks a bunch.

Max
0 Kudos