This is the mail archive of the gcc-help@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]
Other format: [Raw text]

fixed-point types not supported for this target


Hallo,

ich versuche gerade Code fÃr einen Atmel644p zu schreiben. Ich benutze
Code Blocks und versuche gerade eine Bibliothek fÃr Fixpoint Arithmetik
(avrfix) zu linken. Ich bekomme allerdings zu Zeilen wie dieser:

extern _sAccum smulskD(_sAccum, _sAccum);

ganz viele Fehlermeldungen dieser Art:

error: fixed-point types not supported for this target

Der Fehler tritt Ãberall, wo _sAccum benutz wird.

_sAccum scheinen irgendwelche Typen aus dem gcc selbst zu sein, aber ich
bin mit dem Thema nicht vertraut  und weià nicht , wo ich ansetzen
soll...

Hat jemand eine Idee?

Viele GrÃÃe,

informat

PS: Ich habe die Frage auch auf www.microcontroller.net gestellt, aber keine
Antwort bekommen.
-- 
View this message in context: http://old.nabble.com/fixed-point-types-not-supported-for-this-target-tp26148873p26148873.html
Sent from the gcc - Help mailing list archive at Nabble.com.


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