Rebuilding pctools

Discussion to talk about software related topics only.
Post Reply
sulliwk06
Posts: 118
Joined: Tue Sep 17, 2013 7:14 am

Rebuilding pctools

Post by sulliwk06 »

I'm trying to rebuild the system tools and I think I'm missing some library needed for them. Are there any additional tools I need to install in order to rebuild them?

Code: Select all

C:\nburn\pctools\packcode>make install
cl packcode.cpp advapi32.lib
process_begin: CreateProcess(NULL, cl packcode.cpp advapi32.lib, ...) failed.
make (e=2): The system cannot find the file specified.
make: *** [makefile:39: packcode.exe] Error 2

C:\nburn\pctools\packcode>
I'm running NNDK 2.9.2 and trying to modify packcode.cpp in order to pass in "-M MapFileName.map". I use customized makefiles to build my apps and it's looking for the map file in the wrong place.
User avatar
TomNB
Posts: 538
Joined: Tue May 10, 2016 8:22 am

Re: Rebuilding pctools

Post by TomNB »

Hello,

In 2.x the pc tools are windows utilities (3.x is different). Do you have microsoft visual studio installed? Version 2015 or later should work.
sulliwk06
Posts: 118
Joined: Tue Sep 17, 2013 7:14 am

Re: Rebuilding pctools

Post by sulliwk06 »

I don't have visual studio installed, so I'll give that a shot, thanks
Post Reply