| | | ASM file with Keil and PDS Hi Everyone have a little problem with including the START900.a51 file. Keil compiles my project fine with the a51 file, but when i get into PDS it doesnt even seems to execute the ASM file, any ideas ?
thanx
Xarion |
|
2-8-2006 4:36 Views: 1802 |
Xarion |
|
2-8-2006 6:57 Views: 1770 |
Xarion |
| | | RE: ASM file with Keil and PDS Hi Xarion,
If your compiler has included the START900.a51 file then the results of that compilation will be included in the object file and therefore will be executed.
I suspect that you are not seeing the contents of the start900.a51 file in the code pane. Would that be right?
This can occur if it is not located with the other source files (i.e. is in a common library). If this is so then set the search path in Options:Object File appropriately.
Another possibility is that the way you have configured your chip results in no startup ... more (see whole posting) |
|
2-8-2006 16:33 Views: 1767 |
Support |
| * | | RE: ASM file with Keil and PDS My problem was that i was using the start900 from my keil installation, once i changed and used the one from the site, it sorted everything out. |
|
8-8-2006 2:30 Views: 1787 |
Xarion |