• Login
  • Register
  • Dolphin Forums
  • Home
  • FAQ
  • Download
  • Wiki
  • Code


Dolphin, the GameCube and Wii emulator - Forums › Dolphin Emulator Discussion and Support › Development Discussion v
« Previous 1 ... 35 36 37 38 39 ... 117 Next »

Blank screen running dolphin on Jetson TK1
View New Posts | View Today's Posts

Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Thread Modes
Blank screen running dolphin on Jetson TK1
04-20-2015, 07:26 AM
#3
mastiff
Unregistered
 
I tried downloading a new copy off git and building fresh.  I double checked Ubuntu trusty dependencies are installed.

Code:
sudo apt-get install cmake pkg-config git g++ libao-dev libasound2-dev libavcodec-dev libavformat-dev libbluetooth-dev libgtk2.0-dev liblzo2-dev libopenal-dev libpolarssl-dev portaudio19-dev libpulse-dev libreadline6-dev libsdl2-dev libsfml-dev libsoil-dev libsoundtouch-dev libswscale-dev libusb-1.0-0-dev libwxbase3.0-dev libwxgtk3.0-dev libxext-dev libxrandr-dev zlib1g-dev
then i ran
Code:
git checkout 4.0.2

cmake using flags for arm a15 quadcore processor

Code:
cmake -DINSTALL_UDEV_RULES=ON -DCMAKE_C_FLAGS="-march=armv7-a -mthumb-interwork -mfloat-abi=hard -mfpu=neon -mtune=cortex-a15" -DCMAKE_ASM-ATT_FLAGS="-march=armv7-a -mthumb-interwork -mfloat-abi=hard -mfpu=neon" ../

then run
Code:
make

breaks here:



[ 66%] Building CXX object Source/Core/Core/CMakeFiles/core.dir/Src/HW/WiimoteReal/WiimoteReal.cpp.o
[ 66%] Building CXX object Source/Core/Core/CMakeFiles/core.dir/Src/IPC_HLE/ICMPLin.cpp.o
[ 66%] Building CXX object Source/Core/Core/CMakeFiles/core.dir/Src/IPC_HLE/WII_IPC_HLE.cpp.o
In file included from /home/chris/games/testing/dolphin/Source/Core/Core/Src/IPC_HLE/WII_IPC_HLE.cpp:37:0:
/home/chris/games/testing/dolphin/Source/Core/Core/Src/IPC_HLE/WII_IPC_HLE_Device_net_ssl.h:61:2: error: ‘x509_cert’ does not name a type
x509_cert cacert;
^
/home/chris/games/testing/dolphin/Source/Core/Core/Src/IPC_HLE/WII_IPC_HLE_Device_net_ssl.h:62:2: error: ‘x509_cert’ does not name a type
x509_cert clicert;
^
make[2]: *** [Source/Core/Core/CMakeFiles/core.dir/Src/IPC_HLE/WII_IPC_HLE.cpp.o] Error 1
make[1]: *** [Source/Core/Core/CMakeFiles/core.dir/all] Error 2
make: *** [all] Error 2
Reply
« Next Oldest | Next Newest »


Messages In This Thread
Blank screen running dolphin on Jetson TK1 - mastiff - 04-17-2015, 05:09 AM
RE: Blank screen running dolphin on Jetson TK1 - JMC47 - 04-17-2015, 11:42 AM
RE: Blank screen running dolphin on Jetson TK1 - mastiff - 04-20-2015, 07:26 AM
RE: Blank screen running dolphin on Jetson TK1 - degasus - 04-20-2015, 11:02 PM
RE: Blank screen running dolphin on Jetson TK1 - mastiff - 04-21-2015, 01:58 AM

  • View a Printable Version
  • Subscribe to this thread
Forum Jump:


Users browsing this thread: 1 Guest(s)



Powered By MyBB | Theme by Fragma

Linear Mode
Threaded Mode