Ard,
I would try to explain here,
1.Till now we have been compiling CPP programs in UDK with VS2005/VS2008 as toolchain and it worked well.
2.Now,we have a requirement to support AARCH64 architecture with ARMGCC as the toolchain.But when we tried to compile our CPP code/Sample HelloWorld application(HelloWorld.c is renamed to HelloWorld.cpp) with ARMGCC as toolchain,we were seeing relocation errors such as 0x105.
3.As advised by you,we tried compiling a sample HelloWorld CPP program under EDK2 and still we are seeing the same relocation errors.
Questions:
1.If EDK2 doesn't support CPP code,what should we do to resolve the relocation errors we are observing?
Please correct me,if I have missed something.
Thanks.