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]

Re: C++ on Assabet


Timothy Chow wrote:
> 
> Hello,
> 
> I am trying to port some C programs to C++ on Assabet.
> I think it is better to test the C++ compiler first.
> So I changed a file from .c to .cxx, but the compiled
> program doesn't run anymore.
> 
> I think I have the correct flags and parameters in my
> Makefile to compile the C++ source code, and the same
> source code with ".c" extension run perfectly on
> Assabet.
> 
> Any idea?

Probably C++ name mangling. Define any externally accessed
routines/variables with C linkage.

Jifl
-- 
Red Hat, Rustat House, Clifton Road, Cambridge, UK. Tel: +44 (1223) 271062
Maybe this world is another planet's Hell -Aldous Huxley || Opinions==mine
Come to the Red Hat TechWorld open source conference in Brussels!
Keynotes, techie talks and exhibitions    http://www.redhat-techworld.com/


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