 brillus
Member
|
Hi there
I’m currently using PN ver 2.0.8.718 and all seems to work great.
I tried to switch to the last release of PN 2.0.10 but the output parser is no more able
to locate the file
any suggestion?
PS: my output is standard gcc and i’m using the built-in parser
|
 simon
Key Master
|
Weird, that shouldn’t be the case but there may be a bug. What’s your output look like?
|
 brillus
Member
|
Something like that
R:vm2xMultinetDevelopv01Fw0BinCtrl>arm-elf-gcc ../../Source/MLKAPLDP.c -o ./Obj/MLKAPLDP.o -gdwarf-2 -c -O0 -Wall -Wno-unused-value -mcpu=arm926ej-s -mapcs-frame -mlong-calls -mthumb-interwork -fsigned-char -fshort-enums
../../Source/MLKAPLDP.c: In function 'AplDp_main':
../../Source/MLKAPLDP.c:1722: error: expected ')' before '{' token
../../Source/MLKAPLDP.c:1759:2: error: #endif without #if
../../Source/MLKAPLDP.c:1760: error: expected expression before '}' token
../../Source/MLKAPLDP.c:1714: warning: unused variable 'oldRxCmd'
../../Source/MLKAPLDP.c:1713: warning: unused variable 'oldTxResp'
|
 bL1nK
Member
|
yeah i got the same issue.
“could not locate ../shared/spi.h. if the file exists, see help under “output” to fix this”
it seems pn can’t refer the “../” to jump to the upper directory and then jump down into the shared directory.
i use avr-gcc, i blame the output parser j/k
|
 simon
Key Master
|
Yup, reproduced. I’m sure I used to handle this case but it doesn’t seem to work in the most recent builds. It doesn’t work with back slashes either, so it’s not as simple as the slashes being the “wrong” way around.
Please file an issue and I’ll try and fix this for 2.1:
http://code.google.com/p/pnotepad/issues/entry
|
 simon
Key Master
|
Thanks, fixed for the next testing release.
|