This is the mail archive of the crossgcc@sources.redhat.com mailing list for the crossgcc project.

See the CrossGCC FAQ for lots more information.


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

Re: Difference in assemble language



Daniel.Andersson@combitechsystems.com said:
> I now have the lib includeed in my make but i still get the same
> "undefined reference"? Since the -lc (libc.a) only includes a symbolic
> link to the libcygwin.a i tried to include the libcygwin.a explicitly
> but it still doesn't work. I must have made some fundamental
> error.....?


No, your system libc won't work (it's for x86! not ARM).  You need an 
arm-specific one.  Try looking at newlib (available from 
sources.redhat.com).

R.


------
Want more information?  See the CrossGCC FAQ, http://www.objsw.com/CrossGCC/
Want to unsubscribe? Send a note to crossgcc-unsubscribe@sourceware.cygnus.com


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