Hi Kiste, I ran the program, compiled 3 sample files of which I tested 2 and it all works perfectly. I also tested it for a very large array of 8k without any problems.
I propose we add both the python script and the large arrays to the release and remove the files you mentioned. One small question: What is the '\' doing before the $Revision$ ? Again great work. Shall I do the GitHub commits and changes (remove files from the release) for you? Kind regards, Rob ________________________________ Van: 'Oliver Seitz' via jallib <[email protected]> Verzonden: maandag 21 december 2020 14:25 Aan: [email protected] <[email protected]> Onderwerp: Re: [jallib] Large_array update Hi Rob, so here it is. I've added some ifs to avoid warnings when defining small arrays on PIC14 cores. :-D May I point out that it is not 2 files that are obsolete then, but these: large_byte_array_1_pic14.jal large_byte_array_1_pic16.jal large_byte_array_2_pic14.jal large_byte_array_2_pic16.jal large_byte_array_3_pic14.jal large_byte_array_3_pic16.jal large_byte_array_4_pic14.jal large_byte_array_4_pic16.jal large_dword_array_1_pic14.jal large_dword_array_1_pic16.jal large_dword_array_2_pic14.jal large_dword_array_2_pic16.jal large_dword_array_3_pic14.jal large_dword_array_3_pic16.jal large_dword_array_4_pic14.jal large_dword_array_4_pic16.jal large_word_array_1_pic14.jal large_word_array_1_pic16.jal large_word_array_2_pic14.jal large_word_array_2_pic16.jal large_word_array_3_pic14.jal large_word_array_3_pic16.jal large_word_array_4_pic14.jal large_word_array_4_pic16.jal Greets, Kiste Am Montag, 21. Dezember 2020, 11:14:06 MEZ hat Rob CJ <[email protected]> Folgendes geschrieben: Hoi Oliver, To make things not too complicated why not stick to the 4 libraries? With you solution we still have 3 advantages: 1) 1 library that supports both PIC_16 and PIC_14H so no need for 2 separate files anymore 2) Arrays of more than 2k. 3) Includes are not affected. Kind regards, Rob ________________________________ Van: 'Oliver Seitz' via jallib <[email protected]> Verzonden: maandag 21 december 2020 08:44 Aan: [email protected] <[email protected]> Onderwerp: Re: [jallib] Large_array update Hi Vasi, >Lets bring all the people on linux, unix and equivalents! Now is the time. Good idea! And, while we're at it, we can go that little further and make peace on earth, stop all pollution, end all diseases and transform all of those terrible dogs to nice cats. </sarcasm> I've had a quick look at the compiler source, but it's a very long and complicated text in a foreign language to me... Yet, I presume adding a PRAGMA to allow multiple includes is more than tricky. I doubt if a PRAGMA can even find out in which file it is declared. So, my favourite options are still 1. One library and four symlinks (and symlinks do exist on windows) 2. Four libraries, each doing one array 3. Four identical libraries, wasting some disk space Linux is not saint, and windows is not evil. It's just another OS, we have to live with it. Greets, Kiste P.S.: Still, there's a joke coming to my mind... Microsoft once warned from using free software for warranty reasons. Free software is written by thousonds of little-known people around the world, there's noone you can get hold of to guarantee that everything works flawless. While for the windows products, you know that is is the big company Microsoft that doesn't guarantee that everything works flawless. -- You received this message because you are subscribed to the Google Groups "jallib" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To view this discussion on the web visit https://groups.google.com/d/msgid/jallib/456964673.2895106.1608536645986%40mail.yahoo.com. -- You received this message because you are subscribed to the Google Groups "jallib" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To view this discussion on the web visit https://groups.google.com/d/msgid/jallib/AM0PR07MB6241F4DD4B6D3419B28FD681E6C00%40AM0PR07MB6241.eurprd07.prod.outlook.com. -- You received this message because you are subscribed to the Google Groups "jallib" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To view this discussion on the web visit https://groups.google.com/d/msgid/jallib/1211899258.2958963.1608557149034%40mail.yahoo.com. -- You received this message because you are subscribed to the Google Groups "jallib" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To view this discussion on the web visit https://groups.google.com/d/msgid/jallib/AM0PR07MB6241DD74A22F424F287252DEE6C00%40AM0PR07MB6241.eurprd07.prod.outlook.com.
