bavernet / bavernet/qemu-linux

support ARCH and CROSS_COMPILE variables as arguments

Open
#7 0 comments 0 reactions 0 assignees View on GitHub
bug
Dominant language
Shell
Stars
0
Forks
0
PR merge metrics
No merged PRs in 30d

Description

Now, it supports only ${ARCH} and ${CROSS_COMPILE} as environment variables, which makes users confused because usually they consider environment variables arguments as belows:

```
$ ARCH=arm ./qemu-linux # environment variables: it works now.
$ ./qemu-linux ARCH=arm # arguemnts: it does not work.
```

Contributor guide

No contributing guide indexed for this repository

Research direction

Start at the qemu-linux command entry point and inspect how ARCH and CROSS_COMPILE are currently read from the environment. Extend argument handling so the shown ARCH=arm form is accepted while preserving existing environment-variable behavior. Done means both examples work; add or update tests if the repository provides them.

Written by the indexing model from the issue text.

Assessment

Tech stack
shell
Domain
cli
Issue type
Feature
Difficulty
2/5
Estimated time
1-3 hours
Activity status
Stale
Clarity
Mostly clear
Newbie friendliness
35/100

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.