ok, sorry for my bad description, I will show you some screencaps:
everything goes ok... till this screen appears:
then I write y, and continue... when this appears:
el sistema no puede hallar el archivo especificado means system can't find specified file
then I check my files in build folder, but I got only elfloader.lib and register.fpa... and register fpa got this in patch code: óíêöèÿ R: 00000000... So do you know what am I doing wrong?
PD: My phone is V360 and firm is R44419_G_08.D4.0FR, so I wrote:
const char n_phone[] = "V360";
const char n_platform[] = "LTE2";
const char n_majorfw[] = "R44419";
const char n_minorfw[] = "0FR";
and this is my make.cmd:
@echo off
rem The target platform, change this to yours (LTE | LTE2 | V3i)
set PLATFORM=LTE2
my CG1 is inside C:\Portkit... everything seems to be according to your gude, but I don't know :S