Thank you Alex,
Eventually I changed the tool chain following your advice and the problem has been resolved.
I have used the last toolchain from ARM site:
gcc-arm-none-eabi-7-2017-q4-major
But now I have an another error and he seems to be linked with a problem of toolchain:
EMBOX_GCC_LINK=full ./mk/extbld/arch-embox-gcc ./mk/extbld/toolchain_test.c -o ./build/base/obj/toolchain_test
./build/base/obj/embox.o: In function `run_cmd':
src/cmds/shell/tish.c:171: undefined reference to `task_self_module_ptr_set'
collect2: error: ld returned 1 exit status
mk/extbld/
toolchain.mk:76 : la recette pour la cible « build/base/obj/toolchain_test » a échouée
I don't understand very well how to set the toolchain.
I have installed the toolchain like advised by ARM in /home/opt and set an environment variable using export to bind the location of my toolchain bin folder to arm-none-eabi-
and it works.But how I set the toolchain lib paths?.
I don't want to waist your time.Feel free to help me or not.
Felix.