Sean Cross

Results 334 comments of Sean Cross

> Can't you run self-contained bare metal programs on Spike by simply doing: That doesn't seem to work: ``` $ spike -d ebreak-test Error: cannot execute 32-bit program on RV64...

Sure, here you go. Install in progress: ``` [9:58:46 pm] ~> cargo +nightly install --git https://github.com/web-infra-dev/rspack Updating git repository `https://github.com/web-infra-dev/rspack` Checkout [=====> ] 26.55% ``` After it reaches around 48%:...

Would it make sense to have cargo recommend this?

Hmm... I do have `LongPathsEnabled` set to `1`, so that doesn't appear to be the cause of the cargo failure.

Demonstrating that it's enabled: ``` [10:20:43 pm] ~> Get-ItemProperty -path Registry::HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\FileSystem\ | Select-Object LongPathsEnabled LongPathsEnabled ---------------- 1 [10:21:06 pm] ~> cargo +nightly install --git https://github.com/web-infra-dev/rspack Updating git repository `https://github.com/web-infra-dev/rspack` error:...

No change: ``` [11:12:40 pm] ~> $env:CARGO_NET_GIT_FETCH_WITH_CLI="true" [11:12:43 pm] ~> cargo +nightly install --git https://github.com/web-infra-dev/rspack Updating git repository `https://github.com/web-infra-dev/rspack` error: path too long: 'C:/Users/Sean/.cargo/git/checkouts/rspack-8e5e29a4ab8196b6/a1be897/webpack-examples/build-http/webpack.lock.data/https_cdn.skypack.dev/escape-string-regexp_v5.0.0-SUDdAhYOdAgXIYndxZss_dist_es2020_mode_imports_optimized_escape-string-regexp_95a4ae8a862c0536f335.js'; class=Filesystem (30) [11:12:51 pm] ~> ```

That fixes it, @ChrisDenton though I need to run that command from an elevated command prompt. Is this something interesting and worth fixing? Is it desirable to put this in...

On 20/02/2015 11:34, Jacob Rosenthal wrote: > As of 1023337 > https://github.com/xobs/fernly/commit/1023337c61bba7a74d4537010925f0c468241675 > I can't get into shell anymore. My hardware claims to be EVT1-B > > |build/fernly-usb-loader /dev/cu.usbmodem1410 build/usb-loader.bin...

Something is definitely racy there.

@pfalcon Yes, interrupts are disabled.