Homebrew [RELEASE] CtrBootManager9

  • Thread starter Thread starter cpasjuste
  • Start date Start date
  • Views Views 108,179
  • Replies Replies 502
  • Likes Likes 68
Yes i confirm it's not working (rxTools). I'm actually taking a closer look.

--------------------- MERGED ---------------------------

for me too before saying anything the dev must be sure it working
Well, i said : "Just upload a new version (03) which may fix rxtools (not tested) :"
 
Yes i confirm it's not working (rxTools). I'm actually taking a closer look.

--------------------- MERGED ---------------------------


Well, i said : "Just upload a new version (03) which may fix rxtools (not tested) :"
you dont say may fix but fix
 
you dont say may fix but fix
Anyway, this is not the issue here. Whatever you download, you must know that it might not boot rxTools. I don't know what you expected.

if you need to boot it so bad, just paste the rxTool's a9lh.bin in the root of the sdcard.
 
Anyway, this is not the issue here. Whatever you download, you must know that it might not boot rxTools. I don't know what you expected.

if you need to boot it so bad, just paste the rxTool's a9lh.bin in the root of the sdcard.
Anyway, this is not the issue here. Whatever you download, you must know that it might not boot rxTools. I don't know what you expected.

if you need to boot it so bad, just paste the rxTool's a9lh.bin in the root of the sdcard.
but i knwo how to read lol and it say fix and not may fix
 
Anyway, this is not the issue here. Whatever you download, you must know that it might not boot rxTools. I don't know what you expected.

if you need to boot it so bad, just paste the rxTool's a9lh.bin in the root of the sdcard.
Yes, it work well without ctrbootmanager :)

but i knwo how to read lol and it say fix and not may fix
Wait the next release ;)
 
Trying to compile this using Visual Studio 14 but CMake keep giving the following warming about being unable to find file compiler. Any idea how to troubleshoot this?

Code:
C:\CtrBootManager-master\CtrBootManager-master\build>cmake -DCMAKE_TOOLCHAIN_FIL
E=../DevkitARM3DS.cmake ../
-- Building for: Visual Studio 14 2015
-- The C compiler identification is MSVC 19.0.23506.0
-- The CXX compiler identification is MSVC 19.0.23506.0
-- Check for working C compiler using: Visual Studio 14 2015
-- Check for working C compiler using: Visual Studio 14 2015 -- works
-- Detecting C compiler ABI info
-- Detecting C compiler ABI info - done
-- Check for working CXX compiler using: Visual Studio 14 2015
-- Check for working CXX compiler using: Visual Studio 14 2015 -- works
-- Detecting CXX compiler ABI info
-- Detecting CXX compiler ABI info - done
-- Detecting CXX compile features
-- Detecting CXX compile features - done
-- The ASM compiler identification is MSVC
-- Found assembler: C:/Program Files (x86)/Microsoft Visual Studio 14.0/VC/bin/c
l.exe
-- Warning: Did not find file Compiler/MSVC-ASM
-- Looking for 3ds tools...
-- 3dsxtool: C:/devkitPro/devkitARM/bin/3dsxtool.exe - found
-- smdhtool: C:/devkitPro/devkitARM/bin/smdhtool.exe - found
-- bannertool: C:/devkitPro/devkitARM/bin/bannertool.exe - found
-- makerom: C:/devkitPro/devkitARM/bin/makerom.exe - found
-- strip: C:/devkitPro/devkitARM/bin/arm-none-eabi-strip.exe - found
-- bin2s: C:/devkitPro/devkitARM/bin/bin2s.exe - found
-- 3dslink: C:/devkitPro/devkitARM/bin/3dslink.exe - found
-- Picasso: C:/devkitPro/devkitARM/bin/picasso.exe - found
-- nihstro: C:/devkitPro/devkitARM/bin/nihstro.exe - found
-- Found CTRULIB: C:/devkitPro/libctru/lib/libctru.a
-- setting CTRULIB to C:/devkitPro/libctru/include/..
-- No smdh file will be generated
-- Configuring done
-- Generating done
-- Build files have been written to: C:/CtrBootManager-master/CtrBootManager-mas
ter/build
 
Trying to compile this using Visual Studio 14 but CMake keep giving the following warming about being unable to find file compiler. Any idea how to troubleshoot this?

Code:
C:\CtrBootManager-master\CtrBootManager-master\build>cmake -DCMAKE_TOOLCHAIN_FIL
E=../DevkitARM3DS.cmake ../
-- Building for: Visual Studio 14 2015
-- The C compiler identification is MSVC 19.0.23506.0
-- The CXX compiler identification is MSVC 19.0.23506.0
-- Check for working C compiler using: Visual Studio 14 2015
-- Check for working C compiler using: Visual Studio 14 2015 -- works
-- Detecting C compiler ABI info
-- Detecting C compiler ABI info - done
-- Check for working CXX compiler using: Visual Studio 14 2015
-- Check for working CXX compiler using: Visual Studio 14 2015 -- works
-- Detecting CXX compiler ABI info
-- Detecting CXX compiler ABI info - done
-- Detecting CXX compile features
-- Detecting CXX compile features - done
-- The ASM compiler identification is MSVC
-- Found assembler: C:/Program Files (x86)/Microsoft Visual Studio 14.0/VC/bin/c
l.exe
-- Warning: Did not find file Compiler/MSVC-ASM
-- Looking for 3ds tools...
-- 3dsxtool: C:/devkitPro/devkitARM/bin/3dsxtool.exe - found
-- smdhtool: C:/devkitPro/devkitARM/bin/smdhtool.exe - found
-- bannertool: C:/devkitPro/devkitARM/bin/bannertool.exe - found
-- makerom: C:/devkitPro/devkitARM/bin/makerom.exe - found
-- strip: C:/devkitPro/devkitARM/bin/arm-none-eabi-strip.exe - found
-- bin2s: C:/devkitPro/devkitARM/bin/bin2s.exe - found
-- 3dslink: C:/devkitPro/devkitARM/bin/3dslink.exe - found
-- Picasso: C:/devkitPro/devkitARM/bin/picasso.exe - found
-- nihstro: C:/devkitPro/devkitARM/bin/nihstro.exe - found
-- Found CTRULIB: C:/devkitPro/libctru/lib/libctru.a
-- setting CTRULIB to C:/devkitPro/libctru/include/..
-- No smdh file will be generated
-- Configuring done
-- Generating done
-- Build files have been written to: C:/CtrBootManager-master/CtrBootManager-mas
ter/build
If you figure out how to compile, please do let me know. I was able to get the source correctly and installed cmake and portlibs but I couldn't compile. You seem to have reached further than I did anyway
 
Where are you getting stuck?
I'm not sure cause I never used cmake before. Therefore, I have no idea what I'm picking.


Ad7497N.png




I don't think I have visual studio, but I do have minGW so I thought I could probably use this, but looks like I'm wrong. Not sure what I'm supposed to do



yjCA1ee.png
 
Last edited by Madridi,
You could try selecting "Specify native compilers" in the Configure window. Maybe try pointing to the specific compilers?
Actually before I do that, here is the complete error code:

Code:
CMake Error at C:/Program Files (x86)/CMake/share/cmake-3.5/Modules/CMakeMinGWFindMake.cmake:22 (message):
  sh.exe was found in your PATH, here:

  C:/devkitPro/msys/bin/sh.exe

  For MinGW make to work correctly sh.exe must NOT be in your path.

  Run cmake from a shell that does not have sh.exe in your PATH.

  If you want to use a UNIX shell, then use MSYS Makefiles.

Call Stack (most recent call first):
  CMakeLists.txt:2 (project)


CMake Error: CMAKE_C_COMPILER not set, after EnableLanguage
CMake Error: CMAKE_CXX_COMPILER not set, after EnableLanguage
Configuring incomplete, errors occurred!

Not sure what to do with sh.exe .. How can I remove it from PATH?
 
Actually before I do that, here is the complete error code:

Code:
CMake Error at C:/Program Files (x86)/CMake/share/cmake-3.5/Modules/CMakeMinGWFindMake.cmake:22 (message):
  sh.exe was found in your PATH, here:

  C:/devkitPro/msys/bin/sh.exe

  For MinGW make to work correctly sh.exe must NOT be in your path.

  Run cmake from a shell that does not have sh.exe in your PATH.

  If you want to use a UNIX shell, then use MSYS Makefiles.

Call Stack (most recent call first):
  CMakeLists.txt:2 (project)


CMake Error: CMAKE_C_COMPILER not set, after EnableLanguage
CMake Error: CMAKE_CXX_COMPILER not set, after EnableLanguage
Configuring incomplete, errors occurred!

Not sure what to do with sh.exe .. How can I remove it from PATH?
search environment variables and then go on environment variables and then look for it and remove it
 
  • Like
Reactions: peteruk

Site & Scene News

Popular threads in this forum