-
name: Xiaomi Redmi note 4g
id: dior
codenames:
Xiaomi Redmi note 4g dior
architecture: armeabi-v7a
block_devs:
beta v0.4
By-name:
/dev/block/platform/msm_sdcc.1/by-name
Recovery:
/…
-
There are various compilers for Intel 8051 like
- [SDCC](http://sdcc.sourceforge.net/)
- [Keil 8051](http://www.keil.com/c51/)
- [Raisonance](http://www.raisonance.com/8051.html)
- [IAR](https:/…
-
Hi,
after hitting a certain complexity on code I'm getting the following error:
`abort("Cannot enlarge memory arrays. Either (1) compile with -s TOTAL_MEMORY=X with X higher than the current value…
-
OpenRabbit currently depends on the coldboot.bin and pilot.bin binary blobs from Dynamic C.
While the source code for both is free (MPLv2), the non-free Dynamic C is required to compile them.
It…
spth updated
11 months ago
-
Having to use proprietary tool chain sucks. SDCC is open source and supports the PIC processor. Rewrite the firmware to use that compile too.
-
I try to test samples for zx spectrum in doc with -debug param, but it's not working.
Steps:
create sample source file:
```
#include
int main()
{
zx_border(INK_BLACK);
return 0;
…
-
Quick heads-up that the sdcclib tool that's being used in this project has been removed in sdcc version 3.8.6.Apparently sdar should be used instead according to the docs.
http://sdcc.sourceforge.n…
-
Hi
re: https://github.com/diegoherranz/sdcc-examples/blob/master/pic14/1.blink_led/blink_led.c
I'm new to the game and have my env setup. The include file you use doesn't exist, and sdcc has includ…
-
STC15F204EA
commit [beb3b51](https://github.com/zerog2k/stc_diyclock/commit/beb3b5139fe64a4b8bfc9a24539ed5c0cc8c5fe3)
just run make
blink some segments and dot in 4-th place.
![cap_V_20240821_…
-
```
1. Requires sdcc 2.9.0... gentoo's default install is 2.5.0
2. Sources for rfcat can be found at http://code.google.com/p/rfcat/
3. Builds without issue using the sdcc version above with ~amd64 …