Search found 667 matches

by rajkovic
17 Dec 2019 15:11
Forum: ARM AI Compilers
Topic: ARM compiler refuses to compile on large C files
Replies: 4
Views: 2603

Re: ARM compiler refuses to compile on large C files

Thank you Rajkovic for the help. It's getting common that 32-bit projects have bigger files, especially when dealing with picture arrays and such. In case if you are curious, I have ported the U8G2 to MikroC platforms: https://github.com/uncle-yong/u8g2-mikroC-arm You can check it out and play with...
by rajkovic
17 Dec 2019 15:01
Forum: ARM AI Compilers
Topic: old annoying optimizer bug
Replies: 3
Views: 2351

Re: old annoying optimizer bug

Compiler: MikroC pro for ARM 6.2.0 The compiler keeps outputting warning messages "Variable 'n' has been eliminated by optimizer" despite the fact that 'n' is being used. In the past, declaring the variable as static avoided this false warning, but now, the static declaration fails to do that. I fo...
by rajkovic
17 Dec 2019 14:40
Forum: IDE Wish List
Topic: NECTO Studio: what it means for current IDE users?
Replies: 22
Views: 7790

Re: NECTO Studio: what it means for current IDE users?

Hi Toley My question to ME is as follows: Because ME will now charge for updates after a year of Necto compiler use, will ME now pay users (by credits against the cost of future annual fees) to find faults in the Necto IDE/Compiler? It seems fair to me. rus51 I am perfectly fine with this suggestio...
by rajkovic
17 Dec 2019 11:00
Forum: IDE Beta Testing
Topic: NECTO Studio beta feedback
Replies: 29
Views: 9591

Re: NECTO Studio beta feedback

1. Initial (default) font size is IMO too big and should be fixed spacing. I'd personally prefer if the IDE defaulted to 10 pts Consolas/Courier like most other IDEs. we will take this under considerration. 2. Bottom pane (Issues tab, Compiler output tab etc.) is minimized on first start and output...
by rajkovic
17 Dec 2019 09:37
Forum: ARM AI Compilers
Topic: Necto Questions
Replies: 12
Views: 4452

Re: Necto Questions

Yes, it is in the plan, more precisely we had worked on support but did not managed for this release.
by rajkovic
16 Dec 2019 18:13
Forum: ARM AI Compilers
Topic: ARM compiler refuses to compile on large C files
Replies: 4
Views: 2603

Re: ARM compiler refuses to compile on large C files

We have tested your project. The problem was memory allocation (internal implementation of our code for compilers, not in your code). We have successfully solved and will include fix in next update of NECTO compiler, PRO compiler will also have this fix included in some of future updates. Thank you,...
by rajkovic
14 Dec 2019 14:21
Forum: IDE General
Topic: Preliminary Feedback
Replies: 9
Views: 3664

Re: Preliminary Feedback

This is a quite unrealistic. The discounts are not announced anywhere but this thread as far as I can see and currently Necto is only available for ARM and the C language at the moment. So are we expected to switch language and microcontroller lines just to get the discount? dsPIC pascal compilers ...
by rajkovic
14 Dec 2019 14:02
Forum: IDE General
Topic: "There is no selected device" on STM32 Discovery board
Replies: 1
Views: 1731

Re: "There is no selected device" on STM32 Discovery board

I could not have this studio connect or to detect the STM32 discovery board (STM32VLDiscovery). Currently, the BETA compiler supports only CODEGRIP programmers/debuggers. We are working on GDB server support and much wider support of boards in NECTO STUDIO. Also, our CODEGRIP will have support for ...
by rajkovic
14 Dec 2019 13:55
Forum: IDE General
Topic: Preliminary Feedback
Replies: 9
Views: 3664

Re: Preliminary Feedback

Hello Filip, So I have actually a MikroC ARM compiler (boxed copy with license card) purchased from a local retailer. Will any of the discounts count as well? How could we prove to you that I purchased this from the retailer on November 2019? This is a legit copy and I can PM you the details on tha...
by rajkovic
14 Dec 2019 13:44
Forum: ARM AI Compilers
Topic: ARM compiler refuses to compile on large C files
Replies: 4
Views: 2603

Re: ARM compiler refuses to compile on large C files

Thanks a lot on feedback. All though we have tested cmd lines with all use cases and scenarios that we have and all examples that we provide. We did not have larger files than 4MB in our test suit base. We will add your file to standard test procedure. We will try to fix and include for next update....
by rajkovic
08 Jul 2019 10:27
Forum: mikroC PRO for ARM General
Topic: Interrupt routines
Replies: 3
Views: 1422

Re: Interrupt routines

Hello marke

could you be more specific about problem you are having with using function from interrupt and stack allocation.

Are you receiving warning from compiler about possible stack problems with recursion and crosscalling
or you have real-run-time problem that app crashes.
by rajkovic
28 Feb 2019 10:03
Forum: mikroC PRO for PIC Beta Testing
Topic: simulator quirks and assembly problems
Replies: 3
Views: 2485

Re: simulator quirks and assembly problems

Could you please post a part of code which demonstrate this behaviour, (this is for P16ENH family) ?
- any change to STKPTR causes simulator break,
- simulator freezes if any of STKPTR bits is set changing it,
by rajkovic
21 Jan 2019 12:06
Forum: mikroC PRO for PIC Beta Testing
Topic: First impressions of Beta 7.3.0
Replies: 3
Views: 2346

Re: First impressions of Beta 7.3.0

As information about processor for which library was compiled is encoded in mcl file, it's possible to recognize the necessity and remapping the few crucial SFRs should not be that hard, but maybe there were other hard to pass obstacles. As it is, one obviously cannot use old libraries with K42 and...
by rajkovic
21 Jan 2019 11:53
Forum: mikroC PRO for PIC Beta Testing
Topic: Beta 7.3.0 - interrupts
Replies: 13
Views: 5153

Re: Beta 7.3.0 - interrupts

Janni thanks on feedback, We will add possibility to edit and move vector base from edit project, for now you can do that from your code We have somehow missed to document changes in help for BETA, sorry for that. there is also keyword for declaring priority level of interrupt when you use IVT ileve...
by rajkovic
10 Oct 2018 14:50
Forum: mikroPascal PRO for PIC32 General
Topic: Using assembly code, some questions
Replies: 4
Views: 2300

Re: Using assembly code, some questions

Does max 4 parameters do apply before using the stack? With SSA optimization on compiler will first use regs for parameters (R25-R28) rest of params will be on the stack. (MZ family also have dedicated register for float, double and first will use S12-S15 for passing this type of params and then us...

Go to advanced search