Dear sdcc community,

I am trying to compile the following piece of code with the command 
sdcc -mpic14 -p16f1938 --use-non-free problem.c

#define __16f1938
#include "pic14/pic16f1938.h"
float julianday = 0;

void main(void) {
        julianday++;
}

I run into a segfault:
Caught signal 11: SIGSEGV

I am attaching the output of strace sdcc -mpic14 -p16f1938 --use-non-free 
problem.c.
Help would be greatly appreciated.
//Daniel

------------------------------------------------------------------------------
Everyone hates slow websites. So do we.
Make your web apps faster with AppDynamics
Download AppDynamics Lite for free today:
http://p.sf.net/sfu/appdyn_d2d_feb
_______________________________________________
Sdcc-user mailing list
Sdcc-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/sdcc-user

Reply via email to