We are running a survey to help us improve the experience for all of our members. If you see the survey appear, please take the time to tell us about your experience if you can.
I'm using the uVison 1 and I'd like to build my project. My example project should include the CSTARTUP.OBJ and some compiled C files There is two methods : 1. with IDE 2. with command line For both, I've some troubles, may someone help me ? 1.With IDE ---------- When linking a project with more than one function, the main function is no longer located to 0000h. So I d'like to include the CSTARTUP file where I wrote :
NAME ?C_STARTUP ?C_C51STARTUP SEGMENT CODE ?STACK SEGMENT IDATA RSEG ?STACK DS 1 EXTRN CODE (main) PUBLIC ?C_STARTUP CSEG AT 0 ?C_STARTUP: LJMP main
C:\TRX8051\CSTARTUP.OBJ, & C:\TRX8051\MAIN.OBJ, & C:\TRX8051\HLCD.OBJ, & C:\TRX8051\INIT.OBJ, & C:\TRX8051\RREX.OBJ & TO C:\TRX8051\TRX8051 & IX NODS NODP NODL NLIB RS(128) PL (68) PW(78)