Search found 2 matches
- Fri Feb 27, 2004 7:27 pm
- Forum: PS2 Development
- Topic: using C++
- Replies: 4
- Views: 4388
This is the error message: [quote]ee-gcc -Wall -W -EL -G0 -O0 -mips3 -nostdlib -DPS2_EE -Tlinkfile -o bin/demo1.elf obj/demo1.o obj/g2.o obj/crt0.o obj/dma_asm.o obj/gs_asm.o obj/ps2_asm.o obj/Object.o -Wl,-Map,demo1.elf.map /DOCUME~1/x/LOCALS~1/Temp/ccC7DPCp.o: In function `reg_frame': /DOCUME~1/x/...
- Mon Feb 23, 2004 8:09 pm
- Forum: PS2 Development
- Topic: using C++
- Replies: 4
- Views: 4388
using C++
Hi, Does the current tool chain support C++ development? I tried to some tutorial code and added a dummy C++ class, it all compiled without warning but LD was complaining about some undefined references about (my guess) low level vtable code (__register... __deregister...something). Must I manual in...