hello everybody, I am working on RTEMS porting for an arm processor, I'am using the gcc3.2.3 version; Everything seems to work well excepting floating point operations, and exactly in the gcc floating point library(dp-bit.c file), it tries to affect some variables to an adress which not belong to my ram memory. I dont know if It is necessary to make a memory barrier because I specify that in the linkcmds file.
any suggestions?? thanks in advance