I'm compiling last EFI toolkit SDK with nmake on Win 7 x64.
I just type "nmake in root folder" and get a NMAKE : fatal error U1095 expanded command line error.
In fact, it failed when building libc library cause the commandline is too long when building the libc.lib file with all *.obj.
I use last tools from VS2010 x64.
Any advices to solve this issue?
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
Anonymous
-
2013-02-11
Did you ever find a solution to this problem? I'm running into the same thing. I figured that if it worked for everyone else, i could just shorten the base path (shorter than how they recommend you do it) and that didnt work.
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
Hi,
I'm compiling last EFI toolkit SDK with nmake on Win 7 x64.
I just type "nmake in root folder" and get a NMAKE : fatal error U1095 expanded command line error.
In fact, it failed when building libc library cause the commandline is too long when building the libc.lib file with all *.obj.
I use last tools from VS2010 x64.
Any advices to solve this issue?
Did you ever find a solution to this problem? I'm running into the same thing. I figured that if it worked for everyone else, i could just shorten the base path (shorter than how they recommend you do it) and that didnt work.