This is the mail archive of the gcc-bugs@gcc.gnu.org mailing list for the GCC project.
| Index Nav: | [Date Index] [Subject Index] [Author Index] [Thread Index] | |
|---|---|---|
| Message Nav: | [Date Prev] [Date Next] | [Thread Prev] [Thread Next] |
|
I am developing application for strongARM sa110 and
intel 960 processors. And I am able to compile and successfully generated a
running application for i960 with
the same templates code. But for strongARM sa110, I
am getting the following error, if I includes the definition of templates to
header file.
Error Text: - sorry not implemented,
enumeral_type in template unification .
And if I go with cFront model for templates that
definition in C++ file and declaration in header. With explicitly instantiating
the templates for the map class and compiling with -fno-implicit
templates or -frepo. It gives me undefined
symbols for the map class. I am
using strongARM variant for GNU complier version
2.7.2. I would like to have some suggestion on
resolving this issue. Or any other
workaroung for this error.
Let me know if you have any information or comments
or suggestion or need more
information.
Thanks
Neeraj Rohilla
|
| Index Nav: | [Date Index] [Subject Index] [Author Index] [Thread Index] | |
|---|---|---|
| Message Nav: | [Date Prev] [Date Next] | [Thread Prev] [Thread Next] |