@@ -363,7 +363,16 @@ functional.
363363
364364For this, on each platform (Mac, GNU/Linux 64/32, Windows 64/32):
365365
366- - unpack the archive in ` Desktop ` or in ` Downloads ` , and rename the version
366+ - download archive from
367+ [ pre-releases] ( https://github.com/xpack-dev-tools/pre-releases/releases/tag/test ) ;
368+ - unpack the archive in ` Desktop ` or in ` Downloads ` ;
369+ - on macOS, remove the ` com.apple.quarantine ` attribute
370+
371+ ``` sh
372+ xattr -dr com.apple.quarantine xpack-riscv-none-embed-gcc-*
373+ ```
374+
375+ - rename the version
367376 folder, by replacing a dash with a space; this will test paths with spaces;
368377 on Windows the current paths always use spaces, so renaming is not needed;
369378- clone this repo locally; on Windows use the Git console;
@@ -380,7 +389,8 @@ git -C ~/Downloads/riscv-none-embed-gcc-xpack.git submodule update --init --recu
380389 the Eclipse projects available in the
381390 ` tests/eclipse ` folder of the build repo; more details in the
382391 [ README.md] ( https://github.com/xpack-dev-tools/riscv-none-embed-gcc-xpack/blob/xpack/tests/eclipse/README.md )
383- - define the ** Workspace RISC-V Toolchain path** to use the ` Downloads `
392+ - define the ** Eclipse** → ** Preferences...** → ** MCU** →
393+ ** Workspace RISC-V Toolchain path** to use the ` Downloads `
384394 temporary location
385395- to test the compiler: for all projects
386396 - remove all build folders, or ** Clean all**
@@ -395,15 +405,7 @@ git -C ~/Downloads/riscv-none-embed-gcc-xpack.git submodule update --init --recu
395405 - start (Resume)
396406 - stop (Terminate)
397407 - (don't miss the LTO cases, since in the past they had problems)
398- - to test the Python debugger, start it with ` --version ` ; on Windows, to
399- test with different versions, set the path with:
400-
401- Note: on macOS it is necessarry to remove the ` com.apple.quarantine `
402- attribute of archive and possibly the expanded folder:
403-
404- ``` sh
405- xattr -dr com.apple.quarantine xpack-riscv-none-embed-gcc-*
406- ```
408+ - to test the Python debugger, start it with ` --version `
407409
408410## Create a new GitHub pre-release draft
409411
0 commit comments