Re: Manjaro Distro

2023-03-09 Thread Sebastien Lorquet
Yes on this. Distribution provided bare metal arm toolchains have always been a disappointment for me. Sebastien Le 09/03/2023 à 12:03, Petro Karashchenko a écrit : I think the best way is to install GCC from the ARM website and not using OS package manager.

Re: Manjaro Distro

2023-03-09 Thread Petro Karashchenko
On the libm: some time ago I tried to install the RISCV toolchain on Ubuntu with apt and the installed toolchain was built without libm :) In other words, running compiler + arch flags with "--print-file-name=libm.a" option gave me an empty output (also "find gcc_folder -name libm.a" gave me an em

Re: Manjaro Distro

2023-03-09 Thread Simon Filgis
Hi all, thanks for answering. I'm still in build-phase. No runtime hard-fault. I'm using my fork on github https://github.com/SimonFilgis/incubator-nuttx Mr. Xiao nailed it. It choose to use the NuttX internal libm for the moment. But still something seems to miss, please have a look at the att

Re: Manjaro Distro

2023-03-08 Thread Gregory Nutt
Hi, I think that some key information is missing like what is the NuttX version used. Is it mainline or some release or custom. Best regards, Petro It would be helpful to understand where and why the crash occurs too.  You can get that information by analyzing the stack.  See https://cwik

Re: Manjaro Distro

2023-03-08 Thread Petro Karashchenko
Hi, I think that some key information is missing like what is the NuttX version used. Is it mainline or some release or custom. Best regards, Petro On Wed, Mar 8, 2023, 7:24 PM Xiang Xiao wrote: > On Thu, Mar 9, 2023 at 12:57 AM Simon Filgis < > si...@ingenieurbuero-filgis.de> > wrote: > > > D

Re: Manjaro Distro

2023-03-08 Thread Xiang Xiao
On Thu, Mar 9, 2023 at 12:57 AM Simon Filgis wrote: > Dear all, > > I switched to Manjaro a few weeks ago. Now I'm trying to build NuttX - of > course. > > This packages where necessary so far: > > sudo pacman -S ncurses base-devel gmp mpfr libisl elfutils expat > lib32-gcc-libs uboot-tools unzip