Development resources

Talk about anything concerning the source code.
User avatar
totonho
Posts: 12
Joined: Mon Apr 16, 2018 1:24 am

Re: Development resources

Post by totonho »

GoDlike wrote: Mon Apr 30, 2018 12:05 pm There's probably problem with compilation before this error. Message you are getting is saying that GIMX/setup folder is empty while it should contain compiled .exe's already. Please check earlier messages.

looks like the problem is here

Code: Select all

make[1]: Entering directory '/home/elton.alves/GIMX-build/windows/GIMX/shared'
make -C gimxcontroller UHID=
make[2]: Entering directory '/home/elton.alves/GIMX-build/windows/GIMX/shared/gimxcontroller'
cc -fPIC -Iinclude -Wall -Wextra -O3 -I../  -c -o src/x360.o src/x360.c
make[2]: cc: Command not found
make[2]: *** [<builtin>: src/x360.o] Error 127
make[2]: Leaving directory '/home/elton.alves/GIMX-build/windows/GIMX/shared/gimxcontroller'

Edited:

Msys2 was missing some libraries because of the proxy block from the company that im working.

when i did it using tethering from my cellphone everything worked fine.
Post Reply