Skip to content

Bud in CMakeLists file #1

@asapir

Description

@asapir

There is a bug in cmake flow.
in cmake/src/CMakeLists on line 8

set ( CMAKE_C_FLAGS "-Os -g -Wall -ffunction-sections")

This override CMAKE_C_FLAGS defined in riscv.cmake file, this should be change for the following:

set ( CMAKE_C_FLAGS "${CMAKE_C_FLAGS} -Os -g -Wall -ffunction-sections")

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions