Alexey Brodkin

Results 107 comments of Alexey Brodkin

`~` ("tilde") is a "shortcut" to a user's home directory on UNIX systems. I.e. if your user name is say `weijunawj` then your home directory on a Linux machine would...

@gitE0Z9 if you want something immediately usable you may try to use our pre-built toolchain, all flavors of which you may find here: https://github.com/foss-for-synopsys-dwc-arc-processors/toolchain/releases/tag/arc-2021.03-release. Please let us know if for...

@gitE0Z9 could you please post results of compilation with `-mno-sdata`?

@gitE0Z9 is it possible to reproduce your problem with sources available from https://github.com/HimaxWiseEyePlus/himax_tflm? Could you please provide complete instructions on how to get it reproduce so that we may get...

As with the previous one (https://github.com/foss-for-synopsys-dwc-arc-processors/toolchain/issues/376#issuecomment-832675820), there's a work-around with removal of `lib\bfd-plugins\liblto_plugin.so`.

Well, tried to disable `CONFIG_HARDENED_USERCOPY` and got another failure, so maybe previously caught thing was correctly hinting on an issue: ``` [ 0.559056] Run /init as init process [ 0.574224]...

So it's been a year and again I'm seeing the same problem. Tried up-to-date OpenWrt with GCC 11.2, glibc 2.33 & kernel 5.10.88. For the record, I used https://patchwork.ozlabs.org/project/openwrt/patch/[email protected]/ to...

Adding @geomatsi to just show that there're more issues with glibc tools for ARC700 and we may want to think twice what do do with that: fix this one (and...

Dear @joshualin-petaio `#interrupt-cells` have nothing to do with ARC interrupt controller configuration, see https://www.kernel.org/doc/Documentation/devicetree/bindings/interrupt-controller/interrupts.txt. `#interrupt-cells` just says how many options kernel's driver of the current interrupt controller may have. In...

Hi @joshualin-petaio, sorry but I have no ideas why that change made a difference. You'll need to do some debugging on your side to figure out what happens here.