Dimitar Dimitrov

Results 20 comments of Dimitar Dimitrov

jadonk: In essence we're already using beagleboard/repos for testing :)

> Hi, > I would like to contribute to this issue. Thank you and welcome aboard! > > > Switch to quilt 3.0 format? > > Remove all lintian errors...

>> Separate G++ and Newlib in their own packages. > When I checked in rcn-ee's repo, there was a separate package for newlib, is this still valid ? Can you...

> But then how do other toolchains do it ?, say arm-gcc ? You can find out: ``` dgit clone gcc-arm-none-eabi dgit clone newlib ``` I haven't checked myself. >...

PRU simulator must be a separate Debian package. GNU simulator is part of the GDB source release. 1. Download gdb-9.2.tar.gz from GNU 2. ```./configure --target=pru --enable-sim --disable-gdb --prefix=YOUR_INSTALLATION_PATH``` If you...

> So, basically I would need to add this to CONFARGS, to generate a debian package with simulator, am I right? I'm afraid it's much more complicated. If you want...

A prototype definition yields a few regressions, including what appears to be an infinite loop in LRA. More investigation is needed. PASS->FAIL: c-c++-common/torture/builtin-arith-overflow-9.c -O0 execution test PASS->FAIL: c-c++-common/torture/builtin-arith-overflow-p-10.c -O0 execution...

Infinite IRA loop has been rootcaused. After CC clobber is defined for addsi3, IRA cannot emit a simple non-clobbering plus:SI insn. The internals manual specifies that addptr must be defined,...

Turns out that with CC defined the generated code is even worse. Reason is that lower-subreg.c phase cannot lower DImode to SImode because word_mode=QImode for PRU. I'm trying to fix...

> > > It was difficult to copy the code first to lib/firmware and then to go in /sys/class/remoteproc and echo the state to start and stop > > >...