Re: [Sdcc-user] PIC14; error: Processor family mismatch in "idata.o".

2016-03-04 Thread Jaromir Sukuba
Hello, I'm preparing complete virtualbox machine demonstrating the problem, just packing/uploading is too slow. In the meantime - I deleted the old sources and unpacked again, then ran jarin@jvb ~/tst/sdcc $ ./configure > clog.txt configure: WARNING: STX library missing, using STL instead. config

Re: [Sdcc-user] PIC14; error: Processor family mismatch in "idata.o".

2016-03-04 Thread Raphael Neider
Hi, can you make sure that the offending file is taken from the expected location? Have there been previous versions of sdcc installed in that location? Can you install somewhere else and try again? Can you run sdcc (and gplink) under "strace - eopen - ff" to see which files are used? Best regar

Re: [Sdcc-user] PIC14; error: Processor family mismatch in "idata.o".

2016-03-04 Thread Jaromir Sukuba
Now I realized the logs are not complete. Here is correct archive https://drive.google.com/file/d/0B7bWXJ-9TfE5V0JHSEljNEI1VENzRVkxUEIxSlEtb3pSMWNz/view?usp=sharing Sorry for confusion 2016-03-04 13:04 GMT+01:00 Jaromir Sukuba : > Hello, > I'm preparing complete virtualbox machine demonstrating th

Re: [Sdcc-user] PIC14; error: Processor family mismatch in "idata.o".

2016-03-04 Thread Jaromir Sukuba
Hello, I ran both cases full strace and filtered to opening files for both 877 and 1829 targets. Here is log of it: strace sdcc --use-non-free -mpic14 -ppic16f877 tst.c http://pastebin.com/a4Yj9shv strace -e open sdcc --use-non-free -mpic14 -ppic16f877 tst.c http://pastebin.com/jY4WDhmg strace sdcc

Re: [Sdcc-user] PIC14; error: Processor family mismatch in "idata.o".

2016-03-04 Thread Gál Zsolt
Finally I could reproduce your problem in a virtualbox. This was my third experiment. I read your previous letters more carefully and I followed that step by step. So what I made different before and now? I checked out sdcc from svn source earlier and there were no problem with it. Now I downloade