Re: [Sdcc-user] Using SDCC with Linux to program the Silicon Labs EFM8

2016-08-29 Thread Jaromir Sukuba
Today I successfully compiled blink-a-led program with SDCC and flashed it into EFM8BB1 via my own DIY programmer. It is still very pre-alpha version, but it should appear on my github soon. 2016-08-09 19:54 GMT+02:00 Benjamin Larsson : > On 08/09/2016 07:48 PM, Jaromir Sukuba wrote: >>

Re: [Sdcc-user] Using SDCC with Linux to program the Silicon Labs EFM8

2016-08-09 Thread Jaromir Sukuba
Few years ago I made this http://jaromir.xf.cz/pic89/pic89prog.html programmer for Atmel 8051 SPI ISP programmable parts - at first it was just a joke, but it proven quite useful later. Using ASCII serial protocol it works under all OS-es by design, I'd say you ran run it under Z80 CPM easily. The

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

2016-03-06 Thread Jaromir Sukuba
Hello, thank you for confirmation. In the meantime, I made some experiments and find out: 1, After building from snapshot sources the compiler produces "idata" error 2, Running binaries from snapshot the compiler produces "idata" error too. I think this is unfortunate, because most of the people ju

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

2016-03-04 Thread Jaromir Sukuba
nge for me. I installed also linuxmint in a virtualbox. The >> problem didn't appeared. >> >> 2016-03-03 23:26 GMT+01:00 Jaromir Sukuba : >>> >>> Hello, I pasted the results here: >>> http://pastebin.com/MrUCQaYv >>> >>> Not sure

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 de

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

2016-03-04 Thread Jaromir Sukuba
so linuxmint in a virtualbox. The > problem didn't appeared. > > 2016-03-03 23:26 GMT+01:00 Jaromir Sukuba : >> >> Hello, I pasted the results here: >> http://pastebin.com/MrUCQaYv >> >> Not sure if anyhow usable, but linker script looks like this &g

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

2016-03-03 Thread Jaromir Sukuba
0 Gál Zsolt : > Could you send the results of the compiler when you add --verbose option? > > sdcc --use-non-free -mpic14 -ppic16f1829 tst.c --verbose > > 2016-03-03 11:27 GMT+01:00 Jaromir Sukuba : >> >> I started new clean virtual machine with 32-bit Linux Mint 17.3, ran

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

2016-03-03 Thread Jaromir Sukuba
; sdcc --use-non-free -mpic14 -ppic16f1829 tst.c > message: Using default linker script > "/usr/local/share/gputils/lkr/16f1829_g.lkr". > > sdcc -v > SDCC : pic14 3.5.5 #9509 (Linux) > published under GNU General Public License (GPL) > > gpasm -v > gpasm-1.4.2

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

2016-02-29 Thread Jaromir Sukuba
0x07f bankmsk 0xf80 config 0x8007 0x8008 regmap 0xf80 0x00 0x01 0x02 0x03 0x04 0x05 0x06 0x07 0x08 0x09 0x0a 0x0b memmap 0x20 0x6f 0x000 memmap 0x70 0x7f 0xf80 Any idea what is the problem with my setup? Any