GPIB

Forum Replies Created

Viewing 1 post (of 1 total)
  • Author
    Posts
  • GPIB
    Participant

    I also have some other related questions:

    – If I wanted to use source control with these projects how would you go about setting this up?  It references library files that are part of the install.  What would be the easiest way to copy/move these so they are all in a common root folder that can be commited?

    – How would you use other compilers like IAR with this?  I saw another forum post that was replied to that stated this is possible but you would probably need to setup the flags properly.  So as in the above question, where are the flags originally defined?  Or is it all in the gcc_xxx.h files?

    – Using other tools there is usually a system startup file that allows for the configuration of clocks and other parts as well.  Also there is a file to define the interrupt handling routines.  It looks like as long as you define the appropriate handler routine then GCC automatically links in your implementation instead of the default one?  The system startup file appears to be in a common library location shared among all projects.  If I had two different development boards with two different clock sources for testing how would you create these two configurations without messing up the included libraries from SysProgs since they are commonly referenced in a single location?

Viewing 1 post (of 1 total)