gbMP 0 Posted February 13, 2007 Report Share Posted February 13, 2007 I would like to change the default linker command line generate by SourceBoost IDE when i try to link a project. How can I change this line ? For example, i want to include more than default library without including these files in my project Is there possible ? In that file the default options of SourceBoost Ide are written ? Quote Link to post Share on other sites
Dave 0 Posted February 13, 2007 Report Share Posted February 13, 2007 gbMP, I would like to change the default linker command line generate by SourceBoost IDE when i try to link a project. How can I change this line ? For example, i want to include more than default library without including these files in my project Is there possible ? In that file the default options of SourceBoost Ide are written ? <{POST_SNAPBACK}> Settings -> Options -> BoostC compiler Options -> Extra linker options.What you add in the extra linker options is appended to the regular linker command line. Regards Dave Quote Link to post Share on other sites
jwilson 0 Posted July 23, 2008 Report Share Posted July 23, 2008 gbMP,I would like to change the default linker command line generate by SourceBoost IDE when i try to link a project. How can I change this line ? For example, i want to include more than default library without including these files in my project Is there possible ? In that file the default options of SourceBoost Ide are written ? <{POST_SNAPBACK}> Settings -> Options -> BoostC compiler Options -> Extra linker options.What you add in the extra linker options is appended to the regular linker command line. Regards Dave Bringing an old question back to life... If I want to change the ROM base address I just enter in (for example): rb 0x0800 into the Extra Linker options box? Quote Link to post Share on other sites
jwilson 0 Posted July 23, 2008 Report Share Posted July 23, 2008 BTW I am asking this because I want to start working on a Bootloader (never done anything like that before). Quote Link to post Share on other sites
Pavel 0 Posted July 23, 2008 Report Share Posted July 23, 2008 ...If I want to change the ROM base address I just enter in (for example): rb 0x0800 into the Extra Linker options box?... -rb 0x0800 Regards, Pavel Quote Link to post Share on other sites
jwilson 0 Posted July 24, 2008 Report Share Posted July 24, 2008 (edited) ...If I want to change the ROM base address I just enter in (for example): rb 0x0800 into the Extra Linker options box?... -rb 0x0800 Regards, Pavel So where exactly does this get placed in the code? Before the configuration settings? Or was I correct about the Extra Linker options box? Edited July 24, 2008 by jwilson Quote Link to post Share on other sites
Reynard 0 Posted July 24, 2008 Report Share Posted July 24, 2008 Yes you are correct, it goes into the Extra linker options: edit box. Your boot loader will contain a jump/goto to address 0x0800 to start your application. Reynard Quote Link to post Share on other sites
Recommended Posts
Join the conversation
You are posting as a guest. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.