HC12: When compiling, I don't get a .S19-files

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

HC12: When compiling, I don't get a .S19-files

Jump to solution
2,953 Views
SanderDijkstra
Contributor II
Dear all,
 
When I try to make a project, I don't get a .S19-file. I've included a burner.bll file in the project, so that shouldn't be the problem.
 
Thanks in advance,
Sander Dijkstra
 
ps The project I want to compile is the "A/D multi-channel conversion, data displayed on SCI1" on http://www.mecheng.adelaide.edu.au/robotics/wpage.php?wpage_id=56#_GNU_gcc_examples. With this example I want to start learning to work with the HCS12 for my internship.
 
 

Message Edited by CrasyCat on 2007-04-13 01:39 PM

Labels (1)
Tags (1)
0 Kudos
Reply
1 Solution
1,612 Views
SanderDijkstra
Contributor II
Thanks for your repley.
 
The problem was that I checked the burner.bbl but didn;t look if it was turned on.
 
Shame on me..
 
Many greetings,
Sander

View solution in original post

0 Kudos
Reply
4 Replies
1,612 Views
Alban
Senior Contributor II
Hi Sander,

By default, the file generated is with .sx extension.
It is a .s19. Different formats can be generated like an .s2 the x is to cover them all depending on how the linker was set up.

Cheers,
Alban.
0 Kudos
Reply
1,613 Views
SanderDijkstra
Contributor II
Thanks for your repley.
 
The problem was that I checked the burner.bbl but didn;t look if it was turned on.
 
Shame on me..
 
Many greetings,
Sander
0 Kudos
Reply
1,612 Views
tiny
Contributor I
hello
first,you can read the burner.bbl and check the ext. name of output file.  generally, it would be named xxx.abs.s19. if you linked .s19 to a program such as notepad.exe, the ".s19" will not be displayed and will be read as xxx.abs(with notepad icon)
second, confirm  the .bbl file in the target, not only the project
 
another  method  is to add a link parameter "-B"
0 Kudos
Reply
1,612 Views
CrasyCat
Specialist III
Hello
 
This should work.
Please submit a service request through our on line web and attached your whole project.
 
One of your support engineer will look into that.
 
CrasyCat
0 Kudos
Reply