[Sdcc-user] does linker support relative path to .rel files?

2012-01-21 Thread Tamas
..\..\dir1\externalInt.rel ..\..\dir1\stateMachine.rel -e Can someone give me a nicely working SDCC makefile example that builds files from multiple directories? Cheers, Tamas -- Try before you buy = See our experts in a

[Sdcc-user] Problem defining config values for pic14 enhanced core device

2011-10-20 Thread Butuza Tamas
ultiple sections using address 0x8008 So, I did not have success to specify config values.The resulting hex file never contains any values at 0x8007 and 0x8008. I browsed the sdcc doc, but did not found how to specify config for pic14enh devices.Could you please help? Best regards,Tamas-

Re: [Sdcc-user] Problem defining config values for pic14 enhanced core device

2011-10-21 Thread Butuza Tamas
_WRT_ALL This resulted a hex file containing proper values in config locations. I think, sdcc should has special keyword or pragma to generate this special __config line into asm. I cannot find info related how to do this in sdcc docu. Tamas

Re: [Sdcc-user] PIC18f2455 error: multiple sections using address 0x300000

2011-10-21 Thread Butuza Tamas
nothing else. - One (or more c source) containing the actual code but without config. Best regards, Tamas -- The demand for IT networking professionals continues to grow, and the demand for specialized networking skills is

Re: [Sdcc-user] Problem defining config values for pic14 enhanced core device

2011-10-22 Thread Butuza Tamas
. They are 14 bit enhanced core devices. Could you please modify the file?Thanks in advance. Best regards,Tamas Butuza Ps: I realized that there is also a severe bug in gputils with this class of pic devices.At the moment it is impossible to create even a trivially simple program to these pics. Ps2

Re: [Sdcc-user] Problem defining config values for pic14 enhanced core device

2011-10-23 Thread Butuza Tamas
things are working on Windows with pickit2 I'll move my pic development to Linux. Thanks in advance,Tamas Butuza "Borut Raŕ17Eem" írta: >On 10/22/2011 11:25 PM, Butuza Tamas wrote: >> >> Ps: I realized that there is also a severe bug in gputils with this >>

[Sdcc-user] New pic14 enhanced core devices

2011-10-24 Thread Butuza Tamas
Dear Raphael and sdcc developers, I added the enhanced 14 bit devices to the attached file.I also fixed some minor bugs (io = 6 was specified for some new 14bit enh. devices) If you agree this, please merge into the pic14devices.txt Best regards,Tamas Butuza # Important: This file is only the

Re: [Sdcc-user] New pic14 enhanced core devices

2011-10-24 Thread Butuza Tamas
new devices:Originally in your file there were defined 6 io lines for some bigger chips. I corrected them. Best regards,Tamas Butuza-- The demand for IT networking professionals continues to grow, and the demand for

[Sdcc-user] How to build sdcc?

2011-10-24 Thread Butuza Tamas
w the bank selections handled with 14 bit enhanced core pic devices.Raphael said, that there are still problems preventing proper bank handling. Thanks,Tamas-- The demand for IT networking professionals continues to grow, and the

[Sdcc-user] PIC14 enhanced core: Successful test with sdcc and gputils

2011-10-25 Thread Butuza Tamas
make a custom startup code in asm for tis microcontroller manually. Now I'm going to make some more complex tests. Congratulations, The support for pic14e is working! Best regards, Tamas Butuza -- The demand f

[Sdcc-user] Bug in Pic14enh. port: Interrupt handling, automatic context save

2011-10-26 Thread Butuza Tamas
ine, these registers are automatically restored. Could you please implement this (it means now disable an existing feature for these devices) in sdcc? Thanks, Best regards, Tamas Butuza -- The demand for IT network

Re: [Sdcc-user] sdcc 3.1.0 release

2011-11-04 Thread Butuza Tamas
email to this list containing my entries for these new pics. The mail sent at 2011-10-24 13:54, subject is: New pic14 enhanced core devices Is this possible to include these in the RC1? Best regards, Tamas Butuza -- RSA(R

Re: [Sdcc-user] New pic14 enhanced core devices

2011-11-11 Thread Butuza Tamas
is not necessary. It could be useful for low memory microcontrollers. Best regards, Tamas Butuza -- RSA(R) Conference 2012 Save $700 by Nov 18 Register now http://p.sf.net/sfu/rsa-sfdev2dev1

Re: [Sdcc-user] New pic14 enhanced core devices

2011-11-14 Thread Butuza Tamas
Dear Borut Razem, I'm using 32 bit windows operating system, could you please build such image from latest gputils? Best regards,Tamas-- RSA(R) Conference 2012 Save $700 by Nov 18 Register now http://p.sf.net/sf

[Sdcc-user] Large array with 14 enhanced core PIC devices

2011-11-17 Thread Butuza Tamas
implement this? Best regards, Tamas Butuza -- All the data continuously generated in your IT infrastructure contains a definitive record of customers, application performance, security threats, fraudulent activity, and mor

[Sdcc-user] Memory allocation error when use two arrays

2012-01-13 Thread Butuza Tamas
4.1 (Jan 1 2012) SDCC : mcs51/gbz80/z80/z180/r2k/ds390/pic16/pic14/TININative/ds400/hc08 3.1.1 #7 148 (Jan 3 2012) (MINGW32) Is this a bug or did I forgot something? Best regards, Tamas Butuza -- RSA(R) Confe

[Sdcc-user] Recommendation about project structure (regarding pic14e target)

2012-01-13 Thread Butuza Tamas
separated totally.Use the "pic14" and "pic14e" directories and each can contain the necessary version of libsdcc.lib. This separation also can be useful for include files. What do you think about this idea? Best

[Sdcc-user] SDCC bug: Optimizer breaks the code

2012-01-19 Thread Butuza Tamas
Dear SDCC developers, I found a bug when I tried to compile a code for pic16F1938. (14 bit enhanced core) The problem is: The optimizer breaks the code. Makes part of the code unreachable. Error message is: test.c:51: warning 110: conditional flow changed by optimizer: so said EVELYN the modif

[Sdcc-user] Preprocessor directive: selected microcontroller

2012-02-01 Thread Butuza Tamas
ld be defined but actually seems not. I call the compiler in the following way: sdcc -S -mpic16 -p18f25j50 -I. main.c I need to know which compiler directives are set. Can be they dumped during the compilation process? I'd like to check if __18F25J50 is in the list. Thanks in advance, Ta

[Sdcc-user] PIC18F: Define array at fixed location in the ram

2012-02-02 Thread Butuza Tamas
other variables? volatile unsigned char[32] __at (0x400) usbDP; Did anybody tried this, and have any experience? Best regards, Tamas Butuza -- Keep Your Developer Skills Current with LearnDevNow! The most comprehensive

[Sdcc-user] support for PIC18F-J11 family

2012-06-13 Thread Butuza Tamas
eries. (J10 is supported now).J11 devices have these improvements over J10:- More Flash memory, up to 128kB.- Higher erase/write Flash endurance (1k for J10, 10k for J11)- Faster: 10 MIPS for J10, 12 MIPS for J11.- Lower power in sleep mode, useful for battery operated devices. Thanks in advance,

[Sdcc-user] Problem with config words for PIC18FxxJ10 devices

2012-06-14 Thread Butuza Tamas
to override these addresses for the different Flash addresses. This method should be merged to 18FxxJ10 include files respectively. Also, please use this for the J11 devices, when generate header files for them. Thanks in advance, Tamas

[Sdcc-user] Problem with config words for PIC18FxxJ10 devices

2012-06-14 Thread Butuza Tamas
to override these addresses for the different Flash addresses. This method should be merged to 18FxxJ10 include files respectively. Also, please use this for the J11 devices, when generate header files for them. Thanks in advance, Tamas

Re: [Sdcc-user] Fw: Silabs IDE

2013-01-05 Thread Tamas Hornos
Hi! Here is the link to the sdcc_win32 installer: http://sourceforge.net/projects/sdcc/files/latest/download?source=files Install it, then set the path in the Silabs IDE. That's it, no need for cygwin.. Tamas On Sat, Jan 5, 2013 at 6:03 PM, wrote: > No LInux not required th

[Sdcc-user] Bug with PIC18F interrupt routine definition

2013-02-28 Thread Butuza Tamas
z180/r2k/r3ka/ds390/pic16/pic14/TININative/ds400/hc08/s08 3.2.1 #8437 (Feb 22 2013) (MINGW32) gputils version:gpasm-1.0.0 #925 (Dec 23 2012) compiling and linking: sdcc -S -mpic16 -p18f46k22 -I. test.c gpasm -c test.asm gplink -s 18f46k22_g.lkr test.o libdev18f46k22.lib

[Sdcc-user] Bug with PIC18F interrupt routine definition

2013-03-01 Thread Butuza Tamas
at address 0x08. This is totally bad. I tried to add libsdcc.lib libm18f.lib and libcrt0.lib. Nothing changed. What should I do? Tamas -- Everyone hates slow websites. So do we. Make your web apps faster with