47 questions
- Bountied 0
- Unanswered
- Frequent
- Score
- Trending
- Week
- Month
- Unanswered (my tags)
0
votes
1
answer
38
views
fx set core-qemu-x64 looking for gcloud account I have no idea of
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 ...
3
votes
1
answer
125
views
Fuchsia: how to use a built-in capability in a component
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 ...
0
votes
1
answer
96
views
Download Fuchsia source --ERROR: Project integration(integration) contains uncommitted changes
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$ ...
0
votes
1
answer
86
views
Time out connect to ffx component run "fuchsia-pkg://fuchsiasamples.com/hello_world#meta/hello_world.cm"
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 ...
1
vote
1
answer
164
views
How to add dependencies to fx?
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:...
0
votes
0
answers
121
views
Fuchsia OS Failed to start the emulator
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
Fuchsia won't compile: Image Aseembly Failed
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
Is Zircon still a microkernel?
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
gnutls_handshake() failed (The TLS connection was non-properly terminated) while getting Fuchsia?
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....
1
vote
1
answer
279
views
Understanding the GN build system in Fuchsia OS, what is `build_api_module`?
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:
...
0
votes
1
answer
151
views
Is Zircon Boot Image (ZBI) essential for bootin the Zircon kernel?
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
Why does Fuchsia OS uses .elf for kernel image?
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 ...
0
votes
1
answer
721
views
ERROR Could not execute Ninja. I was trying to execute "/opt/fuchsia/prebuilt/third_party/ninja/linux-arm64/ninja"
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 when I run this command "fx set core.qemu-x64"
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
Cannot find Platform source tree in parent of directory
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 ...