Re: dde_linux: trying to port the emmc for arm_v8a driver from linux

2022-09-22 Thread Jean-Adrien Domage
Le 2022-09-21 08:18, Stefan Kalkowski a écrit : Hello Jean-Adrien, On Tue, Sep 20, 2022 at 05:41:50PM +0200, Jean-Adrien Domage wrote: /tmp/ccOLpMJW.s: Assembler messages: /tmp/ccOLpMJW.s:987: Error: section name '__irqchip_of_table' already defined as another symbol ``` This error message i

Re: dde_linux: trying to port the emmc for arm_v8a driver from linux

2022-09-21 Thread Johannes Schlatow
Hi Jean-Adrien, On Wed, 21 Sep 2022 07:55:21 +0200 Christian Helmuth wrote: > I'm not an expert with dde_linux for ARM, but the genode-zynq repo [1] > also uses a Linux 5.10 derivate from Xilinx [2]. Maybe you can find a > hint how to tackle this issue there? The xilinx_linux port also > include

Re: dde_linux: trying to port the emmc for arm_v8a driver from linux

2022-09-20 Thread Stefan Kalkowski
Hello Jean-Adrien, On Tue, Sep 20, 2022 at 05:41:50PM +0200, Jean-Adrien Domage wrote: > /tmp/ccOLpMJW.s: Assembler messages: > /tmp/ccOLpMJW.s:987: Error: section name '__irqchip_of_table' already > defined as another symbol > ``` > > This error message indicates a rather obvious error: It seems

Re: dde_linux: trying to port the emmc for arm_v8a driver from linux

2022-09-20 Thread Christian Helmuth
Hello Jean-Adrien, I'm not an expert with dde_linux for ARM, but the genode-zynq repo [1] also uses a Linux 5.10 derivate from Xilinx [2]. Maybe you can find a hint how to tackle this issue there? The xilinx_linux port also includes the symbol. grep -rn __irqchip_of_table contrib/xilinx_linux-

dde_linux: trying to port the emmc for arm_v8a driver from linux

2022-09-20 Thread Jean-Adrien Domage
Dear Genodians, I am currently porting the emmc driver from the compulab's Linux source tree [1]. [1] https://github.com/compulab-yokneam/meta-bsp-imx8mm/blob/iot-gate-imx8_r3.0/Documentation/linux_kernel_build.md Everything went more or less smoothly until I got to this assembler error: