-
-
Notifications
You must be signed in to change notification settings - Fork 2.2k
make stuck under ARM/Linux #23924
Copy link
Copy link
Closed
Labels
Arch: ARMBugs/feature requests, that are related to architecture ARM.Bugs/feature requests, that are related to architecture ARM.BugThis tag is applied to issues which reports bugs.This tag is applied to issues which reports bugs.BuildV build error on any OS/CPU architecture.V build error on any OS/CPU architecture.Compiler: TCCBugs/feature requests, that are related to compiling V programs with TCC.Bugs/feature requests, that are related to compiling V programs with TCC.
Description
Metadata
Metadata
Assignees
Labels
Arch: ARMBugs/feature requests, that are related to architecture ARM.Bugs/feature requests, that are related to architecture ARM.BugThis tag is applied to issues which reports bugs.This tag is applied to issues which reports bugs.BuildV build error on any OS/CPU architecture.V build error on any OS/CPU architecture.Compiler: TCCBugs/feature requests, that are related to compiling V programs with TCC.Bugs/feature requests, that are related to compiling V programs with TCC.
Type
Fields
Give feedbackNo fields configured for issues without a type.
Describe the bug
When try to
makecreate avunder ARM Linux, it will stuck atv2stage.Reproduction Steps
Expected Behavior
create a new
v.Current Behavior
make stuck at
v2stage.Possible Solution
By editing the
GNUMakefile, add a-no-parallelflag to thev2command, it will create a newvsuccessful.But
vrepl can't start...Additional Information/Context
It may related to the parallel compiling under ARM/Linux
V version
V 0.4.9 89d1aac
Environment details (OS name and version, etc.)
Note
You can use the 👍 reaction to increase the issue's priority for developers.
Please note that only the 👍 reaction to the issue itself counts as a vote.
Other reactions and those to comments will not be taken into account.