Arm Community
Site
Search
User
Site
Search
User
Support forums
Keil forum
STARTUP.A51
Jump...
Cancel
State
Not Answered
Locked
Locked
Replies
4 replies
Subscribers
22 subscribers
Views
937 views
Users
0 members are here
Keil C51 Tools
Options
Share
More actions
Cancel
Related
This discussion has been locked.
You can no longer post new replies to this discussion. If you have a question you can start a new discussion
STARTUP.A51
Dan Johnson
over 19 years ago
I've created my own Startup file to be used that calls
cseg at 0
along with many other things. But when I run the compiler, it pulls in
cseg at 0
from the pre-made STARTUP.A51 file contained in the library. Since I have already initialized cseg to 0 and then it is done again in the STARTUP.A51 file, I am getting an overlap error. I don't want to have to use the pre-made STARTUP.A51 file from the library but is there any way to keep it from automatically being called?