hmmm... i something just don't work with make. I'm pretty much a scrub with compiling so I need your help.
I have a correctly setted up devkitpro environment, rxtools compiles in first try. arm none eabi programs wasn't find, so I just write the full path to it, I was even to stupid using my path variable, didn't work, now other problems I don't understand
Code:
...
/opt/devkitPro/devkitARM/bin/../lib/gcc/arm-none-eabi/5.3.0/../../../../arm-none-eabi/bin/ld: warning:
/opt/devkitPro/devkitARM/bin/../lib/gcc/arm-none-eabi/5.3.0/../../../../arm-none-eabi/lib/libc.a(lib_a-impure.o) uses 4-byte wchar_t yet the output is to use 2-byte wchar_t; use of wchar_t values across objects may fail
/opt/devkitPro/devkitARM/bin/arm-none-eabi-objcopy -S -O binary build/main.elf build/main.bin
make: *** No rule to make target 'data/firmware.bin', needed by 'out/rei/'. Schluss.
I'm using Ubuntu 15.10 x64, and devkitpro v45. Can somebody help me?