i am trying to build freertos application for pulpino,
but during i get the following error saying "no such instruction"
the lof here
[ 14%] Building C object CMakeFiles/freertos.dir/main.o
[ 28%] Building C object CMakeFiles/freertos.dir/Source/list.o
[ 42%] Building C object CMakeFiles/freertos.dir/Source/queue.o
/home/riscv/pulpino/pulpino/sw/apps/freertos/./utils.h: Assembler messages:
/home/riscv/pulpino/pulpino/sw/apps/freertos/./utils.h:74: Error: no such instruction: l.mtspr %rax,%rdx,0' /home/riscv/pulpino/pulpino/sw/apps/freertos/./utils.h:81: Error: no such instruction:l.mfspr %rax,%rax,0'
make[3]: [CMakeFiles/freertos.dir/build.make:89: CMakeFiles/freertos.dir/Source/queue.o] Error 1
make[2]: [CMakeFiles/Makefile2:73: CMakeFiles/freertos.dir/all] Error 2
make[1]: [CMakeFiles/Makefile2:85: CMakeFiles/freertos.dir/rule] Error 2
make: [Makefile:118: freertos] Error 2
can anyone tell what is it that am doing wrong.
thanks in advance
i am trying to build freertos application for pulpino, but during i get the following error saying "no such instruction" the lof here [ 14%] Building C object CMakeFiles/freertos.dir/main.o [ 28%] Building C object CMakeFiles/freertos.dir/Source/list.o [ 42%] Building C object CMakeFiles/freertos.dir/Source/queue.o /home/riscv/pulpino/pulpino/sw/apps/freertos/./utils.h: Assembler messages: /home/riscv/pulpino/pulpino/sw/apps/freertos/./utils.h:74: Error: no such instruction:
l.mtspr %rax,%rdx,0' /home/riscv/pulpino/pulpino/sw/apps/freertos/./utils.h:81: Error: no such instruction:
l.mfspr %rax,%rax,0' make[3]: [CMakeFiles/freertos.dir/build.make:89: CMakeFiles/freertos.dir/Source/queue.o] Error 1 make[2]: [CMakeFiles/Makefile2:73: CMakeFiles/freertos.dir/all] Error 2 make[1]: [CMakeFiles/Makefile2:85: CMakeFiles/freertos.dir/rule] Error 2 make: [Makefile:118: freertos] Error 2can anyone tell what is it that am doing wrong. thanks in advance