What steps will reproduce the problem?
1. Just put libntxm into any other folder
2. Update environment variable LIBNTXM
3. Run make.
What is the expected output? What do you see instead?
It gets stuck on arm7/source/arm7_main.cpp with warning that it can't
include ntxm/ntxm7.h and many errors following
What version of the product are you using? On what operating system?
Most recent SVN checkout / Windows Vista
Please provide any additional information below.
The bug is in the line 50 in arm7/Makefile
just change it from:
LIBDIRS := $(LIBNDS) /home/tob/coding/dsdev/tob/libntxm/svn/libntxm
to:
LIBDIRS := $(LIBNDS) $(LIBNTXM)
Original issue reported on code.google.com by matix2...@gmail.com on 27 Apr 2010 at 3:53
Original issue reported on code.google.com by
matix2...@gmail.com
on 27 Apr 2010 at 3:53