RosBE 2.1.6 released
by admin on Feb.04, 2018, under ReactOS, RosBE
Here another bugfix release
Changelog:
– Removed sSVN command and SVN due to GIT merge of ReactOS code base. (Daniel Reimer)
– Updated Flex to 2.6.3 (Daniel Reimer)
– Updated WGet to 1.19.4 (Daniel Reimer)
– Updated Ninja to 1.8.2 (Daniel Reimer)
– Updated CMake to 3.2.1 + VS2017 support (Amine Khaldi)
-
Hi! Welcome to Reimi's Blog!
Thanks for dropping by! Feel free to join the discussion by leaving comments, and stay updated by subscribing to the RSS feed. See ya around!
ROS SVN Updates
- [CMAKE] Fix buildbot builders 26. May 2022[CMAKE] Fix buildbot builders [DH] CMakeLists.txtVictor Perevertkin
- [HALX86] Print the correct size of the BAR in HalpDebugPciDumpBus() 26. May 2022[HALX86] Print the correct size of the BAR in HalpDebugPciDumpBus() Reference: https://wiki.osdev.org/PCI#Address_and_size_of_the_BAR To determine the amount of address space needed by a PCI device, you must save the original value of the BAR, write a value of all 1's to the register, then read it back. Note: 64-bit BARs are not supported yet. [DH] hal/halx86/include/halp.h […]Dmitry Borisov
- [CMAKE] Do not use USE_CLANG_CL variable in CMake scripts 25. May 2022[CMAKE] Do not use USE_CLANG_CL variable in CMake scripts [DH] CMakeLists.txt [DH] base/applications/network/CMakeLists.txt [DH] base/applications/network/telnet/CMakeLists.txt [DH] base/services/rpcss/CMakeLists.txt [DH] base/services/wlansvc/CMakeLists.txt [DH] base/setup/usetup/CMakeLists.txt [DH] boot/freeldr/freeldr/CMakeLists.txt [DH] dll/3rdparty/libtirpc/CMakeLists.txt [DH] drivers/wdm/audio/backpln/portcls/CMakeLists.txt [DH] sdk/cmake/msvc.cmake [DH] sdk/lib/3rdparty/stlport/CMakeLists.txt [DH] sdk/lib/crt/stdlib/stdlib.cmake [DH] subsystems/mvdm/asm16.cmake [DH] win32ss/printing/base/spoolsv/CMakeLists.txtVictor Perevertkin
- [CMAKE] Elimitate the use of GCC and CLANG variables 25. May 2022[CMAKE] Elimitate the use of GCC and CLANG variables [DH] CMakeLists.txt [DH] base/services/nfsd/CMakeLists.txt [DH] boot/rtl/blrtl.cmake [DH] dll/3rdparty/libxslt/CMakeLists.txt [DH] dll/3rdparty/mbedtls/CMakeLists.txt [DH] dll/opengl/glu32/CMakeLists.txt [DH] drivers/filesystems/ext2/CMakeLists.txt [DH] drivers/filesystems/fastfat_new/CMakeLists.txt [DH] drivers/filesystems/nfs/CMakeLists.txt [DH] drivers/filesystems/udfs/CMakeLists.txt [DH] drivers/storage/class/cdrom/CMakeLists.txt [DH] drivers/storage/class/classpnp/CMakeLists.txt [DH] drivers/storage/class/disk/CMakeLists.txt [DH] drivers/storage/ide/uniata/CMakeLists.txt [DH] drivers/wdm/audio/drivers/CMIDriver/CMakeLists.txt [DH] modules/rostests/apitests/compiler/CMakeLists.txt [DH] modules/rostests/apitests/crt/CMakeLists.txt [DH] modules/rostests/winetests/advapi32/CMakeLists.txt [DH] modules/rostests/winetests/kernel32/CMakeLists.txt [DH] modules/rostests/winetests/msvcrt/CMakeLists.txt [DH] modules/rostests/winetests/ntdll/CMakeLists.txt [DH] modules/rostests/winetests/rpcrt4/CMakeLists.txt [DH] modules/rostests/winetests/winmm/CMakeLists.txt […]Victor Perevertkin
- [GITHUB] Add MSVC ARM64 builder 25. May 2022[GITHUB] Add MSVC ARM64 builder This builds only some applications for now. CORE-17518 [DH] .github/workflows/build.yml [DH] sdk/include/c++/stlport/stl/config/features.h [DH] win32ss/user/user32/user32.specStanislav Motylkov
- [CMAKE] Fix buildbot builders 26. May 2022
-
Meta
July 17th, 2018 on 21:02
in fact, I can not build rosbe for windows.
i use several versions of nsis.
but all failed, please kind to tell me how to
or just write some doc and push it to github
hope you don’t have much trouble
please don’t destroy your own environment
July 17th, 2018 on 21:13
Where are your problems?
November 7th, 2018 on 17:22
Hi, Reimi.
This is a bit of an odd request, but could you please send me the latest version of RosBE for ARM if you still have any builds? All download links for RosBE are down.
Me and my friend are currently attempting to put ReactOS on a Raspberry Pi. However, the only version of RosBE for ARM we can find is 1.0, a version that doesn’t seem to be able to be executed.
It would be greatly appreciated if you could help us out with this!
Thanks in advance,
Sam
November 7th, 2018 on 20:16
Well, reason is it’s not supported at all anymore because GCC has no SEH support by default and Windows/ReactOS NEEDS that. (https://docs.microsoft.com/en-us/windows/desktop/debug/structured-exception-handling) There is our hackish PSEH for Public SEH but this is evul assembler and only works for i386 architecture. Thats the reason why x64 builds will not show up built by GCC, too. Currently the only way to get sort of correct ARM and x64 output is MSVC. Anyways… ARM RosBE is 1.0 as last one I fear. If you need any help with MSVC ARM, feel free to drop by in here or at our IRC or mailing lists.
Greetings,
Daniel