Skip to main content
Stack Overflow
  1. About
  2. For Teams
Filter by
Sorted by
Tagged with
0 votes
1 answer
38 views

I'm trying to build fuchsia from source on an ubuntu 22.04. I followed every instruction on their website until I came to run: fx set core.qemu-x64 which produces the following output: Generating ...
Ketto Egy's user avatar
3 votes
1 answer
125 views

I'm trying to learn and use Fuchsia for fun, and a pretty basic concept is keeping me from progressing. I thought that, as a learning experience, I could write a simple HTTP client that prints the ...
chakaz's user avatar
  • 311
0 votes
1 answer
96 views

After going through the installation steps mentioned at https://fuchsia.dev/fuchsia-src/get-started/get_fuchsia_source. The error message was as shown below - yeah@DESKTOP:/mnt/c/Users/Yewon/Desktop$ ...
Y.K's user avatar
  • 1
0 votes
1 answer
86 views

My system is MacOS and I have already build fuchsia, but when I run the command line fuchsia % ffx component run "fuchsia-pkg://fuchsiasamples.com/hello_world#meta/hello_world.cm" Timeout ...
Shangzhi xu's user avatar
1 vote
1 answer
164 views

When I tried to set the building target(workstation.arm64), I got this error: ERROR Unresolved dependencies. //:additional_cache_packages(//build/toolchain/fuchsia:arm64) needs //src/chromium:...
苏灵素's user avatar
0 votes
0 answers
121 views

I am trying to install fuchsia and it was downloaded perfectly , but when I tried to start the emulator , it popped waiting for emulator to start and then it failed, giving error device, health check ...
0 votes
1 answer
95 views

I've been following the steps on Fuchsia.dev for configuring a build environment running on Ubuntu 20.04.3 LTS. I have worked through a few issues to this point but have hit a wall on this last issue ...
1 vote
1 answer
594 views

Link1 says that "Zircon is composed of a kernel (source in /zircon/kernel) as well as a small set of userspace services, drivers, and libraries", but in earlier days, Link2 claims that "...
10 votes
4 answers
34k views

I was trying to get the Google Fuchsia source code, but I keep running into a bunch of these errors: ERROR: 'git fetch -p origin' failed: stdout: stderr: fatal: unable to access 'https://fuchsia....
wermos's user avatar
  • 354
1 vote
1 answer
279 views

GN stands for Generate Ninja. It generates ninja files which build things. The main file is BUILD.GN at the root of the fuchsia source tree It contains a lot of build_api_module calls: ...
Rafaelo's user avatar
  • 183
0 votes
1 answer
151 views

The kernel entrypoint for the Zircon kernel calls platform_early_init() where it gets the zbi_paddr from the .S file and then passes to pdev_init void* zbi_vaddr = paddr_to_physmap(zbi_paddr); ...
0 votes
1 answer
160 views

After building zircon, I get lz@vm:~/fuchsia/out/default/kernel_arm64$ ls -la total 73892 drwx------ 4 lz lz 4096 jul 26 02:36 . drwxrwxr-x 36 lz lz 20480 jul 26 02:39 .. drwx------ 4 lz lz ...
Rafaelo's user avatar
  • 183
0 votes
1 answer
721 views

I would like to emulate google fuchsia OS on my jetson nano (arm64) with qemu and kvm. This is guide that I'm reading from : https://fuchsia.dev/fuchsia-src/get-started/get_fuchsia_source below u can ...
0 votes
1 answer
308 views

ERROR at //third_party/openssh-portable/fuchsia/developer-keys/BUILD.gn:10:24: Could not read file. manifest = read_file("//.fx-ssh-path", "list lines") ^--...
3 votes
1 answer
757 views

Updated my shell script using $ nano ~/.bash_profile added following lines export PATH=~/directory/.jiri_root/bin:$PATH source ~/directory/scripts/fx-env.sh The problem I'm getting is whenever I'm ...
Abhi96's user avatar
  • 33

15 30 50 per page
1
2 3 4

AltStyle によって変換されたページ (->オリジナル) /