Use C ++ to development TCxxx(like tc275)

Tip / Sign in to post questions, reply, level up, and achieve exciting badges. Know more

cross mob
User20311
Level 1
Level 1
10 sign-ins 10 replies posted 5 replies posted
1.add c++ lib:
4848.attach
-lcpsx_fpu

2. using c++14
4850.attach


3.add c++ init function
4849.attach
extern void _Z12__call_ctorsv(void);
_Z12__call_ctorsv();

everything is ok ~over~

4851.attach
0 Likes
1 Reply