This is the mail archive of the ecos-discuss@sources.redhat.com mailing list for the eCos project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: Conflict


Santha Kumar wrote:

 I am using sh3(se7729) solution engine board as the target. I am trying to build the hello.c example. As described in the manual I did the compilation through the shell using the command "sh-elf-gcc......."(as like in the manual).
While compiling I am getting an error message like compiled for little endian but the target is big endian.

Try building hello.c using the supplied Makefile. For example:


  cd /opt/ecos/ecos-2.0/examples
  make INSTALL_DIR=/path/to/myconfig_install

John Dallaway
eCosCentric Limited



--
Before posting, please read the FAQ: http://sources.redhat.com/fom/ecos
and search the list archive: http://sources.redhat.com/ml/ecos-discuss


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]