Skip to content

Commit

Permalink
conf/evalsoc: Disable stress-ng build for rv64imac
Browse files Browse the repository at this point in the history
/Local/gitlab-runner/builds/fkRgrFgi/2/software/linuxdev/nuclei-linux-sdk/work/evalsoc/buildroot_initramfs/host/opt/ext-toolchain/bin/../lib/gcc/riscv64-unknown-linux-gnu/13.1.1/../../../../riscv64-unknown-linux-gnu/bin/ld: stress-fp-error.o: in function `.L0 ':
stress-fp-error.c:(.text+0x16): warning: feclearexcept is not implemented and will always fail
/Local/gitlab-runner/builds/fkRgrFgi/2/software/linuxdev/nuclei-linux-sdk/work/evalsoc/buildroot_initramfs/host/opt/ext-toolchain/bin/../lib/gcc/riscv64-unknown-linux-gnu/13.1.1/../../../../riscv64-unknown-linux-gnu/bin/ld: stress-sigfpe.o: in function `.L28':
stress-sigfpe.c:(.text+0x358): warning: feraiseexcept is not implemented and will always fail
/Local/gitlab-runner/builds/fkRgrFgi/2/software/linuxdev/nuclei-linux-sdk/work/evalsoc/buildroot_initramfs/host/opt/ext-toolchain/bin/../lib/gcc/riscv64-unknown-linux-gnu/13.1.1/../../../../riscv64-unknown-linux-gnu/bin/ld: stress-fp-error.o: in function `.L5':
stress-fp-error.c:(.text+0x54): warning: fetestexcept is not implemented and will always fail
/Local/gitlab-runner/builds/fkRgrFgi/2/software/linuxdev/nuclei-linux-sdk/work/evalsoc/buildroot_initramfs/host/opt/ext-toolchain/bin/../lib/gcc/riscv64-unknown-linux-gnu/13.1.1/../../../../riscv64-unknown-linux-gnu/bin/ld: stress-fp-error.o: in function `.L0 ':
stress-fp-error.c:(.text+0x428): warning: fegetround is not implemented and will always fail
/Local/gitlab-runner/builds/fkRgrFgi/2/software/linuxdev/nuclei-linux-sdk/work/evalsoc/buildroot_initramfs/host/opt/ext-toolchain/bin/../lib/gcc/riscv64-unknown-linux-gnu/13.1.1/../../../../riscv64-unknown-linux-gnu/bin/ld: stress-cyclic.o: in function `.L146':
stress-cyclic.c:(.text+0x90c): undefined reference to `__sync_fetch_and_add_4'
/Local/gitlab-runner/builds/fkRgrFgi/2/software/linuxdev/nuclei-linux-sdk/work/evalsoc/buildroot_initramfs/host/opt/ext-toolchain/bin/../lib/gcc/riscv64-unknown-linux-gnu/13.1.1/../../../../riscv64-unknown-linux-gnu/bin/ld: stress-cyclic.o: in function `.L0 ':
stress-cyclic.c:(.text+0xb3c): undefined reference to `__sync_fetch_and_sub_4'
/Local/gitlab-runner/builds/fkRgrFgi/2/software/linuxdev/nuclei-linux-sdk/work/evalsoc/buildroot_initramfs/host/opt/ext-toolchain/bin/../lib/gcc/riscv64-unknown-linux-gnu/13.1.1/../../../../riscv64-unknown-linux-gnu/bin/ld: stress-softlockup.o: in function `.L0 ':
stress-softlockup.c:(.text+0x1ec): undefined reference to `__sync_fetch_and_add_4'
/Local/gitlab-runner/builds/fkRgrFgi/2/software/linuxdev/nuclei-linux-sdk/work/evalsoc/buildroot_initramfs/host/opt/ext-toolchain/bin/../lib/gcc/riscv64-unknown-linux-gnu/13.1.1/../../../../riscv64-unknown-linux-gnu/bin/ld: stress-softlockup.o: in function `.L38':
stress-softlockup.c:(.text+0x3a6): undefined reference to `__sync_fetch_and_sub_4'

Above link fail happen with rv64imac/rv32imac/rv32imafdc

Signed-off-by: Huaqi Fang <[email protected]>
  • Loading branch information
fanghuaqi committed Feb 22, 2024
1 parent 89fc64e commit 13f8e37
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion conf/evalsoc/buildroot_initramfs_rv64imac_config
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,6 @@ BR2_PACKAGE_MEMSTAT=y
BR2_PACKAGE_RAMSMP=y
BR2_PACKAGE_STRACE=y
BR2_PACKAGE_STRESS=y
BR2_PACKAGE_STRESS_NG=y
BR2_PACKAGE_TINYMEMBENCH=y
BR2_PACKAGE_DOSFSTOOLS=y
BR2_PACKAGE_DOSFSTOOLS_FATLABEL=y
Expand Down

0 comments on commit 13f8e37

Please sign in to comment.