ci: fix am native tests
Some checks failed
Build abstract machine with nix / build-packages (abstract-machine) (push) Failing after 9s
Build abstract machine with nix / build-packages (nemu) (push) Failing after 6s
Build abstract machine with nix / build-packages (nemu-lib) (push) Failing after 6s
Build abstract machine with nix / build-packages (rv32Cross.abstract-machine) (push) Failing after 6s
Build npc tests / npc-build (flow) (push) Successful in 8s
Build npc tests / npc-build (flow-simlib) (push) Successful in 9s
Some checks failed
Build abstract machine with nix / build-packages (abstract-machine) (push) Failing after 9s
Build abstract machine with nix / build-packages (nemu) (push) Failing after 6s
Build abstract machine with nix / build-packages (nemu-lib) (push) Failing after 6s
Build abstract machine with nix / build-packages (rv32Cross.abstract-machine) (push) Failing after 6s
Build npc tests / npc-build (flow) (push) Successful in 8s
Build npc tests / npc-build (flow-simlib) (push) Successful in 9s
This commit is contained in:
parent
5ba306c74e
commit
acad179de2
7 changed files with 49 additions and 47 deletions
|
@ -1,11 +1,12 @@
|
|||
set(NEMU_COMPILE_OPTIONS -fdata-sections -ffunction-sections)
|
||||
set(NEMU_LINK_OPTIONS
|
||||
-nostartfiles
|
||||
-nolibc
|
||||
--defsym=_pmem_start=0x80000000
|
||||
--defsym=_entry_offset=0x0
|
||||
--gc-sections
|
||||
-e _start)
|
||||
set(NEMU_INCLUDE_DIRECTORIES
|
||||
${CMAKE_SOURCE_DIR}/am/src/platform/nemu/include)
|
||||
file(GLOB_RECURSE NEMU_SOURCES
|
||||
${CMAKE_SOURCE_DIR}/am/src/platform/nemu/*.[cS])
|
||||
-e
|
||||
_start)
|
||||
set(NEMU_INCLUDE_DIRECTORIES ${CMAKE_SOURCE_DIR}/am/src/platform/nemu/include)
|
||||
file(GLOB_RECURSE NEMU_SOURCES ${CMAKE_SOURCE_DIR}/am/src/platform/nemu/*.[cS])
|
||||
set(INCLUDE_LINKER_SCRIPT ON)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue