Xscale_be-gcc

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • mahiapkum
    New Member
    • Mar 2007
    • 35

    Xscale_be-gcc

    Hi,
    I have an application which i have to port on to monta vista linux.when i make the application it compiles fine but while linking i dont get the executable.The application is C++ and i use xscale_be-gcc cross compiler with option -X -EB option.I get the message that -X and -EB options are not recognised by xscale_be-gcc.Can anyone help me why these options are used??is it to do with xscale_be-gcc or xscale_be-g++.
  • mahiapkum
    New Member
    • Mar 2007
    • 35

    #2
    Xscale_be-gcc

    Hi,
    I have an application which i have to port on to monta vista linux.when i make the application it compiles fine but while linking i dont get the executable.The application is C++ and i use xscale_be-gcc cross compiler with option -X -EB option.I get the message that -X and -EB options are not recognised by xscale_be-gcc.Can anyone help me why these options are used??is it to do with xscale_be-gcc or xscale_be-g++.

    Comment

    • mahiapkum
      New Member
      • Mar 2007
      • 35

      #3
      Xscale_be-gcc

      Hi,
      I have an application which i have to port on to monta vista linux.when i make the application it compiles fine but while linking i dont get the executable.The application is C++ and i use xscale_be-gcc cross compiler with option -X -EB option.I get the message that -X and -EB options are not recognised by xscale_be-gcc.Can anyone help me why these options are used??is it to do with xscale_be-gcc or xscale_be-g++.

      Comment

      • RedSon
        Recognized Expert Expert
        • Jan 2007
        • 4980

        #4
        Posting the same question in multiple forums is not allowed.

        Comment

        • Motoma
          Recognized Expert Specialist
          • Jan 2007
          • 3236

          #5
          Originally posted by mahiapkum
          Hi,
          I have an application which i have to port on to monta vista linux.when i make the application it compiles fine but while linking i dont get the executable.The application is C++ and i use xscale_be-gcc cross compiler with option -X -EB option.I get the message that -X and -EB options are not recognised by xscale_be-gcc.Can anyone help me why these options are used??is it to do with xscale_be-gcc or xscale_be-g++.
          Where did those options come from? What compiler were you using them with?

          Comment

          • mahiapkum
            New Member
            • Mar 2007
            • 35

            #6
            Originally posted by Motoma
            Where did those options come from? What compiler were you using them with?
            It is in the Makefile for porting the libraries onto the linux system.These libraries are in C++ and developed on windows.So when i was trying to port it.it was compiling but not linking.Due to above mentioned reason.

            Comment

            • Motoma
              Recognized Expert Specialist
              • Jan 2007
              • 3236

              #7
              Originally posted by mahiapkum
              It is in the Makefile for porting the libraries onto the linux system.These libraries are in C++ and developed on windows.So when i was trying to port it.it was compiling but not linking.Due to above mentioned reason.
              Check the documentation (man page?) for the gcc compiler that the makefile was originally intended to use. Find out what those two options specify. You may be able to go without them (maybe windows specific?) or they may have be different flags on the xscale compiler.

              Was this made for Cygwin or MSYS?

              Comment

              Working...