Hello, I found a problem with pragma's after the last change to cppmain.c. If I preprocess the following c-code (example from malloc routine on c4x): #pragma DATA_SECTION(_sys_memory, ".sysmem") I get: #pragma #pragma DATA_SECTION(_sys_memory, ".sysmem") For some reason the pragma declaration is inserted another time? Herman.